Difference between revisions of "ADPCM"

From VideoLAN Wiki
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:
* IMA ADPCM?
+
{{codec audio|mod=adpcm}}
* G.726 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