Cross platform audio library
Перейти к файлу
Paul Adenot c888e581c1 Add a resampler that can synchronously resample audio.
Depending on if its used for input or output audio, it can be used in two
different ways, so it has to expose its input buffer to minimise copy (when the
input of the resampler is output audio, directly written inside an audio
callback), and to be able to expose an internal buffer so that the output of
the resampling process can directly be passed to a callback.

When created, additional latency can be added to the pipeline so that multiple
resamplers of different filter length (=latency) can be synchronized.
2016-02-06 06:29:23 +01:00
docs clarify and clean up handling of optional functions in the API. fixes #46. 2014-11-28 15:56:57 +13:00
include/cubeb API change for device notifications 2016-01-22 12:30:59 +13:00
m4 m4: Split "fi fi" to single lines. 2015-09-01 19:41:31 +02:00
src Add a resampler that can synchronously resample audio. 2016-02-06 06:29:23 +01:00
test Add a resampler that can synchronously resample audio. 2016-02-06 06:29:23 +01:00
.gitignore Add a resampler that can synchronously resample audio. 2016-02-06 06:29:23 +01:00
.travis.yml travis config should be for c++, not c. 2014-12-15 18:40:15 +13:00
AUTHORS Update AUTHORS. 2016-01-21 15:29:18 +13:00
INSTALL Added notes to install about Cygwin and MinGW 2014-09-20 14:41:10 -04:00
LICENSE initial import (from 892ca582fe32577392a9843f14b8c5370df6ed78). 2011-07-08 16:23:47 +12:00
Makefile.am Add a resampler that can synchronously resample audio. 2016-02-06 06:29:23 +01:00
README.md Add Travis-CI status to README 2014-09-26 17:04:27 +12:00
TODO add status of directsound code to TODO. 2011-12-01 17:20:06 +13:00
configure.ac Add a resampler that can synchronously resample audio. 2016-02-06 06:29:23 +01:00
cubeb-uninstalled.pc.in initial import (from 892ca582fe32577392a9843f14b8c5370df6ed78). 2011-07-08 16:23:47 +12:00
cubeb.pc.in initial import (from 892ca582fe32577392a9843f14b8c5370df6ed78). 2011-07-08 16:23:47 +12:00
cubeb.supp add leak suppresion file for valgrind. 2012-05-02 16:50:07 +12:00

README.md

Build Status

See INSTALL for build instructions.

Licensed under an ISC-style license. See LICENSE for details.