simulator « audio « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » audio » simulator 

1. iphone audio plays on simulator but not on device    stackoverflow.com

The following code plays well on the simulator but the audio doesnt play on the actual device. I have tries aif, wav and mp3 ... all three with the same behaviour. Please ...

2. Audio plays well in iPhone simulator but not in iPhone    stackoverflow.com

I have an app that is nearly finished but encountered an annoying problem. In the app, I want to play a sound when I tap on some object, then the ...

3. Audio using Yeti Mic does not work on iPhone Simulator    stackoverflow.com

I am following iPhone Core Audio Tutorial by Tim Bolstad. It works as expected. I can hear the audio successfully. But when I plug-in USB Yeti Stereo Microphone by BlueMic ...

4. Iphone audio only working in Simulator NOT in Device    stackoverflow.com

I have set up part of my app to play a sound. Simple - but only is working in Simulator. Initing audio session this way:

  - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil ...

5. iphone: (audio) posting message to kill mediaserverd    stackoverflow.com

i'm playing several sounds using AudioServices AudioServicesPlaySystemSound ( aSystemSoundID ); when i test the project on the iphone (3g) attached to the machine i got this message:

2010-09-16 17:29:29.672 ...

6. audio library on simulator    stackoverflow.com

One of my projects needs to load audio from audio library. It works on my iPod touch. But I prefer to debug on simulator. The audio library on simulator is empty, ...

7. RemoteIO Audio Problem - simulator = good - device= bad    stackoverflow.com

O.K , so I'm using core audio to extract audio from 10 different sample sources and then mixing them together in my callback function. It works perfect in the simulator and all ...

8. Unable to synchronize the audio input and output devices' sample rates - AudioQueue and Simulator    stackoverflow.com

I have been having a problem playing audio out of the simulator for some time now, and I just avoided it by testing on the device, but now I have need ...

9. iphone avTouch sample code - simulator not showing the audio meter levels    stackoverflow.com

I recently got started with iphone programming and was checking out the avTouch sample project from Apple in the iphone simulator, but the audio levels are not showing in the simulator ...

10. audio work in simulator not work in iphone device    stackoverflow.com

I have a wma decoder ,wma decoded sample are giving to pcm player.work in simulator, but in device it play 1 sec's ,then not playing. I use iphone simulator 4.0, and ...

11. is it possible to record and play audio in iPhone simulator?    stackoverflow.com

is it possible to record and play audio in iPhone simulator?

12. Is it possible to simulate multiple audio outputs for the iPhone and/or the simulator?    stackoverflow.com

I have the following code, but it doesn't display the route button.

MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:CGRectZero];
volumeView.showsRouteButton = YES;
volumeView.showsVolumeSlider = NO;
[volumeView sizeToFit];
[self.view addSubview:volumeView];
[volumeView release];
In the documentation I read:
The route ...

13. The iPhone simulator audio only works for 44100Hz, 22050Hz, and 11025Hz    stackoverflow.com

Is anyone out there using the simulator to handle 8kHz audio at the AudioUnit level? The iPhone simulator audio only works for 44100Hz, 22050Hz, and 11025Hz. It fails strangely otherwise. I am ...

14. Audio will play in iPhone simulator, but not on device    stackoverflow.com

Basically, when a button on my app is touched, audio is played. Simple enough, and yet it fails to work on my actual device, but works well in the simulator. When ...

15. AudioFileOpenURL causes error -43 can't open file on simulator, but not device    stackoverflow.com

I'm using AudioFileOpenURL to access an audio file. It works fine on my device, but not in the simulator. Here is where the error is being thrown:

     ...

16. How to play Dual Language audio using mixer host in iOS    stackoverflow.com

I have audio file with two languages (lang1 and lang2), now my mixer host(iOS sample code) can play the main language i.e lang1 but it is not playing sub language i.e. ...

17. .mp3 and .wav files works on simulator, but not on device    stackoverflow.com

I have very common question as i searched for it but cant get the correct answer for me. here is the piece of code on which I m trying hard to play ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.