java - Audio Stream Transcoding with Android -


let me first state not know java. i'm .net developer solid c# skills, i'm attempting learn java , android sdk @ same time (i know it's not ideal, oh well, i'm adventurous :))

that said, end goal write streaming media player android can accept windows media streams. i'm okay restricting myself android 2.0 , greater if need to. current device motorola droid running android 2.0.1. there 1 online radio service listen religiously on pc offers windows media streaming, , i'd transcode stream android device can play it.

is such thing possible? if so, feasible (i.e., cpu intensive , kill battery)? should looking doing ndk in native code instead of java? i'm not opposed writing sort of service in between runs on desktop computer (even in c#), ideally i'd explore purely device-based options first. should start?

thanks in advance insight can provide!

having proxy on pc captures windows audio output, encodes it, , sends phone possible. had 8 years ago on linux-based pda (sharp zaurus). trick you're not trying decode or access xm radio stream directly, you're capturing being sent speakers on desktop , re-sending it. there minor hit in audio quality due re-encode, shouldn't bad.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -