| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
Shell script to convert .sco and .orc | ||
|
The following simple shell script can be used to convert .sco and .orc into a wav file. Assuming the name of the script is cs, it
is called as
cs my_sound. There must be a my_sound.orc and my_sound.sco in the current directory.
$HOME/csound/csound -W -o $1.wav $1.orc $1.sco #mplayer $1.wav |