WAV (WAVE) is a container format for storing records of the digitized audio stream. Under Windows, this format is often used as a wrapper for uncompressed audio (PCM). However, in WAV container you can put sound, compressed almost any codec. Thus your WAV-file can contain data in different audio formats, such as the IMA ADPCM, Microsoft ADPCM, CCITT A-Law, CCITT u-Law, GSM 6.10, MPEG Layer-3 (mp3) and others. Code below, you can use to test audio-format data stored in your WAV-file.
privatevoi...
No comments yet, be the first one to post comment.