similar to: FLAC support for Android?

Displaying 20 results from an estimated 10000 matches similar to: "FLAC support for Android?"

2009 Feb 24
2
FLAC support for Android?
Brian Willoughby schrieb: > You're not going to be able to create a feasible FLAC implementation > in Java. As long as Android obviously has a rather poorly performing VM and no support for playing software generated PCM samples (except for writing them to a temporary WAV file and telling Andorid to play it after decoding is complete) it's not feasible, but a "real"
2009 Feb 25
2
FLAC support for Android?
Hi, (apologies for losing the link before ;-) That bug report seems to point out the right places. Here's some more thoughts about making OpenMAX components for free codecs (also thinking about other codecs like Theora and Speex): http://blog.kfish.org/2009/02/is-openmax-important-for-free-software.html After some discussions at FOMS last month, we might be able to get a few people
2011 Aug 24
2
Asterisk Integration with Android device
Hi, I created a extension in Asterisk, the extension has been configured in Android softphone 3cx. When I tried to call from Andorid phone to some other IP extension which is registered in Asterisk, I am not able to hear the voice, when I check the asterisk log or wireshark there is only one way RTP traffic, from Android I am connecting to Asterisk via 2G GSM network. Any idea would be
2011 Nov 09
1
(android) Re: Vorbis(ogg) and andorid
On 9 November 2011 10:40, Micol lupen <galaxi_999 at yahoo.it> wrote: > Hi to all, > i am a university student, i have this problem, i want to create application for android this application must to record and listen ogg file, > i read that android use only ogg decoder for this problem i must use external library,wich library i can use ? can you show me some ?HowTo or book or site
2009 Feb 23
0
FLAC support for Android?
Hi Ben. A quick scan of the Android information I could find online indicates that Java is the primary development environment. You're not going to be able to create a feasible FLAC implementation in Java. Instead, you'll need to use GCC to compile the C code in the FLAC library for the ARM processor in the Android platform. So, I'm not surprised that OpenCore is written
2009 Feb 24
0
FLAC support for Android?
I envisioned this being implemented as a patch to Android at the OS level. It looks like Android has native decoders which the media player and Java APIs call. My understanding is that T-Mobile pushes out over the air updates of the operating system every so often. For example, there's a new version of the Android OS called Cupcake<http://source.android.com/roadmap/cupcake>in the
2008 Apr 12
2
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
2008 Apr 12
1
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
2008 Dec 22
2
Flac player for Android
Hi, apologies if this question has been asked before; is there anyone working on a flac player for the Android G1? Is anyone interested in working on such a player? Thanks. -- "The mind is like a parachute. It doesn't work unless it's open." -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 26
1
Flac player for Android
On Tue, 2008-12-23 at 00:55 +0100, Tor-Einar Jarnbjo wrote: > the Android media API (android.media) does not offer the required > capabilities to play software generated PCM samples. The first Android > SDK releases contained non-functional classes from the standard > JavaSound API (javax.sound), but these were removed in later releases. I > opened a bug regarding the JavaSound
2013 May 24
1
FLAC for Android: warning: cast increases required alignment of target type
Now that I can build FLAC again with Janne's patch I would like to report about the warnings I get when building for Android: android-make | grep warn md5.c: In function 'format_input_': md5.c:282:25: warning: cast increases required alignment of target type [-Wcast-align] md5.c:288:24: warning: cast increases required alignment of target type [-Wcast-align] decode.c: In function
2013 May 23
2
FLAC currently won't compile for Android [bisected]
On 22.5.2013 17:03, Felix Homann wrote: > Sorry that it took so long to reply. As mentioned in an earlier mail > my first bisect session wasn't accurate. I've done a new one: > > Here's my patch suggestion but I'm no Android guy. -------------- next part -------------- diff --git a/src/flac/utils.c b/src/flac/utils.c index e908706..6f6382e 100644 ---
2013 May 15
2
FLAC currently won't compile for Android [bisected]
Hi, I couldn't figure out how to file a bug in the bugtracker at sourceforge. So I send a report this way. Building FLAC from git for Android fails with the following message: utils.c: In function 'get_console_width': utils.c:181:17: error: storage size of 'w' isn't known utils.c:181:17: warning: unused variable 'w' [-Wunused-variable] make[3]: *** [utils.o]
2013 Jul 24
2
IceCast Android MediaPlayer support
Hello. What is the official info about IceCast Android MediaPlayer support?
2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2019 Apr 09
3
large cover size bug with android?
When trying to play vorbis or opus files that have large cover sizes >1MB on android 8.0 built in player, they fail to play. Removing the cover allows them to play.  Has anyone encountered this before or know if it is a known android or opus/vorbis bug?
2013 Jul 24
2
IceCast Android MediaPlayer support
Thanks. In http://developer.android.com/about/versions/android-2.2-highlights.html- there is a support for HTTP progressive streaming. Does this mean that IceCast is only Android-ready from 2.2? I've tried some hours ago on Android 2.1 tablet and the app crashes at start (couldn't find the reason yet). The same app works in 2.3.5. Thanks, I can extract tags by IcyStreamMeta class. Is there
2012 Apr 17
2
Any android source client for icecast ?
Hi everybody. Any development on this? Andrea Thomas.Rucker wrote: > > He's asking for a SOURCE client, not a _listener_ client. > > I don't think such a thing exists at the moment. > > > TBR > > -- View this message in context: http://old.nabble.com/Any-android-source-client-for-icecast---tp30375352p33700728.html Sent from the Icecast - General
2013 May 15
2
FLAC currently won't compile for Android [bisected]
Felix Homann wrote: > Here are the warnings I get with 03a9e6064d406e3656afacdbe50e8e47ebfa0de3: It seems Android sys/param.h doesn't define MIN/MAX. Could you try to revert this commit on current master (or simply change line 35 of src/libFLAC/include/private/macros.h back to #if defined(__GNUC__) ) and recompile? Or possibly bisect 03a9e60..master to find out when the
2020 Apr 28
2
Android kernel PGO with LLVM
Hello, I'm working on Android kernel profile-guided optimization to figure out whether pgo can improve the performance of Android kernel. I have tried to added '-fprofile-generate' option to build Android kernel(msm-4.19). But error occurs during building: "undefined reference to '__llvm_profile_instrument_target'". I have tried to add