Skip to content

alexgirao/adpcm_swf

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

About

Decoding of ADPCM according to SWF File Format Specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published