search for: resampler_cppflags

Displaying 2 results from an estimated 2 matches for "resampler_cppflags".

2013 Oct 28
1
how to Build .opus file
That's true I'm trying to build it to use in android I used the -DOUTSIDE_SPEEX. and i get speex_resampler.h:51:2: error: #error "Please define RANDOM_PREFIX (above) to something specific to your project to prevent symbol name clashes" 2013/10/28 Gregory Maxwell <gmaxwell at gmail.com> > On Mon, Oct 28, 2013 at 11:26 AM, Antonio Juan <anquegi at gmail.com>
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h