Bug Fixes
This is a patch release with two bug fixes. No new features.
Participant audio translation restored in the browser extension (#184)
The participant audio client — used to translate the voices of other people in your meeting by capturing the meeting tab's audio — was silently broken in the browser extension since v0.15.30. Clicking "Start participant audio client" appeared to react, but no audio was captured and no translation happened, with no error shown. This release restores it.
If you use Sokuji's browser extension on Google Meet / Microsoft Teams / Zoom / Discord / etc. to translate what other meeting participants are saying, please update.
- Affected versions: v0.15.30, v0.15.31, v0.16.0
- Affects: Browser extension only — the Electron desktop app was not affected.
Enhanced noise suppression restored in the desktop app
The Enhanced noise suppression mode (added in v0.16.0) was shipped without its model file in the packaged Electron build, so enabling Enhanced mode would fail at runtime with a "file not found" error. The packaging is fixed in this release.
- Affected versions: v0.16.0
- Affects: Packaged Electron desktop app only. The Standard noise suppression mode was not affected, and the browser extension's noise suppression was not affected.
Notes
- No changes to AI providers, audio playback, or any other functionality. Both fixes are pure bug fixes for regressions introduced in earlier releases.
- The participant audio client failure had been silent (no error message shown) — this is being addressed separately in #187 so future failures of any kind will surface to the user instead of being swallowed.