Updated README.txt of libsamplerate instructions

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1506 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-10-18 01:58:38 +00:00
parent 3808af1d42
commit d224f9d7c1
1 changed files with 4 additions and 0 deletions

View File

@ -78,4 +78,8 @@ Enabling libsamplerate for PJMEDIA's resample
#define PJMEDIA_RESAMPLE_IMP PJMEDIA_RESAMPLE_LIBSAMPLERATE
Limitations
-----------
Sample rate 22050 Hz is only supported with 20ms ptime, and sample rate 11025 Hz is only supported with 40ms ptime. This is the limitation of PJMEDIA rather than libsamplerate.