0

It is necessary to record sound in WAV format, forming a waveform according to a certain law. I figured out how the WAV header works, but I don't understand how the sound is recorded in any way. I chose a 32-bit recording per sample, here is an example of sample from a real file:

55 73 0A 0D 32 33 30 3D

In theory, it should be a fractional number from -1.0 to 1.0. There are questions: how is the sign stored here? I also wonder where the comma stands here.

  • Does this answer your question? [What do the bytes in a .wav file represent?](https://stackoverflow.com/questions/13039846/what-do-the-bytes-in-a-wav-file-represent) – mkrieger1 Oct 06 '22 at 21:40

0 Answers0