fix
This commit is contained in:
parent
561a0e06a6
commit
fe20f4396c
7 changed files with 31 additions and 24 deletions
|
@ -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 |
|
Loading…
Add table
Add a link
Reference in a new issue