I am playing MP3 audio form a network stream and sometimes gaps are present when using WIFI connection.
I decrease the buffer size, but I am wondering what is the best method ...
I'm working on a project which is using Audio Toolbox for recording and playback of PCM data, and I'm having trouble with playback. In the simulator, I can record and play ...
I am generating audio programmatically. I hear gaps of silence between my buffers. When I hook my phone to a scope, I see that the first few samples of each buffer ...
I want to create an application for the iPhone that plays a custom memory buffer.
I am currently using AVAudioPlayer class and I am pretty sure that the function I should use ...
for an iphone voice changing app (objective c), i am trying to take the sampled integer values from the recording audio queue buffer, process them in a function and write the ...
Is there a way to copy to an AudioQueueBuffer directly?
I am looking to re-create an Android app that used android.AudioTrack's write() function to write directly to a sound buffer. ...
In my application, I am receiving audio data in LinearPCM format, which I need to play.
I am following iOS SpeakHere example, but not able to get how and where I ...
I'm writing a CoreAudio backend for an audio library called XAL. Input buffers can be of various sample rates. I'm using a single audio unit for output. Idea is ...
I'm currently trying to create an iOS audio project and I need to use the CARingBuffer class available in the Extras/CoreAudio/PublicUtility folder of XCode.
The problem is when I include the CARingBuffer.h ...