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
Asked
Active
Viewed 593 times
0
-
Elaborate your answer with your code. – Lenin Mar 24 '18 at 08:45
-
There is not much of code. var leftChannelData:[Float] = [....(values).......] var rightChannelData:[Float] = [....(values).......] That is it. I want to play music using these values – Parthasaarathy Sudarsan Mar 26 '18 at 06:16