1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 03:49:37 +00:00

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

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);