-
Notifications
You must be signed in to change notification settings - Fork 131
Closed as not planned
Closed as not planned
Copy link
Description
Select which package(s) are affected
@livekit/components-react
Describe the bug
We are building Hopp and rely on Livekit audio inside a Tauri application.
We just wanted to use Krisp noise removal hook, but we get:
LiveKit-Krisp noise filter is not supported in this browser
After digging a bit deeper to the transpiled code of @livekit/krisp-noise-filter, I think I found the issue. The version check if only on Safari versions, but not Webkit versions.
There is WASM support in the Webkit right now, but the version detected is 1.1 (for Safari) thus Krisp is not starting.
Reproduction
Start a dead simple Tauri app, try to import and use the Krisp SDK, or run the validation logic.
Logs
System Info
System:
OS: macOS 15.5
CPU: (10) x64 Apple M4
Memory: 26.10 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.10.0 - ~/.local/state/fnm_multishells/5194_1749131512949/bin/node
Yarn: 1.22.22 - ~/.local/state/fnm_multishells/5194_1749131512949/bin/yarn
npm: 10.2.3 - ~/.local/state/fnm_multishells/5194_1749131512949/bin/npm
Browsers:
Brave Browser: 137.1.79.119
Chrome: 137.0.7151.69
Safari: 18.5Severity
serious, but I can work around it
Additional Information
No response
Metadata
Metadata
Assignees
Labels
No labels
