You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use EZAudioFFT by AudioBufferList from AVAudioPCMBuffer object, I mimic what EZAudioFFTExample does and convert my AudioBufferList buffers to floatBuffers.
At the time I called [EZAudioUtilities checkResult:AudioConverterFillComplexBuffer(...)];
I got Error: Failed to fill complex buffer in float converter ('insz') error, if I do anything wrong, please inform me!
Trying to use EZAudioFFT by
AudioBufferList
fromAVAudioPCMBuffer
object, I mimic what EZAudioFFTExample does and convert my AudioBufferList buffers to floatBuffers.At the time I called
[EZAudioUtilities checkResult:AudioConverterFillComplexBuffer(...)];
I got
Error: Failed to fill complex buffer in float converter ('insz')
error, if I do anything wrong, please inform me!The text was updated successfully, but these errors were encountered: