1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-03 13:09:37 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
03ea2602bc Don't link against AppKit if building on iOS. 2020-09-02 16:37:07 -05:00
c5b1ff1944 Add AVFoundation backend, used automatically on MacOS 10.14 and above. 2020-08-13 11:08:00 -05:00
753f6c5ecd WIP: Initial support for MacOS/NSSpeechSynthesizer.
* Add necessary dependencies, build script, and `NSSpeechSynthesizer` backend.
* Get very basic speech working.

Needs a delegate to handle queued speech, and currently segfaults if one is set.
2020-08-11 12:11:19 -05:00