Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 500 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 500 Bytes

vavi.sound.adpcm.vox

Provides VOX ADPCM codec related classes.

Status

completed

TODO

  • decode x16???

License

/*  File: adpcm.c
    Description: Routines to convert 12 bit linear samples to the
       Dialogic or Oki ADPCM coding format.
       I copied the algorithms out of the book "PC Telephony - The
       complete guide to designing, building and programming systems
       using Dialogic and Related Hardware" by Bob Edgar. pg 272-276.

*/