I’m trying to reverse an audioclip at run time using the “getData” and “setData” functions. However, whenever I try to use either of those functions, I get this error:
Cannot get/set data from streamed sample
UnityEngine.AudioClip:GetData(Single, Int32)
The audio I’m using in the clip is a .wav set to “Load into Memory”. Is there anything else I need to do?