I\'m using AudioTrack to play a PCM WAV sound file on Android (see also here). Streaming mode, worker thread. I\'m wondering how do I detect the end of sound so that I can release and free the AudioTr
I have a requirement that I need to display a dial pad like screen and I have to generate 1khz tone (not DTMF tone) whenever user presses on a dial pad buttons.
I\'m trying to play a PCM file in Android using the AudioTrack class. I can get the file to play just fine, but I cannot reliably tell when playback has finished. AudioTrack.getPlayState says playback
I am trying to p开发者_JS百科lay the bigger size audio wav file(which is >20 mb) using the following code(AudioTrack) on my Android 1.6 HTC device which basically has less memory. But i found device c
One of the common things I\'ve seen done in applications built on IoC/plugin frameworks is to add commands to menus or toolbars from the dynamically loaded plugins.For example, the application\'s defa