Adds a floating-point API to Opus
The high-level Opus encoder and decoder can now be compiled as either fixed or float. Also, we now use the stack_alloc.h macros in the top-level Opus code.
Showing
- libcelt/celt.c 37 additions, 56 deletionslibcelt/celt.c
- libcelt/float_cast.h 8 additions, 0 deletionslibcelt/float_cast.h
- libcelt/modes.h 2 additions, 4 deletionslibcelt/modes.h
- src/opus_decoder.c 99 additions, 22 deletionssrc/opus_decoder.c
- src/opus_encoder.c 80 additions, 11 deletionssrc/opus_encoder.c
- src/opus_encoder.h 2 additions, 2 deletionssrc/opus_encoder.h
- src/test_opus.c 2 additions, 0 deletionssrc/test_opus.c
Loading
Please register or sign in to comment