Could someone explain to me how I could modify Apple's SpeakHere iPhone sample code to record audio being played on the device rather than audio being inputted through the mic.
I am trying to increase the volume of my Audio Output using the speakHere example from Apple. The volume is already set to max with :
// set the volume of the ...
I was trying out Apple's sample app SpeakHere, and wanted to listen through the speakerphone speaker instead of the ear speaker.
I was able to turn on the speakerphone speaker using this ...
I am using Apple's sample code "SpeakHere" . I need to do some changes for Seeking Audio file forward/Backward while playing using UISlider. Is it feasible to do that? How should ...
It is as simple as that.
When you use the SpeakHere example it should create a file somewhere on the iPhone that contains the data from the recording.
Does anyone know how ...
I am new to iphone. Could u please help me to mod speakHere app from Apple to record in mono format. What should i have to set for mChannelsPerFrame and what ...
I want to change SpeakHere application to record and play audio like a loopback, means after recording.. the recorded voice should immediately repeats what is recorded like a eco.
Can anyone tell ...