I have tried many methods to implement a regular UISlider and control the device volume, but it's all Native-C functions which results in many untraceable bugs.
I tried the MPVolumeView it ...
AVAudioPlayer seems not to handle some audio files that can be handled if using AudioStreamer (https://github.com/mattgallagher/AudioStreamer) even when played as a local file.
My questions:
1) What type of audio files generate the ...
I would like to know how to start creating an Audio Streaming Player to iPhone (a radio streaming).
I read that I have to use AudioToolbox and AudioQueue. Is there any ...
I am a student who is trying to make mms stream audio app.
I got mms stream using libmms, and decoded wma audio using ffmpeg.
But however I don't know What to do ...
I'm currently using CocosDenshion for small sound effects (half a second long), And now
I need to play short 30-second audio clips (mp3) that are hosted on a server, not inside ...