문제

I'm using ExtAudioFileWrite to write audio data into a file. But when it is interrupted by an alarm, although the file is saved, I get this error. What kind of error is this?

도움이 되었습니까?

해결책

To decode an error from core audio, search the header files of the framework. In this case, you can look in ExtendedAudioFile.h for -66560, which will lead you to: kExtAudioFileError_CodecUnavailableInputNotConsumed

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top