adpcm_swf
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Decoding of ADPCM according to SWF File Format Specification
adpcm_swf
https://github.com/alexgirao/adpcm_swf

decoding of ADPCM (Adaptive Differential Pulse Code Modulation)
according to SWF File Format Specification Version 10

usage

  swfextract -s 0048 -o sound.adpcm file.swf
  adpcm_swf2raw -i sound.adpcm -o sound.raw
  play --rate 22050 --channels 1 --bits 16 --encoding signed-integer --endian little --type raw sound.raw
  sox --rate 22050 --channels 1 --bits 16 --encoding signed-integer --endian little --type raw sound.raw sound.wav


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。