search for: 0f83194

Displaying 4 results from an estimated 4 matches for "0f83194".

Did you mean: 0.3194
2016 Apr 26
3
[opus-tools] [PATCH] Add channel-mapping argument to force channel mapping
...g 255 in.wav out.opus When channel mapping families are added to Opus in the future (ambisonics, for example), this option will make it possible to use them. --- src/opusenc.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/opusenc.c b/src/opusenc.c index 0f83194..f2c7c48 100644 --- a/src/opusenc.c +++ b/src/opusenc.c @@ -137,6 +137,8 @@ void usage(void) printf(" --framesize n Maximum frame size in milliseconds\n"); printf(" (2.5, 5, 10, 20, 40, 60, default: 20)\n"); printf(" --expect-loss Per...
2016 Apr 26
2
opus-tools: Fix potential uninitialized access for set-ctl-int
Here is a simple patch to fix a bug in opusenc's set-ctl-int code -- Thanks, Michael Graczyk -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-potential-uninitialized-access-for-set-ctl-int.patch Type: text/x-patch Size: 992 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20160425/22994ffa/attachment.bin>
2016 Apr 26
0
Antw: [opus-tools] [PATCH] Add channel-mapping argument to force channel mapping
...amilies are added to Opus in the future > (ambisonics, for example), this option will make it possible to use > them. > > --- > src/opusenc.c | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/src/opusenc.c b/src/opusenc.c > index 0f83194..f2c7c48 100644 > --- a/src/opusenc.c > +++ b/src/opusenc.c > @@ -137,6 +137,8 @@ void usage(void) > printf(" --framesize n Maximum frame size in milliseconds\n"); > printf(" (2.5, 5, 10, 20, 40, 60, default: 20)\n"); > printf...
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