mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:49:36 +00:00
And this is what happens when I don't test on actual hardware.
This commit is contained in:
parent
45255a8049
commit
ed2d2e76c3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user