Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为音频流IOS应用实现均衡器_Ios_Objective C_Iphone_Streaming_Core Audio - Fatal编程技术网

为音频流IOS应用实现均衡器

为音频流IOS应用实现均衡器,ios,objective-c,iphone,streaming,core-audio,Ios,Objective C,Iphone,Streaming,Core Audio,如何为音频流IOS应用程序实现均衡器。我们已经在IOS SDK上实现了音频流应用程序。我们需要创建具有音频流的均衡器。请分享你的想法 iOS9中新增的AVAudioCompressedBuffer可以为您提供一个AVAudioCompressedBuffer,这可能对您有用,或者如果您需要针对iOS8您可以使用avaudiopcbuffer 一旦将流放入缓冲区,就可以使用AVAudioEngine并将输入连接到avaudioniteq节点 例如,请看:

如何为音频流IOS应用程序实现均衡器。我们已经在IOS SDK上实现了音频流应用程序。我们需要创建具有音频流的均衡器。请分享你的想法

iOS9中新增的
AVAudioCompressedBuffer
可以为您提供一个
AVAudioCompressedBuffer
,这可能对您有用,或者如果您需要针对
iOS8
您可以使用
avaudiopcbuffer

一旦将流放入缓冲区,就可以使用
AVAudioEngine
并将输入连接到
avaudioniteq
节点

例如,请看: