File: c2dec.1

package info (click to toggle)
codec2 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 76,376 kB
  • sloc: ansic: 436,819; cpp: 2,091; objc: 1,736; sh: 1,510; python: 1,405; asm: 683; makefile: 603
file content (34 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH C2DEC "1" "Aug 2010" "C2DEC" "User Commands"
.SH NAME
c2dec \- codec2 testing framework
.SH DESCRIPTION
Codec2 test and evaluation program
.SH USAGE
c2dec 3200|2400|1600|1400}1300|1200 InputFile OutputRawFile [OPTIONS]
.SH OPTIONS
.TP
\fB\-\-help\fR
display help and exit
.TP
\fB\-\-ber\fR
Set bit error rate (float)
.TP
\fB\-\-startbit\fR
set start bit (integer)
.TP
\fB\-\-endbit\fR
set stop bit (integer)
.TP
\fB\-\-berfile\fR
specify berfile (file name string)
.TP
\fB\-\-natural\fR
use natural binary code (default is gray code)
.TP
\fB\-\-dump\fR
specify dump file (file name string)
.PP
Decodes a file of bits to a file of raw speech samples using codec2.
.SH "SEE ALSO"
.PP
c2demo(1) c2enc(1) c2sim(1) fdmdv_demod(1) fdmdv_interleave(1) fdmdv_mod(1) fdmdv_put_test_bits(1) fec_dec(1) fec_enc(1) insert_errors(1)