Open SleepAt11 opened 1 week ago
I've strictly followed the guideline of documentations https://docs.livekit.io/recipes/enhanced-noise-cancellation/ , which says it only needs 3 lines of code:
let krispProcessor = LiveKitKrispNoiseFilter() AudioManager.shared.capturePostProcessingDelegate = krispProcessor yourRoom.add(delegate: krispProcessor)
I got same issue: LiveKitKrispNoiseFilter Process failed, channel: 0
I've strictly followed the guideline of documentations https://docs.livekit.io/recipes/enhanced-noise-cancellation/ , which says it only needs 3 lines of code: