SMPLAY(1) smplay Manual Page SMPLAY(1)

smplay - Program to play a SpectMorph model

smplay [OPTIONS] SM-File|SMSet-File

smplay is a command line based player for SpectMorph models (which can be created using smenc). Playing can use the audio card, so that the model will be heard directly, or create a wav file instead if the --export option is used.

Since the SpectMorph model consists of sine waves and noise, options to disable one of these components exist.

smplay follows the usual GNU command line syntax, with long options starting with two dashes ('-').

Shows a brief help message.
Prints out smplay version.
Set replay rate manually; also useful for specifying the desired rate of the wav file, if --export is used.
Disable noise decoder, so that only the sine wave part of the signal is decoded.
Disable sine decoder, so that only the noise part of the signal is decoded.
Use deterministic random generator; this will produce identical noise components if the same file is decoded twice, making the audio output exactly the same.
Instead of playing the file, write the output to a wav file.
Select midi note to play, in case an SMSet-File was specified as input file.

smenc.1 https://testbit.eu/wiki/Smenc.1

2011-07-19 Revision 581