本文介绍了播放浮动数组中的音频iOS Swift的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有2个浮点数组,一个代表左通道值,另一个代表右通道值.如何从这两个阵列创建和播放音乐?(采样率= 44100)TIA

I have 2 float arrays one representing the left channel values and the other representing the right channel values. How can I create and play music from these two arrays?(Sample Rate = 44100) TIA

推荐答案

此处是您要执行的操作的示例.您只需将其更改为使用2个通道而不是1个通道,然后更改fillBuffer函数即可使用您的值填充缓冲区.

Here is an example of what you want to do. You just have to change it to use 2 channels instead of 1 and change the fillBuffer function to fill the buffers using your values.

这篇关于播放浮动数组中的音频iOS Swift的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 01:13
查看更多