2015-06-15 22:25:38 +02:00
|
|
|
# audio-drain
|
2017-01-05 21:28:23 +01:00
|
|
|
(MPL v2.0) audio: processing pipe for simple agorithms (resampling, change format, reorder channel, volume ...) 1 flow
|
2015-06-15 22:25:38 +02:00
|
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/musicdsp/audio-drain.svg?branch=master)](https://travis-ci.org/musicdsp/audio-drain)
|
2017-01-05 21:28:23 +01:00
|
|
|
|
|
|
|
License (MPL v2.0)
|
|
|
|
=====================
|
|
|
|
Copyright audio Edouard DUPIN
|
|
|
|
|
|
|
|
Licensed under the Mozilla Public License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
https://www.mozilla.org/MPL/2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|