Difference between revisions of "ADPCM"
Jump to navigation
Jump to search
m (Reverted edit of 219.13.122.18, changed back to last version by Khalil) |
|||
Line 1: | Line 1: | ||
− | * | + | {{codec audio|mod=adpcm}} |
− | * | + | {{mmwiki|ADPCM}} |
+ | '''ADPCM''' or '''Adaptive Differential PCM''' is a variant of [[PCM]]. | ||
+ | |||
+ | == Fourcc == | ||
+ | This codec is known by the following [[fourcc]]s: | ||
+ | * ima4 | ||
+ | * ms 0x00 0x02 | ||
+ | * ms 0x00 0x01 | ||
+ | * ms 0x00 0x61 | ||
+ | * ms 0x00 0x62 | ||
+ | * xaj 0x00 | ||
+ | |||
+ | == Source code == | ||
+ | * {{file|/modules/codec/adpcm.c|audio codec}} |
Revision as of 13:19, 20 March 2007
??
|
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)