I am working on a project that requires me to send raw headerless ulaw or linear pcm data to a server.
I am using the AVAudioRecorder and I can save out ...
I am trying to extract level data from a PCM audio file using core audio. I have gotten as far as (I believe) getting the raw data into a byte array ...
I'm trying to use the Audio File Services from the AudioToolBox framework to get the raw data from a wav file. Specifically, I'm using AudioFileReadBytes() call to get the bytes. Here ...
I am developing an iphone app, which sends/receives data to audio/headphone jack of iphone. I assume we can send/receive data to headphone jack but that data is audio file with some ...
This is karthik. I am developing an application for voice chat. Now I want to play raw pcm audio data in iphone. I could not achieve it. Can anyone help me ...