Updates:
Summary: Add ADPCM support
Labels: -Pri-2 -Feature-Media-Network -Hotlist-GoodFirstBug Pri-3
Feature-Media-FFmpeg
Comment #13 on issue 78915 by
sche...@chromium.org: Add ADPCM support
http://code.google.com/p/chromium/issues/detail?id=78915
Took a look at the file:
$ out/ffmpeg -i ../media/crbug78915.wav
ffmpeg version N-48750-g969e75e Copyright (c) 2000-2013 the FFmpeg
developers
built on Jan 11 2013 10:58:56 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration:
libavutil 52. 13.100 / 52. 13.100
libavcodec 54. 86.100 / 54. 86.100
libavformat 54. 59.107 / 54. 59.107
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 32.100 / 3. 32.100
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
Guessed Channel Layout for Input Stream #0.0 : mono
Input #0, wav, from '../media/crbug78915.wav':
Duration: 00:00:02.37, bitrate: 32 kb/s
Stream #0:0: Audio: adpcm_ms ([2][0][0][0] / 0x0002), 8000 Hz, mono,
s16, 32 kb/s
At least one output file must be specified
... looks like it's actually adpcm_ms!