GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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 ('-').
-h, --help
Shows a brief help message.
-v, --version
Prints out smplay version.
--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.
--det-random
Use deterministic random generator; this will produce identical noise components if the same file is decoded twice, making the audio output exactly the same.
--export <wav filename>
Instead of playing the file, write the output to a wav file.
-m, --midi-note <note>
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

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.