File: g72xencode.1

package info (click to toggle)
rplay 3.3.2-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,208 kB
  • ctags: 3,536
  • sloc: ansic: 42,124; makefile: 1,309; perl: 742; tcl: 345; sh: 301; java: 220
file content (17 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH G72XENCODE 1
.SH NAME
g72xencode \- CCITT ADPCM encoder
.SH SYNOPSIS
.B g72xencode [-3|4|5] [-a|u|l] < infile > outfile
.SH DESCRIPTION
CCITT ADPCM encoder
.SH OPTIONS
.nf
-3      Generate G.723 24kbps (3-bit) data
-4      Generate G.721 32kbps (4-bit) data [default]
-5      Generate G.723 40kbps (5-bit) data
-a      Process 8-bit A-law input data
-u      Process 8-bit u-law input data [default]
-l      Process 16-bit linear PCM input data
.SH SEE ALSO
.IR g72xdecode (1)