audioqueueservices
Why might my AudioQueueOutputCallback not be called?
I\'m using the Audio Queue Services API to play audio streamed from a server over a TCP socket connection on an iPhone. I can play the buffers that were filled from the socket connection, I just canno[详细]
2023-04-09 09:05 分类:问答Playback MP3 data buffer using AudioQueue Service : Prime failed (-50)
These days I was struggling for finding the way to playback network audio stream (in MP3 packet format) using AudioQueue Service on iPhone.[详细]
2023-04-08 23:23 分类:问答Simultaneous playback (10+) with AudioQueueServices
Can anyone show me how this is done for for the iPhone? I am trying to make a game to play about 12 sounds at exactly the same time and I can\'t figure out how to use AudioQueueServices. I understand[详细]
2023-04-04 17:07 分类:问答Audio Queues for multi channel real time audio processing on Mac
I have a 4 mic array connected开发者_Python百科 to an iMac via an external audio interface (RME Fireface). I need to record from all 4 simultaneously, get individual signals, perform some operations,[详细]
2023-03-31 08:08 分类:问答Is it possible to access decoded audio data from Audio Queue Services?
I have an app in the App Store for streaming compressed music files over the network. I\'m using Audio Queue Services to handle the playback of the files.[详细]
2023-03-17 06:58 分类:问答iOS, Audio Queue: Buffer size is not contant
I use Audio Queue Services in my application. When allocating the buffer, I set t开发者_运维百科he buffer size to 30000 samples:[详细]
2023-03-12 11:01 分类:问答Counting audio power peaks iOS
Edited the question due to progressive insights :-) I am creating an app that is listening to the audio input.[详细]
2023-03-10 08:54 分类:问答Getting accurate time from FFMPeg with Objective C (Audio Queue Services)
M开发者_JS百科y iPhone app plays an audio file using FFMPeg. I\'m getting the elapsed time (to show to user) from the playing audio (in minutes and seconds after converting from microseconds, given b[详细]
2023-03-09 18:25 分类:问答Play and render stream using audio queues
I\'m currently playing a stream on my iOS App but one feature we\'d like to add is the visualization of the output wave. I use an output audio queue in order to play t开发者_如何学Gohe stream, but hav[详细]
2023-03-09 02:59 分类:问答Passing AudioQueueBufferRef data to FFT function!
I am trying to compute the frequency of a given sound process through the microphone on the iphone. I\'ve read all the post about FFT (including all apple code examples e.g aurioTouch,SpeakHere), but[详细]
2023-03-06 19:19 分类:问答