WAV is a lossless, no-compression audio file format. Often replaced by newer formats, WAV remains in use for convenience, widespread support, and as an intermediary format.

learn more… | top users | synonyms

2
votes
2answers
752 views

Mix down 5.1 AC3 to Stereo WAV?

I wonder if I can mix down a 5.1 AC3 file to Stereo WAV file, i.e. 6-channel > 2-channel. I'd like to know how to do this with via terminal with ffmpeg (or avconv, because it says ffmpeg is ...
1
vote
1answer
524 views

How do I mount a .cue/.wav

I have a .cue file which points to a .flac How can I mount the image as if it were an audio CD? Is it necessary to decode the .flac file into .wav and edit the cue sheet to point to a .wav file ...