You need to install "sox" and "lame" via your package manager.
Then, assuming your .wav file(s) are in ~/files, you will need to do the following two commands in the command line:
cd ~/files
for i in *wav; do sox "$i" -r 44100 "${i%wav}mp3"; echo "$i done"; done
this will execute a command for every file that ends in "wav": `sox file.wav -r 44100 file.mp3.`. this converts the wav file to mp3 and makes the mp3 file have a rate of 44100, which is what flash needs I believe.
For original files I would recommend either .wav in a .7z (or .zip, not .rar or .ace) or a .flac file (sox should be able to convert .wav to .flac files.
OGG Vorbis is not recommended, because the format uses lossy compression. Wav does not compress and flac does compress, but lossless.
with a 33mb .wav it seems to take long (I didn't wait to see how long) on an Asus EeePC 1000H. Wait a little longer? It should work.
Pardon my few words :)
You need to install "sox" and "lame" via your package manager.
Then, assuming your .wav file(s) are in ~/files, you will need to do the following two commands in the command line:
cd ~/files
for i in *wav; do sox "$i" -r 44100 "${i%wav}mp3"; echo "$i done"; done
this will execute a command for every file that ends in "wav": `sox file.wav -r 44100 file.mp3.`. this converts the wav file to mp3 and makes the mp3 file have a rate of 44100, which is what flash needs I believe.
For original files I would recommend either .wav in a .7z (or .zip, not .rar or .ace) or a .flac file (sox should be able to convert .wav to .flac files.
OGG Vorbis is not recommended, because the format uses lossy compression. Wav does not compress and flac does compress, but lossless.
for i in *wav; do sox "$i" -r 44100 "${i%wav}mp3"; echo "$i done"; done
and if you have multiple files per submission, check out this post.
Cute.
Open art as well?
@bart AWESOME!
They should have the best art of oga printed on them. :)
very nice! I imagine an dark cyberpunk fps-rpg when listening :)
awesome color editing! And thanks for the list of names.
quite pretty :)
@Julius: absolutely! :D
Pages