-
I was wondering, how does a .wav file get chopped up and made into sound? When I open a .wav in a dos text editor, it is a bunch of ASCII characters in certain patterns.
To make sound, you need a frequency and a volume level, right? So what in that .wav file is the frequency and what is the volume level?
Has anyone seen websites that would explain the inner working of file types like this one or others such as .mp3, .avi's even? If I figured this out I thought I could maybe compile a working .wav file from inside my program with different frequency and volume controls. Possible?
-
It's called file formats. :rolleyes:
Depending on the file type, it can be a very easy subject (example - TXT files) or a harder one (example - ZIP files).
Excellent reference site: Wotsit's Format - The programmer's resource
-
Yeah I knew it was called file formats, but anyway the website you listed is awesome! Graciaso Seniorato Yonatano.
-
I made a module once that can be used to manipulate wave files:
http://209.207.250.147/showthread.php?threadid=14791