[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/02: Corrected codec2 encoder documentati
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/02: Corrected codec2 encoder documentation. |
Date: |
Mon, 21 Apr 2014 21:43:04 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit a9ea6885d7451e21a4cbb937b7340186ddeb004c
Author: Clayton Smith <address@hidden>
Date: Mon Apr 21 14:32:32 2014 -0400
Corrected codec2 encoder documentation.
---
gr-vocoder/include/gnuradio/vocoder/codec2_encode_sp.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gr-vocoder/include/gnuradio/vocoder/codec2_encode_sp.h
b/gr-vocoder/include/gnuradio/vocoder/codec2_encode_sp.h
index b9b3283..12ec00c 100644
--- a/gr-vocoder/include/gnuradio/vocoder/codec2_encode_sp.h
+++ b/gr-vocoder/include/gnuradio/vocoder/codec2_encode_sp.h
@@ -36,7 +36,9 @@ namespace gr {
*
* Input: Speech (audio) signal as 16-bit shorts, sampling rate 8 kHz.
*
- * Output: Vector of unpacked bits, forming one Codec2 frame, per 160
input samples.
+ * Output: Vector of unpacked bits, forming one Codec2 frame, per 160
+ * input samples (in 2400 and 3200 bps modes) or per 320 input
+ * samples (in 1200, 1300, 1400 and 1600 bps modes).
*
*/
class VOCODER_API codec2_encode_sp : virtual public sync_decimator