audioqueue
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:[详细]
2023-04-08 02:54 分类:问答How to set volume in AudioQueue without the use of AudioQueueRef?
How to set volume in AudioQueue wthout the use of AudioQueueRef? I have refered many ques开发者_运维百科tion regarding this on Stack Overflow but all of them use AudioQueueRef object.[详细]
2023-04-04 14:20 分类:问答AudioQueue how to find out playback length of queued data
I am using AudioQueue to stream some song, my question is how can i tell the length of playback of already queued buffers? I want to stream two seconds of data at a time, the problem i am having is ho[详细]
2023-04-03 20:17 分类:问答How can I quickly loop through chunks of audio and determine their sample values (amplitude/power level/etc) in Core Audio?
What I\'m trying to accomplish is basically as follows: Open up a file, determine how many \'samples\' I will need based on its duration[详细]
2023-03-24 11:49 分类:问答how to encode/decode speex with AudioQueue in ios
If anyone have some experience that encode/decode speex audio format with AudioQueue? I have tried to implement it by editing the SpeakHere sample. But not success![详细]
2023-03-24 09:37 分类:问答Audio unit, set format fails with -10581
I can\'t figure out why the following returns OSStatus -10851: status = AudioUnitSetProperty(*audioUnit,[详细]
2023-03-21 06:30 分类:问答iphone play and record low volume problem
I\'m making kind of voip app, so I have to be able to play and record sound at the same time. But.. when I play an开发者_StackOverflowd record at same time, iphone\'s volume was very low.[详细]
2023-03-14 05:05 分类:问答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 分类:问答AudioQueue, Callback is not hitting uniformly to playback audio
In my app, i would be receiving audio data over socket in Linear PCM Format, in uniform interval of time, 50 ms approx.,[详细]
2023-03-12 02:04 分类:问答AudioQueue, Play Audio When Callback will get hit,
In my application, i will receive buffer from the Socket, and need to play it, App will receive buffer in approx every 50 ms,[详细]
2023-03-11 22:38 分类:问答