And this is what happens when I don't test on actual hardware.

This commit is contained in:
Nolan Darilek 2021-03-15 13:06:49 -05:00
parent 45255a8049
commit ed2d2e76c3
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ impl Backend for AvFoundation {
if interrupt && self.is_speaking()? {
self.stop()?;
}
let utterance: id;
let mut utterance: id;
unsafe {
trace!("Allocating utterance string");
let str = NSString::alloc(nil).init_str(text);