darbaga / Tolk-rs

Bindings to Tolk, a screen reader abstraction library, in rust
MIT License
1 stars 2 forks source link

Expose ability to interrupt speech rather than defaulting to true #1

Closed ndarilek closed 4 years ago

ndarilek commented 5 years ago

I need this for my higher-level TTS crate, which initially exposes a screen reader/TTS interface via Tolk. Looks like you initially defaulted speech interrupt to true, which is generally fine, but I need the ability to set that to false if the caller wants that.

Thanks!