smplay follows the usual GNU command line syntax, with long options starting with two dashes ('-').
- -h, --help
Shows a brief help message.
- -v, --version
Prints out beast and component versions and file paths.
- --rate <sampling rate>
Set replay rate manually; also useful for specifying the desired rate of
the wav file, if --export is used.
- --no-noise
Disable noise decoder, so that only the sine wave part of the signal is
decoded.
- --no-sines
Disable sine decoder, so that only the noise part of the signal is decoded.
- --export <wav filename>
Instead of playing the file, write the output to a wav file.