Nolan Darilek
42879dfa1f
Refactor to new windows crate.
2 months ago
Nolan Darilek
296fa89f5d
Bump version, and use automatically-provided feature provided by optional tolk dependency.
2 months ago
Nolan Darilek
3e1f5af61a
Call rustup manually, since the action doesn't seem to work.
2 months ago
Nolan Darilek
15b7b33ed3
Are these CSVs?
2 months ago
Nolan Darilek
22cff2ddd1
Bump version.
2 months ago
Nolan Darilek
06eb32b6d4
Make module imports more consistent.
2 months ago
Nolan Darilek
69af3465b3
We don't need dylib on Android, and it breaks WinRT. Revert.
2 months ago
Nolan Darilek
699d0d23e9
Add necessary targets.
2 months ago
Nolan Darilek
7eb74729fc
Use cargo-apk to test Android build.
2 months ago
Nolan Darilek
d806c44c76
My brain hurts and I can't figure out how to set this CI action up right now. But it works, so release.
2 months ago
Nolan Darilek
adfb2146ac
Bump version.
2 months ago
Nolan Darilek
914a7a1972
Make script executable.
2 months ago
Nolan Darilek
cf39be85af
Looks like the tool cache isn't supported or is failing. Comment out for now.
2 months ago
Nolan Darilek
cee5777556
README/packaging tweaks for Android.
2 months ago
Nolan Darilek
a01fd93502
Build Android example as part of CI.
2 months ago
Nolan Darilek
8d6f40b1a5
Finish callback implementation.
2 months ago
Nolan Darilek
0ea46b29b2
Partially implement callbacks. Unfinished due to lazy_static inconsistencies.
2 months ago
Nolan Darilek
c92b67127c
Support is_speaking.
2 months ago
Nolan Darilek
733b17fe2c
Log TTS initialization failures.
2 months ago
Nolan Darilek
440154502b
Clear some unused variable warnings.
2 months ago
Nolan Darilek
2120de8756
Support pitch.
2 months ago
Nolan Darilek
e1c2171833
Support stopping.
2 months ago
Nolan Darilek
22ee9863d6
Return utterance IDs when speech succeeds.
2 months ago
Nolan Darilek
5634fdb393
Block initialization until TTS finishes initializing from Android.
2 months ago
Nolan Darilek
1ac0b91981
Add ugly hack to prove that speech works.
2 months ago
Nolan Darilek
32f57d8578
Speak calls pass to Java, but don't work since something isn't bound to the engine.
2 months ago
Nolan Darilek
f58f875fdf
Guess I don't need a global VM.
2 months ago
Nolan Darilek
84926ea110
Store the TTS object in the struct.
2 months ago
Nolan Darilek
da8260cba8
Store the TTS object in the struct.
2 months ago
Nolan Darilek
965bea0adf
TTS seems to initialize now.
2 months ago
Nolan Darilek
fc20431916
Refactor Android example to full, self-contained app.
2 months ago
Nolan Darilek
cb91760468
Set Android API versions, and add Makefile.toml convenience script for getting Android logs.
2 months ago
Nolan Darilek
187cd71eeb
Add Android example.
2 months ago
Nolan Darilek
5849e340c9
Add initial Android stubs.
2 months ago
Nolan Darilek
6d17447350
Remove unnecessary dependencies and bump versions.
3 months ago
Nolan Darilek
22007fbf79
Bump version.
3 months ago
Nolan Darilek
d8f2b3fb00
I'll do my own queuing, MediaPlaybackList is either the wrong tool for the job or way too buggy.
3 months ago
Nolan Darilek
a905439d9c
Add strategic backoff in WinRT backend to (hopefully) eliminate a deadlock.
3 months ago
Nolan Darilek
49e8c0e5dc
Bump version.
3 months ago
Nolan Darilek
ad67682235
Implement Send and Sync for UtteranceId on most platforms.
3 months ago
Nolan Darilek
184becfd1a
Bump version.
3 months ago
Nolan Darilek
0bdf0fcfd3
Account for macOS 11.
3 months ago
Nolan Darilek
f4952ad132
UWP tweaks and optimizations.
* Initialized TTS `MediaPlayer` in real-time mode.
* Set media category to speech.
* More aggressively drop locks to prevent deadlocks.
* Remove checks of queued items that are no longer necessary.
* Made `is_speaking` check both media player state and queued item count.
* Return eagerly from `stop` if speech isn't in progress, thus eliminating more locks.
3 months ago
Nolan Darilek
728c409e25
Add example for unscientifically measuring latency of TTS.
3 months ago
Nolan Darilek
669c94af36
We don't need autoplay.
4 months ago
Nolan Darilek
fa2903606e
Bump version.
4 months ago
Nolan Darilek
9fb4f5e71e
Refactor release job.
4 months ago
Nolan Darilek
34db699972
Rename build to check.
4 months ago
Nolan Darilek
80d51e1bff
Fix cargo fmt CI failure.
4 months ago
Nolan Darilek
f3705a1856
--target doesn't work here.
4 months ago