Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
0answers
142 views

Using AVFoundation / CoreMedia / Other Frameworks to Detect Beats / Onsets

(Preface: This is my first audio-related question on Stack Overflow, so I'll try to word this as best as I possibly can. Edits welcome.) I'm creating an application that'll allow users to loop music. ...
6
votes
1answer
625 views

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 ...
3
votes
2answers
510 views

How do you select audio input device in core audio?

I am writing a program that needs to deal with multiple audio inputs. I am currently using AudioQueues to get the input, but this is only from the default input device. Is there any way to either: ...
3
votes
1answer
1k views

AudioServicesPlaySystemSound not playing sounds

I am playing a small .wav file using the AudioToolBox. AudioServicesPlaySystemSound (soundFileObject); But sometimes it is not playing. What is the reason ??? Thanks
2
votes
1answer
321 views

Problem On playback MP3 data buffer using AudioQueue Service : Prime failed (-50)

guys: These days I was struggling for finding the way to playback network audio stream (in MP3 packet format) using AudioQueue Service on iPhone. To achieve this target successively, I firstly got ...
2
votes
1answer
370 views

Using The AudioToolbox Framework

I am new to sound in XCode, I am using sound effects. I want a sound effect and I know that for sound effects you should use audio toolbox framework, what is the code? How do I code it, what are the ...
2
votes
4answers
525 views

AudioToolbox/OpenAL ExtAudioFile to play compressed audio

I'm currently using OpenAL to play game music. It works fine, except that it doesn't work with anything except for raw WAV files. This means that I end up with a ~9mb soundtrack. I'm new to OpenAL, ...
2
votes
2answers
2k views

AudioServicesPlaySystemSound not working on iPad device

I'm in the early stages of developing my first iPad application, and for simplicity I have so far been using AudioServicesPlaySystemSound and the associated functions to play sounds. My code is based ...
2
votes
0answers
594 views

Convert Recorded sound in iphone from one format to another say wav to mp3

I am trying to record some audio and convert them to other sound formats. I am using AVAudioRecorder class to record and these are the recording settings I used.. NSDictionary *recordSetting = ...
1
vote
1answer
24 views

Finding Codec in audio file using Apple APIs

Is there a way to find the codec/container of an audio file using Apple APIs (AudioToolbox or Quicktime)?
1
vote
1answer
79 views

Detect Headphones Unplugged - Monotouch

Is there a way to detect if headphones are unplugged in Monotouch? I am trying to look for the AudioSessionAddPropertyListener method but don't see it. What this method ported over? Here is Apple's ...
1
vote
1answer
173 views

Audio Output Routes for AirPlay

I have looked but can't find a way to access the Audio Output Routes so i can detect if the audio is coming out via AirPlay. This is what i found in the Documentation for iOS 5.0 ...
1
vote
2answers
128 views

Boost mp3 volume on iOS

I was looking for information on http://developer.apple.com/library/ios as well as on http://stackoverflow.com/, but could not find a simple and elegant solution. I will describe the key problems: it ...
1
vote
1answer
178 views

iOS - AudioServicesPlayAlertSound not working on ipod?

I cannot get AudioServicesPlayAlertSound(kSystemSoundID_Vibrate) to make the ipod beep - I know it cannot vibrate, but its suppsoed to beep atleast. It compiles fine, added the audiotoolbox and just ...
1
vote
1answer
181 views

How to imlement Audio Streaming <50 millisecond latency on iPhone

I need to implement audio streaming on iPhone with latency lower than 50 millisecond . Any ideas on how I can make it work? I bumped into: ...
1
vote
1answer
63 views

endInterruption not being called evrytime

I am using openCL to play sounds and I have noted that the sounds stop functioning after a call enters and I press Decline. I was able to trace it to the endInterruption not being called. The problem ...
1
vote
2answers
182 views

Getting raw sample data of m4a file to draw waveform

I'm using AudioToolbox to access m4a audio files with following code: UInt32 packetsToRead = 1; //Does it makes difference? void *buffer = malloc(maxPacketSize * packetsToRead); for (UInt64 ...
1
vote
1answer
258 views

iOS: Is this an audio-session simulator bug? keywords: kAudioSessionProperty_AudioRoute kAudioSessionUnsupportedPropertyError

can someone confirm whether this is indeed a bug? ( If so I will go off and file it with Apple ). attempting to fetch kAudioSessionProperty_AudioRoute is returning error code ...
1
vote
0answers
425 views

How to stop playing sound in Xode with AudioToolbox framework? [closed]

Possible Duplicate: Stop a sound using the same button that plays it Hi, I create a button in my app that play a sound If I click on this button while the sound is playing it starts again ...
1
vote
2answers
116 views

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 professional hardware, which is OK, but I need to know if there are any differences ...
1
vote
1answer
666 views

AVAudioSession reroutes iPhone audio automatically?

I'm having problems with AVAudioSession using the AVAudioRecorder in a cocos2d game that I'm working on. I'm trying to capture mic input using a simple AVAudioRecorder example to detect when the user ...
1
vote
0answers
123 views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
1answer
177 views

Audio Toolbox sound change problem

i'm new in iphone programin and i wrote a little animation program. i used audiotoolbox frame for sound and it was working. But when i change the sound file. (deleted exfile from resources and folder ...
1
vote
1answer
202 views

Stopping and Quickly Replaying an AudioQueue

I've got an audio queue that I've got playing, stopping, pausing correctly but I'm finding the AudioQueueStop() function to be taking a long time to execute. I'd like to immediately stop and then ...
1
vote
2answers
429 views

Mixing down two files together using Extended Audio File Services

I am doing some custom audio post-processing using audio units. I have two files that I am merging together (links below), but am coming up with some weird noise in the output. What am I doing wrong? ...
1
vote
1answer
260 views

ExtAudioFileSeek and ExtAudioFileWrite together on the same file

I have a situation where I can save a post-processing pass through the audio by taking some manipulated buffer from the end of the track and writing them to the beginning of my output file. I ...
1
vote
4answers
1k views

Audio Processing: Playing with volume level

I want to read a sound file from application bundle, copy it, play with its maximum volume level(Gain value or peak power, I'm not sure about the technical name of it), and then write it as another ...
1
vote
1answer
269 views

using remoteio together with AudioServicesPlaySystemSound

we are trying to use remoteio for audio recording in conjunction with the AudioServicesPlaySystemSound function for audio playback. the problem is that whenever remoteio is running the playback volume ...
1
vote
1answer
160 views

Best Framework for Audio

In that application I am recording the voice of a human storing it in a file in NSTemporaryDirectory() and then playing it. So far I have used AVAudioPlayer and AVAudioRecorder but after some time ...
1
vote
3answers
488 views

Why does this Audio Unit RemoteIO initialisation work on iPhone but not in simulator?

I am using the Audio Unit services to set up an output rendering callback so I can mix together synthesized audio. The code I have seems to work perfectly on the devices I have (iPod Touch, iPhone ...
1
vote
1answer
541 views

AVAudioPlayer not unloading cached memory after each new allocation

I am seeing in Instruments that when I play a sound via the standard "AddMusic" example method that Apple provides, it allocates 32kb of memory via the prepareToPlay call (which references the ...
0
votes
1answer
31 views

Sound controls of device related to app

In my app I have some sounds.To use these sounds I used AVFoundation,MediaPlayer,AudioToolbox frameworks.The application is running fine in device. But the problem I am facing is when I decrease or ...
0
votes
0answers
50 views

AudioServicesAddSystemSoundCompletion under ARC using __bridge

I hope the title is not too misleading... :) I play a system sound and add the SoundCompletion-Callback to it like so: AudioServicesAddSystemSoundCompletion(soundID, NULL, NULL, completionCallback, ...
0
votes
0answers
24 views

How do I prevent iphone sound echo on multi-touch?

I am new to XCode so this may be a very simple question, but I can't seem to figure this out. My goal is to build a simple soundboard app that plays sounds whenever the user touches a button. I am ...
0
votes
0answers
19 views

AVAudioPlayer not playing at all

Here is code that is not playing sound at all player = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://www.somesite.com/free.mp3"] error:nil]; //player = [[AVPlayer ...
0
votes
2answers
56 views

Issues in Use of performSelectorOnMainThread in every millisecond

I wanna show the amplitude of real time sound on a UIView by graph. I set sound sample rate as 1000 in a second. And, To Update Graph, I did like this. this is called in every millisecond. [Audio ...
0
votes
2answers
88 views

iPad drumcomputer touch->audio latency

We've built a drumcomputer app for iPad to play along with live music (on stage or in your bedroom). The setup is pretty basic: you press one of the buttons and the corresponding sample will play. ...
0
votes
0answers
55 views

How do i stop playing a sound with AudioToolbox framwork?

When i play one sound then click on another it plays both of them over eachother. Is there any way to stop all sounds playing and to make it only play the most recent sound. Heres the code: ...
0
votes
1answer
70 views

AudioToolbox decreases sound volume when app starts

In my app I use the AudioToolbox framework so that I can use the iSpeech SDK. If music is playing (in the background, from the Apple music app), when the app starts, the music skips (stops playing ...
0
votes
1answer
125 views

AudioToolBox doesn't play on some devices

I have two applications that use the audiotoolbox framework to play short mp3 files. The deployment target is: 4.0 And the Base SDK is: iOS 5.0 SDK I have an iphone 4 with iOS 5.0 and an iPhone 3GS ...
0
votes
0answers
55 views

ExtAudioFileGetProperty failing

I am exporting an iPod song to the documents directory of my application using AVFoundation. Then when the file is done exporting I open the file using AudioToolbox, extended audio services in ...
0
votes
0answers
80 views

Using AVFoundation's CVCaptureSession to capture mic and AudioToolBox's AudioQueue to play back

In the Wavy sample from Apple, it use CVCaptureSession to capture audio from the mic (to display waveform). I added AudioToolbox framework and using AudioQueue to try to play back the capture data. ...
0
votes
0answers
24 views

Iterating through AudioFileReadPackets

in my iPad app I have the following code that reads a file to AudioFileOpenURL ((CFURLRef) audioURL, kAudioFileReadPermission, 0, &audioFileUserID); AudioFileGetPropertyInfo(audioFileUserID, ...
0
votes
1answer
133 views

Is AudioServicesDisposeSystemSoundID required?

I recently started working with the AudioToolbox framework and noticed that there is a method called AudioServicesDisposeSystemSoundID(). Just to know, is it a memory leak not to call the above ...
0
votes
2answers
179 views

Record Internal Sound iPhone SDK

I am making a app that requires internal sound to be recorded, any solutions?
0
votes
0answers
77 views

iOS - Is there possibility to invoke Airplay routing menu for audio streamed through AudioToolbox

Here's the thing - I'm writing an app which streams audio using AudioToolbox. I'd like to implement an airplay button similar to the one present in MPMoviePlayerView, or MPVolumeView on one of my ...
0
votes
1answer
111 views

Objective C: Catch event when an audio is finish to play

i'm new in Objective C, i'm developing an app that play sound on touch event of an uibutton. When i touch the button, it change is image and audio starts to playing. When audio is finish to play, i ...
0
votes
1answer
119 views

Problems appending audio after AudioFileOpenURL

I'm having a problem playing back audio data after appending extra recording to it. Here's the general sequence of events, which don't return any errors: AudioQueueNewInput // Start audio queue ...
0
votes
1answer
82 views

Play two audio files consequtively with seamless transition on iOS

I am in need to play audio files that are in my apps bundle (locally stored) one after the other with a seamless transition between them. Using an AVComposition is not good for me since I only know ...

1 2