-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable autoGain & echoCancel when streaming: setting failed with error code -10879 #343
Comments
the log: |
Use the following way to set up, you can achieve the effect However, with quite a few crashes appear in the following method The log is as follows: 1 libobjc.A.dylib 0x000000018f062f78 objc_exception_throw + [ : 60] 2 CoreFoundation 0x000000019728c234 +[NSException raise:format:] 3 AVFAudio 0x00000001b0bf2a84 AVAE_RaiseException(NSString*, ...) + [ : 52] 4 AVFAudio 0x00000001b0c54c78 AUGraphNodeBaseV3::CreateRecordingTap(unsigned long, unsigned int, AVAudioFormat*, void ( block_pointer)(AVAudioPCMBuffer*, AVAudioTime*)) + [ : 760] 5 AVFAudio 0x00000001b0cccf1c -[AVAudioNode installTapOnBus:bufferSize:format:block:] + [ : 1420] 6 record_darwin 0x000000010e0934ac RecorderStreamDelegate.start(config:recordEventHandler:) + [ : 0] 7 record_darwin 0x000000010e08cd70 Recorder.startStream(config:) + [Recorder.swift : 53] 8 record_darwin 0x000000010e09a25c $s13record_darwin17SwiftRecordPluginC6handle_6resultySo17FlutterMethodCallC_yypSgctF015$syXlSgIeyBy_ypM7Iegn_TRyXlSgIeyBy_Tf1ncn_nTf4nng_n + [SwiftRecordPlugin.swift : 96] 9 record_darwin 0x000000010e097648 @objc SwiftRecordPlugin.handle(_:result:) + [ : 0] ` |
The following code setup failed
`
let propsize = UInt32(MemoryLayout.size)
`
The text was updated successfully, but these errors were encountered: