Questions tagged [audioqueueservices]

Audio Queue Services provides a straightforward, low overhead way to record and play audio in OS X. Starting with OS X v10.5, it is the recommended technology to use for adding basic recording or playback features to your Mac app.

Audio Queue Services Programming Guide

172 questions
0
votes
1 answer

Recording audio output only from speaker of iphone excluding microphone

I am trying to record the sound from iPhone speaker. I am able to do that, but I am unable to avoid mic input in the recorded output. Tried with sample code available in different websites with no luck. The sample which I used does the recording…
bstk
  • 11
  • 6
0
votes
1 answer

Audio Recording on iOS

I've just started working on a project that requires me to do lots of audio related stuff on iOS. This is the first time I'm working in the realm of audio, and have absolutely no idea how to go about it. So, I googled for documents, and was mostly…
codeBearer
  • 5,114
  • 4
  • 25
  • 29
0
votes
1 answer

Accessing raw audio data with Audio Queue using AudioFileReadPackets

I'm attempting to access the raw audio data sent to the Audio Queue callback, but I after calling AudioFileReadPackets, the number of bytes (numBytes) is 0. void AQRecorder::MyInputBufferHandler(void *inUserData, AudioQueueRef inAQ,…
Bae
  • 43
  • 7
0
votes
1 answer

Right choice to play audio and video content

What I'm doing : I need to play audio and video files that are not supported by Apple on iPhone/iPad for example mkv/mka files which my contain several audio channels. I'm using libffmpeg to find audio and video streams in media file. Video is…
deimus
  • 9,565
  • 12
  • 63
  • 107
0
votes
1 answer

Playing Audiobooks (m4b media format) using AudioQueue services | iPhone

I am working on developing an iPhone app to play music. Am using AudioQueue services to play the audio files. App plays all media files correctly, but the app fails to play audiobooks, which I think is because they are different media format (.m4b)…
Manish Ahuja
  • 4,509
  • 3
  • 28
  • 35
0
votes
2 answers

How to analyze the audio file recorded in audio queue services in iOS?

I know the file path. How am I going to open it? I want the LPCM format like the one in the buffer when recording the audio.
yoyosir
  • 458
  • 2
  • 11
  • 27
-1
votes
1 answer

What API should be used for real-time audio in OSX?

I am looking to build an application that requires real-time control (or as good as possible) control of audio output in OSX. I need the ability to send samples of audio to the sound-card with as much control as possible, no delays as when the…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
1 2 3
11
12