Skip to content

Commit d6b1cd4

Browse files
Add changeset for livekit-wakeword UniFFI interface
1 parent ca7101f commit d6b1cd4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
livekit-uniffi: minor
3+
---
4+
5+
# Add UniFFI interface for livekit-wakeword
6+
7+
## Summary
8+
- Expose `WakeWordDetector` as a UniFFI Object wrapping `WakeWordModel` with `Mutex` for interior mutability
9+
- Export `new`, `load_model`, and `predict` methods across FFI
10+
- Use `#[uniffi::remote(Error)]` with `#[uniffi(flat_error)]` for `WakeWordError`, matching the existing `AccessTokenError` pattern

0 commit comments

Comments
 (0)