audiotoolbox
(iphone) How to play the same sound from multiple views using AudioServicesPlaySystemSound?
I\'d like to play button tap sound from various UIButton instances. I\'m planning to create a singleton to hold \"System开发者_开发百科SoundID\" of sound files that will be shared across many buttons[详细]
2023-03-10 00:23 分类:问答iPhone - AudioToolbox and recording
In my application, I\'m playing an audio using audio toolbox framework. When its playing, how can I record the same?[详细]
2023-03-09 09:38 分类:问答Audio Session Services: kAudioSessionProperty_OverrideAudioRoute with different routes for input & output
I\'m messing around with Audio Session Services. I\'m trying to control the audio routes setting AudioSessionSetProperty: kAudioSessionProperty_OverrideAudioRoute as kAudioSessionOverrideAudioRoute_Sp[详细]
2023-03-06 16:09 分类:问答Problems with syncing sounds on different iOS devices
I have created a music app that plays one of 9 sounds when an object collides with the edge of a grid. This works absolutely flawlessly on the simulator but does not quite sync up on 4th gen devices a[详细]
2023-02-28 06:03 分类:问答Play audio files in iPhone/iPad application?
I want to play sound in my application for that I am using .mp3 file type. It is working fine in Simulator but when I am lunching it to my device it is not working and not producing any sound can any[详细]
2023-02-25 01:41 分类:问答mp3 Sounds Playing on simulator but not on Device (Audio BeatBox)
I Have a really serious Problem on my end: Im Making an Audio Synchronized BEATBOX with 16 different sounds playing at the same time.[详细]
2023-02-24 07:01 分类:问答Differences in audio frameworks on iPhone 3G, 3GS and 4
I\'m building an app that measures sound volume. I understand that audio hardware in the iPhone is not as accurate as profes开发者_JAVA技巧sional hardware, which is OK, but I need to know if there are[详细]
2023-02-16 05:25 分类:问答Specify software-based codec for AVAssetReaderAudioMixOutput?
On an ios device, can AVAssetReaderOutput be told to only use software-based decoders (i.e. kAppleSoftwareAudioCodecManufacturer rather than kAppleHardwareAudioCodecManufacturer)?[详细]
2023-02-10 05:30 分类:问答What does this warning indicate in console. I figured it out the first time (I get it from iphoneSimulator->Hardware-SimulateMemoryWarning?
The app crash only on the iPhone 3G. Is it any audio toolbox library problem? I get the following warning message which cause the application to crash. What does it say? (I get it from iphoneSimulato[详细]
2023-02-06 07:08 分类:问答iPhone AudioServicesPlaySystemSound: route though headphones?
I\'m having trouble using AudioServicesPlaySystemSound. Things work great when output goes through the speakers. However, when a user plugs in headphones, there is no output. Is there an easy way to s[详细]
2023-02-04 07:05 分类:问答