Thread: Help adding echo to audio files
can suggest simple, scriptable method of adding echo (and compression / limiting / other effect) audio file?
have sheet music (lessons) coded midi , convert mp3 using timidity , lame, sounds fine many tracks. add little stereo ambience make mono tracks less fatiguing on mp3-player headphones.
code:filename=$(basename $1 .mid) timidity $filename.mid -ow -o $filename.wav lame $filename.wav $filename.mp3
is better?
note s stereocode:filename=$(basename $1 .mid) timidity $filename.mid -ows -o $filename.wav lame $filename.wav $filename.mp3
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Help adding echo to audio files
Ubuntu
Comments
Post a Comment