Difference between revisions of "ADPCM"
Jump to navigation
Jump to search
m (fix code) |
|||
Line 13: | Line 13: | ||
== Source code == | == Source code == | ||
− | + | {{file|/modules/codec/adpcm.c|audio codec}} |
Revision as of 06:57, 1 November 2016
??
|
This is an audio codec. The name to use at the command line is unknown. This codec is from the adpcm module. |
ADPCM or Adaptive Differential PCM is a variant of PCM.
Fourcc
This codec is known by the following fourccs:
- ima4
- ms 0x00 0x02
- ms 0x00 0x01
- ms 0x00 0x61
- ms 0x00 0x62
- xaj 0x00
Source code
- /modules/codec/adpcm.c (audio codec)