summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-10-18 01:58:38 +0000
committerBenny Prijono <bennylp@teluu.com>2007-10-18 01:58:38 +0000
commit43125deb2151a3904c5b1c411884305b64706b21 (patch)
tree709e7e6a803d7a7307c6755b7c7d5953d1524489 /third_party
parent3637441215214b0fb79b6b1fa4a1fe62cd89e8a6 (diff)
Updated README.txt of libsamplerate instructions
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1506 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/samplerate/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/build/samplerate/README.txt b/third_party/build/samplerate/README.txt
index 32c61c38..0f8de07b 100644
--- a/third_party/build/samplerate/README.txt
+++ b/third_party/build/samplerate/README.txt
@@ -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.
+