home LegacyAudio

in the MaJoStudio, we occasionally need to capture songs from cassette tape.

recipe:

I used DebianPackage:rezound (with DebianPackage:jackd) to manually split the tracks... but ooh... DebianPackage:gramophile splits automatically. It seems to really work!

using creative commons licenses in .ogg ToDo: commit labelTracks.py into http space

Before I started using jackd and needed to record more than one song at a time, I had good luck with...

ffmpeg -vn song12feb.mp3

-vn disable video

also:

-title string set the title -author string set the author -copyright string set the copyright -comment string set the comment

(another option that I didn't get working tonight: ffmpegrec from DebianPackage:nvrec 20020812-9 Maintainer: Marc Leeman #deb http://lesbos.esat.kuleuven.ac.be/~mleeman/debian unstable/ )

ToDo: diagram ala OPKSNet?