Core Audio is a low-level API for dealing with sound in Apple's macOS and iOS operating systems.
I want to program a simple audio sequencer on the iphone but I can't get accurate timing. The last days …
iphone audio core-audio timing openalI'm trying to make an audio upload to S3 and I'm a little confused what I should declare my mime …
ios audio core-audioWe have an audio application for Mac OSX which is music player with some audio effects . Ever since we upgraded …
macos cocoa core-audio osx-mavericks facetimeI'm trying to record sound produced by a mixer unit output. For the moment, my code is based on the …
iphone ios core-audio audio-recording audiounitI have a really short audio file, say a 10th of a second in (say) .PCM format I want to …
ios file core-audioI received the following error when I get the property using AudioSessionGetProperty(kAudioSessionProperty_CurrentHardwareSampleRate,&size, &myAudioDescription.mSampleRate) Error …
objective-c ios core-audio avaudiosessionI'm having an issue using AVAudioPlayer where I want to reset a player if it's currently playing and have it …
iphone audio core-audio avaudioplayerI'd like to play a synthesised sound in an iPhone. Instead of using a pre-recorded sound and using SystemSoundID to …
iphone objective-c cocoa core-audioI have an app that uses the iPod Library API to access the song database in iOS. With the release …
objective-c ios core-audio ipod icloudI'm having difficulty extracting amplitude data from linear PCM on the iPhone stored in a audio.caf. My questions are: …
iphone ios core-audio