Thread
:
Decode Maemo Recorder .libc Using Audacity
View Single Post
eighthave
2011-02-02 , 18:03
Posts: 3 | Thanked: 1 time | Joined on Oct 2009
#
7
I wrote a Makefile that will download all the files, generate the sources, and build a command line util called ilbc-decode. This should work on any system that uses the GNU build tools, so Mac OS X, GNU/Linux, Windows/Cygwin, Windows/MinGW, and the BSDs.
To use, run these lines in the Terminal:
gunzip Makefile.gz
make generate-sources
make
make install
ilbc-decode
Also, if you are on Mac OS X, you can use Fink to install it:
fink install ilbc-decode
Attached Files
Makefile.gz
(683 Bytes, 559 views)
Quote & Reply
|
eighthave
View Public Profile
Find all posts by eighthave