Anil Philip
2008-Apr-12 02:14 UTC
[Speex-dev] newbie qs - can one implement speex for Google Android?
Anil Philip <goodnewsforyou at yahoo.com> wrote: see http://code.google.com/android It would be good of members from here will step in and offer google help to implement speex. Without exaggeration, android will transform the mobile world. Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: On Fri, Apr 11, 2008 at 10:58 PM, Anil Philip wrote:> I recommended in a bug report that the new mobile platform - Android should > use speex and it was accepted. I was wondering if I can use it as a 3rd > party library even now. Can someone please tell me how? The JSpeex project > has had no activity for almost 3 years and questions are unanswered.Is Android a Java application? Because if it's not, you should use the official C library instead of JSpeex. You can find more details at //speex.org -Ivo for good news go to http://members.tripod.com/~goodnewsforyou/goodnews.html __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20080411/e880e2c6/attachment-0001.htm
Conrad Parker
2008-Apr-12 03:03 UTC
[Speex-dev] newbie qs - can one implement speex for Google Android?
On 12/04/2008, Anil Philip <goodnewsforyou at yahoo.com> wrote:> > > Anil Philip <goodnewsforyou at yahoo.com> wrote: > see http://code.google.com/android > It would be good of members from here will step in and offer google help to > implement speex. > Without exaggeration, android will transform the mobile world. > > > Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: > On Fri, Apr 11, 2008 at 10:58 PM, Anil Philip wrote: > > I recommended in a bug report that the new mobile platform - Android > should > > use speex and it was accepted. I was wondering if I can use it as a 3rd > > party library even now. Can someone please tell me how? The JSpeex project > > has had no activity for almost 3 years and questions are unanswered. > > Is Android a Java application? Because if it's not, you should use > the official C library instead of JSpeex. You can find more details > at //speex.org >Android provides Java SDKs, but the underlying media libraries are in C/C++: http://code.google.com/android/what-is-android.html The M5 release contains support for Ogg Vorbis (.ogg): http://code.google.com/android/migrating/m3-to-m5/m5-api-changes.html#media so perhaps patching the build to include libspeex is not technically difficult. Of course it'd make more sense to access libspeex through VoIP apps than just through the generic MediaPlayer interface. cheers, Conrad.
Tor-Einar Jarnbjo
2008-Apr-12 12:45 UTC
[Speex-dev] newbie qs - can one implement speex for Google Android?
Conrad Parker schrieb:> so perhaps patching the build to include libspeex is not technically > difficult. Of course it'd make more sense to access libspeex through > VoIP apps than just through the generic MediaPlayer interface. >Even if they included Speex support, the Android media API is very limited, as it can only access audio from a file or an HTTP URL. I raised a bug against Android that the JavaSound API is not working (it is documented though), but it was closed with the explanation that the JavaSound API will not be implemented. JavaSound would have offered a possibility to play software-synthesized PCM data, e.g. the output from JSpeex and access recorded PCM data for speex encoding, but this option seem to be "dead" now. Tor
Maybe Matching Threads
- newbie qs - can one implement speex for Google Android?
- newbie qs. how to seek to a point in the Speex file?
- newbie qs - can one implement speex for Google Android?
- newbie qs - can one implement speex for Google Android?
- newbie qs. how to seek to a point in the Speex file?