View Single Post
Posts: 26 | Thanked: 1 time | Joined on Oct 2010
#1
I would like to encode a sound stream into amr-nb format in our C++ program. Created application is needed to be installed from .deb file on average Maemo device by BFU. Package can not contain 3. party library (it's not an option and I can not change this decision).

But I do no need to learn how to encode it. I found opencore-amrnb library and program works just fine with it. But I couldn't find package for it.

Also, I found libamrnb here - on maemo.org - ( http://maemo.org/packages/view/libamrnb/ ) and it works in our program just fine again, but it is not in common depositary but in developer - testing. And I can not force users to use this repository. And when I wanted install this package alone, it failed. (Only error message I got is: this package can not be installed.)

My device: N900
OS: Maemo5

So, do you know about some package for this, please?

Last edited by Laethnes; 2011-04-29 at 09:07.