|
peck |
peck - Ad-hoc sound generator for Peep: The Network Auralizer.
peck --server=$SERVER --port=$PORT [OPTIONS]
Command-line arguments processed by peck include:
--type The type of sound to produce (e.g., event=0, state=1)
--sound The name or number of the sound to produce
--location The location (left or right speaker) of the sound
--volume The volume of the sound
--priority A priority for producing the sound
--dither The dither
--port The port to which the event will be directed
--server The server to which the event will be directed
--debug The debugging level (Def: 0)
--logfile The file to send log output (Def: STDOUT)
--help Prints whatever PODs are found in the calling
application
peck --server=localhost --port=2001 --type=0 --sound=1
peck --server=localhost --port=2001 --type=1 --sound=1
For information on how to sample individual sounds in the Peep sound repository, see the Net::Peep::Peck documentation.
Michael Gilfix <mgilfix@eecs.tufts.edu> Copyright (C) 2001
Collin Starkweather <collin.starkweather@collinstarkweather.com>
perl(1), Net::Peep::Peck
|
peck |