This commit is contained in:
JMARyA 2024-02-27 11:06:13 +01:00
parent 561a0e06a6
commit fe20f4396c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 31 additions and 24 deletions

View file

@ -1,10 +1,11 @@
---
obj: codec
---
# WAV
Waveform Audio File Format (WAVE, or WAV due to its filename extension; pronounced "wave") is an audio file format standard, developed by IBM and Microsoft, for storing an audio bitstream on PCs. It is the main format used on Microsoft Windows systems for uncompressed audio. The usual bitstream encoding is the linear pulse-code modulation (LPCM) format.
| Name | Value |
| --------- | -------------------------------------- |
| Extension | .wav<br>.wave |
| [MIME](../../MIME.md) | audio/x-wav<br>audio/wav<br>audio/wave |
| Name | Value |
| --------------------- | -------------------------------------- |
| Extension | .wav<br>.wave |
| [MIME](../../MIME.md) | audio/x-wav<br>audio/wav<br>audio/wave |