Re: [android-developers] Re: how to Play music from AudioTrack

2010-03-26 Thread dillirao malipeddi
Arijasoft has Android online Radio SDK to play online radio streams of mp3/aac. http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpPlease get the SDK from them... and Develop online radio app . On Thu, Mar 18, 2010 at

[android-developers] Re: how to Play music from AudioTrack

2010-03-17 Thread Wouter
Hey, i am also creating a media player for online radio. I have my online streams in mp3 format and I also hear a gap between 2 files (i write the stream to different files and play them, just like kavitha). How can i convert the stream to ogg when I try to play it? Can you give me any solutions

Re: [android-developers] Re: how to Play music from AudioTrack

2010-03-17 Thread kavitha
still I didnt get solution even ogg files give some gap I give it up On Wed, Mar 17, 2010 at 6:14 PM, Wouter wouterg...@gmail.com wrote: Hey, i am also creating a media player for online radio. I have my online streams in mp3 format and I also hear a gap between 2 files (i write the

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-16 Thread kavitha
Thanks skink. I get audio stream in mp3 format. So,Currently I write to a file and play it. Do I need to use any converter to convert mp3 to ogg format and then play? Thanks Kavitha On Tue, Feb 16, 2010 at 1:27 PM, skink psk...@gmail.com wrote: On Feb 16, 6:36 am, kavitha

[android-developers] Re: how to Play music from AudioTrack

2010-02-16 Thread skink
On Feb 16, 9:43 am, kavitha kavith...@gmail.com wrote: Thanks skink. I get audio stream in mp3 format. So,Currently I write to a file and play it. Do I need to use any converter to convert mp3 to ogg format and then  play? Thanks Kavitha oh yes, simple renaming track.mp3 - track.ogg

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-16 Thread kavitha
yes,,skink, I tried playing ogg files. ogg files give very less gap (almost inconsiderable)than mp3. I need to convert and store into ogg format now. how to convert from mp3 to ogg format? Thanks Kavitha On Tue, Feb 16, 2010 at 3:00 PM, skink psk...@gmail.com wrote: On Feb 16, 9:43 am,

[android-developers] Re: how to Play music from AudioTrack

2010-02-16 Thread skink
On Feb 16, 12:20 pm, kavitha kavith...@gmail.com wrote: yes,,skink, I tried playing ogg files. ogg files give very less gap (almost inconsiderable)than mp3. I need to convert and store into ogg format now. how to convert from mp3 to ogg format? http://linux.die.net/man/1/oggenc --

[android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread skink
On Feb 15, 12:12 pm, kavitha kavith...@gmail.com wrote: Hi All, I want to play music from online mp3 link. I am reading the music data into a stream and trying to play it using audio track. But itz giving only noise.No music i could listen. if you hear noise your code probably works ok

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread kavitha
Thanks for response. But how to convert any music into PCM format in android? Can anybody tell solution please Thanks Kaviha On Mon, Feb 15, 2010 at 5:07 PM, skink psk...@gmail.com wrote: On Feb 15, 12:12 pm, kavitha kavith...@gmail.com wrote: Hi All, I want to play music from online

[android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread skink
On Feb 15, 12:42 pm, kavitha kavith...@gmail.com wrote: Thanks for response. But how to convert any music into PCM format in android? Can anybody tell solution please lame for example: http://lame.sourceforge.net/download.php the question is: 'are you aware of the fact that pcm could be

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread kavitha
yes,i am aware about that If i download into files from continous music online link and then play from MediaPlayer,,,i notice some gap between switching over of 2 media players/files, so i thought of decoding audio into stream and play from audiotrack How to play files from media players

[android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread skink
On Feb 15, 2:05 pm, kavitha kavith...@gmail.com wrote: yes,i am aware about that If i download into files from continous music online link and then play from MediaPlayer,,,i notice some gap between switching over of 2 media players/files, so i thought of decoding audio into stream and

Re: [android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread kavitha
Thanks skink,, There is very small gaps in between playing of 2 files.May be MediaPlayer takes milliseconds time to start in between. when listening to continous stream,you can make out,,You feel like music is not continuous.Itz stucking sometime. In iphone,they have option of storing audio

[android-developers] Re: how to Play music from AudioTrack

2010-02-15 Thread skink
On Feb 16, 6:36 am, kavitha kavith...@gmail.com wrote: Thanks skink,, There is very small gaps in between playing of 2 files.May be MediaPlayer takes milliseconds time to start in between. when listening to continous stream,you can make out,,You feel like music is not continuous.Itz