Convert wav to m4a with GNU/Linux
There are probably a gazillion ways to do this. I use FAAC, Freeware Advanced Audio Coder, to do this job.
It works very well:
faac originalfile.wav -o outputfile.m4a
There are probably a gazillion ways to do this. I use FAAC, Freeware Advanced Audio Coder, to do this job.
It works very well:
faac originalfile.wav -o outputfile.m4a
leave a comment