Интерактивная система просмотра системных руководств (man-ов)
g711conv (1)
>> g711conv (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
BSD mandoc
NAME
g711conv
- conversions according to G.711
SYNOPSIS
[-a
]
[-u
]
[-P
]
[-A
]
[-R
]
DESCRIPTION
The
utility
is part of the isdn4bsd package and is used to convert between the A-Law and
u-law formats as specified in ITU G.711.
It is based on a freely available
and freely usable reference implementation done by Sun Microsystems, Inc.
The following options are available:
-a
Convert A-law to u-law
-u
Convert u-law to A-law
-r
Reverse bits before conversion
-R
Reverse bits after conversion
-P
Print the resulting conversion tables (as C-source) to stdout instead of
doing the actual conversion.
EXAMPLES
The command:
g711conv -P -a
prints out the A-law to u-law conversion table as C-source to stdout.
The
utility and this manpage were written by
An Hellmuth Michaelis Aq hm@kts.org
based on the G.711 conversion reference code written by Sun Microsystems,
Inc. and code contributed to isdn4bsd by Stefan Bethke.