The Audio Toolbox framework provides interfaces for recording, playback, and stream parsing. In iOS, the framework provides additional interfaces for managing audio sessions.
Questions tagged [audiotoolbox]
366 questions
0
votes
1 answer
iOS system sound service unable to adjust volume
in .h:
#import
@interface ViewController : UIViewController {
SystemSoundID beatAudio;
}
in.m:
//File path already created
AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:path],…

Ben Lu
- 2,982
- 4
- 31
- 54
-1
votes
1 answer
How to read Mono Audio value from setting in swift
Basically I'm trying to detect Mono Audio value is On/Off pragmatically in my swift based project.
I want to read Mono Audio value is On/Off in user setting.
So based on that value I will prompt user that your Mono Audio setting is off please…

CodeChanger
- 7,953
- 5
- 49
- 80
-1
votes
2 answers
Convert code to function
Hello everyone i need to convert this code to a function with 2 parameters in this case the first parameter is News and the second one aif can u do this ??
-(IBAction)news
{
CFURLRef soundFileURLRef;
SystemSoundID …

Bobj-C
- 5,276
- 9
- 47
- 83
-1
votes
1 answer
AVAudioPlayer cannot play MP3 file
I have two MP3 files. I'm able to play the 1st file, but not the second one on iOS.
I'm using AVAudioPlayer to play them.
The first file which I'm able to play has the following information.
0000000 49 44 33 03 00 00 00 00 21 76 54 49 54 32 00…

moeseth
- 1,855
- 5
- 23
- 47
-1
votes
1 answer
Is there any way to work with Audiotoolbox while receiving phone calls in iphone
Is there anyway to turn - on speakers from our iphone application while receiving the phone call so that user can continue the conversation through the out speaker , will our iphone application work while receiving phone calls
thanks in advance.

Deepak
- 439
- 1
- 5
- 13
-2
votes
2 answers
Record Internal Sound using iPhone SDK
I am making an app that requires internal sound to be recorded.
Any solution?

Lee
- 23
- 1
- 6