ThomasSevestre / ilbc-decode

Simple binary that decodes iLBC encoded files to raw audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:
cd src
make
make install
ilbc-decode [frame size] -decode [encoded file] [output file]
e.g. ilbc-decode 20 -decode testfile.ilbc output.raw

Based on sources from this thread:
http://talk.maemo.org/showthread.php?t=25099

About

Simple binary that decodes iLBC encoded files to raw audio


Languages

Language:C 99.1%Language:Makefile 0.6%Language:Awk 0.3%