Core Audio is a low-level API for dealing with sound in Apple's macOS and iOS operating systems.
I am using the SoundEngine sample code from Apple in the CrashLanding sample to play back multiple audio files. Using …
iphone core-audio openal afconvertIs there any way we can convert text to speech in an iPhone app? Is it possible using the SDK?
iphone core-audioI reading song from iPod library using assetUrl (in code it named audioUrl) I can play it many ways, I …
iphone objective-c core-audio ipod waveformI am using the afconvert command line utility to convert an audio file from .caf to .mp3 format. I have …
iphone core-audioI am seeking an example of using Audio Queue Services. I would like to create a sound using a mathematical …
objective-c audio core-audio audioqueueservicesAny one help to me to record and play audio Simultaneously in Iphone.
ios objective-c core-audio audio-recordingI have a children's iPhone application that I am writing and I need to be able to shift the pitch …
iphone audio core-audio pitch pitch-trackingMy audio-analysis function responds better on the iPad (2) than the iPhone (4). It seems sensitive to softer sounds on the iPad, …
ios core-audio remoteioI've searched and I believe my problem is quite unique. I'm aware of the Simulator 5.1 bug when using AVAudioPlayer which …
iphone ios audio avaudioplayer core-audioThe documentation for AVPlayer states the following: [The] player works equally well with local and remote media files However, the …
iphone audio streaming ios4 core-audio