Esther Alter
Esther Alter
@holsta See PR. Try this: 1. Install jack 2. `git checkout midir_bsd` 3. `cargo run --release --features jack`
Try installing and enabling speech dispatcher. If that works, or if you get a different compiler error message, please send the steps required to set up speech dispatcher
@holsta Once you've installed speech dispatcher, you'll need to compile with an additional flag, depending on whether it's version 0.11 or 0.9: cargo run --release --features jack speech_dispatcher_0_11 cargo run...