opusdec --version (return code: 0)
opusdec opus-tools 0.1.10 (using libopus 1.1.2)
Copyright (C) 2008-2017 Xiph.Org Foundation
opusdec --help (return code: 0)
Usage: opusdec [options] input_file.opus [output_file]
Decodes a Opus file and produce a WAV file or raw file
input_file can be:
filename.opus regular Opus file
- stdin
output_file can be:
filename.wav Wav file
filename.* Raw PCM file (any extension other than .wav)
- stdout (raw; unless --force-wav)
(nothing) Will be played to soundcard
Options:
--rate n Force decoding at sampling rate n Hz
--gain n Manually adjust gain by n.nn dB (0 default)
--no-dither Do not dither 16-bit output
--float 32-bit floating-point output
--force-wav Force wav header on output
--packet-loss n Simulate n % random packet loss
--save-range file Saves check values for every frame to a file
-h, --help This help
-V, --version Version information
--quiet Quiet mode