-
- Downloads
Merge changes from team/russell/codec_resample
This commit imports libresample for use in Asterisk. It also adds a new codec module, codec_resample. This module uses libresample to re-sample signed linear audio between 8 kHz and 16 kHz. It also provides an alternative for converting between 16 kHz G.722 and 8 kHz signed linear when using G.722, which will likely be useful as some people have complained about volume issues when the current codec_g722 converts to 8 kHz signed linear. But, to test this, you will have to disable the g722-to-slin and g722-to-slin16 translators in codec_g722.c. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95501 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 3 additions, 0 deletionsCHANGES
- codecs/Makefile 2 additions, 0 deletionscodecs/Makefile
- codecs/codec_resample.c 234 additions, 0 deletionscodecs/codec_resample.c
- codecs/slin_resample_ex.h 43 additions, 0 deletionscodecs/slin_resample_ex.h
- main/Makefile 5 additions, 1 deletionmain/Makefile
- main/libresample/LICENSE.txt 463 additions, 0 deletionsmain/libresample/LICENSE.txt
- main/libresample/Makefile.asterisk 11 additions, 0 deletionsmain/libresample/Makefile.asterisk
- main/libresample/Makefile.in 52 additions, 0 deletionsmain/libresample/Makefile.in
- main/libresample/README.txt 84 additions, 0 deletionsmain/libresample/README.txt
- main/libresample/config.guess 1432 additions, 0 deletionsmain/libresample/config.guess
- main/libresample/config.sub 1537 additions, 0 deletionsmain/libresample/config.sub
- main/libresample/configure 4552 additions, 0 deletionsmain/libresample/configure
- main/libresample/configure.in 68 additions, 0 deletionsmain/libresample/configure.in
- main/libresample/include/libresample.h 44 additions, 0 deletionsmain/libresample/include/libresample.h
- main/libresample/install-sh 251 additions, 0 deletionsmain/libresample/install-sh
- main/libresample/src/configtemplate.h 7 additions, 0 deletionsmain/libresample/src/configtemplate.h
- main/libresample/src/filterkit.c 215 additions, 0 deletionsmain/libresample/src/filterkit.c
- main/libresample/src/filterkit.h 28 additions, 0 deletionsmain/libresample/src/filterkit.h
- main/libresample/src/resample.c 347 additions, 0 deletionsmain/libresample/src/resample.c
- main/libresample/src/resample_defs.h 90 additions, 0 deletionsmain/libresample/src/resample_defs.h
Loading
Please register or sign in to comment