The “Audio” package of OM# provides a set of digital sound processing operators:
sound-cutsound-fadesound-mixsound-seqsound-normalizesound-gainsound-mono-to-stereosound-to-monosound-stereo-pansound-mergesound-splitsound-resamplesound-loopsound-reverseAll these operators output an intermediate representation of type internal-sound.
They can handle inputs of type SOUND, or internal-sound (output of another operator).
The
internal-soundoutput by sound processing operators can be turned to aSOUNDobject by connecting it to theSOUNDbox.

The internal-sound coming out from sound processing operators can be saved on disk using the save-sound function:

Another option to save the output to disk is to connect it to a SOUND box with a pathname specified as :file-pathname attribute.
