To record a song from the microphone, just do this:
$ rec mysong.auIf you want to change the volume, use -v, which is a float where >1.0 amplifies, and <1.0>$ rec -v2 mysong.au To play it back, do this:
$ play mysong.auTo convert it to a .wav, do this:
$ sox mysong.au mysong.wavSox can also amplify, flanger, phaser, echo, and various other effects.
No comments:
Post a Comment