Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Gautama said:K, whats a good program to convert lossless wav to FLAC?
Gautama said:K, how do I tag with Foobar. I must be missing something obvious..... (I am using FLAC)
This is a common misconception. The original specification for WAV defines an INFO chunk for metadata, and even gives an example of a PCM WAVE file that includes it:you cant tag wav files... the format was never designed for that... you need to turn them into something else first... like a FLAC file
RIFF( 'WAVE' INFO(INAM("O Canada"Z))
fmt(1, 1, 44100, 132300, 3, 20)
data( <wave-data> ) )