j
k
j a
j l
Just for fun, here's a tiny one liner to turn every .flac file on your system in to a ~150Kb .ogg Vorbis file in the same directory the .flac file lives -- inspired by the Neuros Audio Computer.
find / -iregex ^.*\.flac$ -exec oggenc -q 5 {} ;
Show replies by date
[email protected]
Add to favorites Remove from favorites