[android-developers] Change the playback rate of a track in real time

2010-05-01 Thread Y Kim
Hello everybody, I would like to know if somebody knows a library to changing the playback rate of a track in real time. My idea is to load a track and change its playback rate to half or double. Firstly, I tried with MusicPlayer but is was not possible at all and then I tried with SoundPool. The

[android-developers] How to import music into Android library

2010-04-22 Thread Y Kim
Hello, I would like to know how can I import songs from a web service into Android library without having to download the file into sdcard. I have all the data from the web service but I do not know how to integrate the tracks into Android database. My idea is not to have to download the files,