Speex-Demo-for-iOS icon indicating copy to clipboard operation
Speex-Demo-for-iOS copied to clipboard

实际使用后发现一个 bug

Open cry943081641 opened this issue 6 years ago • 0 comments

MediaCodec.m 中第40行 SpeexManager *intercom = (__bridge SpeexManager *)inClientData;

Thread 1: EXC_BREAKPOINT (code=1, subcode=0x1833ed61c) 有个 bug。

我在 controller 中调用了录音,退出 controller,再进入 controller,再进行录音的时候就 crash 了。 报错信息:*** -[SpeexManager retain]: message sent to deallocated instance 0x1c46ab220。

请问 如何解决掉这个 bug。

cry943081641 avatar Sep 26 '18 06:09 cry943081641