How do I get ch2 of an AudioClip?
I'm remaking an audio visualizer I did a while back, and I'm reading the samples from the AudioClip. Before when I was pulling samples from an AudioListiner, I could pick which channel I read from. Now I'm using AudioClip.GetData() to get the samples, but It seems to only give me the track as if it were mono. Is there a way I could separate the channel 1 and 2 into their own arrays while still using GetData?
I only want to keep using GetData because it lets me access sample data with out the tracking needing to be playing and I can access any part of the track, and not just the current segment.
Thank you.
Your answer
Follow this Question
Related Questions
Save audioclip as wav/mp3/ogg... 1 Answer
Why won't my second Audio Source play? 0 Answers
Audio Mixer and AudioClip 0 Answers
How to stop current audio before another audio starts? 0 Answers