1SPEEXDEC(1) User Commands SPEEXDEC(1)
2
3
4
6 speexdec - The reference implementation speex decoder.
7
9 speexdec [options] input_file.spx [output_file]
10
12 Decodes a Speex file and produce a WAV file or raw file
13
14 input_file can be:
15 filename.spx
16 regular Speex file
17
18 - stdin
19
20 output_file can be:
21 filename.wav
22 Wav file
23
24 filename.*
25 Raw PCM file (any extension other that .wav)
26
27 - stdout
28
29 (nothing)
30 Will be played to soundcard
31
33 --enh Enable perceptual enhancement (default)
34
35 --no-enh
36 Disable perceptual enhancement
37
38 --force-nb
39 Force decoding in narrowband
40
41 --force-wb
42 Force decoding in wideband
43
44 --force-uwb
45 Force decoding in ultra-wideband
46
47 --mono Force decoding in mono
48
49 --stereo
50 Force decoding in stereo
51
52 --rate n
53 Force decoding at sampling rate n Hz
54
55 --packet-loss n
56 Simulate n % random packet loss
57
58 -V Verbose mode (show bit-rate)
59
60 -h, --help
61 This help
62
63 -v, --version
64 Version information
65
66 --pf Deprecated, use --enh instead
67
68 --no-pf
69 Deprecated, use --no-enh instead
70
71 More information is available from the Speex site: http://www.speex.org
72
73 Please report bugs to the mailing list `speex-dev@xiph.org'.
74
76 Copyright © 2002 Jean-Marc Valin
77
78
79
80speexdec version 1.1 September 2003 SPEEXDEC(1)