Closed jonpas closed 2 years ago
A single build of win-tts
on Windows via cargo build -p win-tts
should be fixed on main
now.
I've also upgraded the windows
dependency to the latest version, which doesn't need the ::windows::include_bindings!();
shenanigans anymore - maybe this helps for cross-compilation.
Compiling on Windows and cross-compiling works now! I will get to testing this under Wine again shortly. Thank you.
Great, I'll close this for now then. Feel free to re-open, if you encounter any other issue.
@jonpas were you ever able to get it to run under Wine? I have been trying, and failing, to get the Windows TTS to work.
Negative. But work should be put into DCS-gRPC's TTS instead.
Darn, oh well. I will check that project out.
I am running DCS and SRS Server inside Wine, which so far works great. However, DATIS fails to find TTS voices, even with Microsoft Speech Runtime Platform and SAPI 4/5 runtimes and voices installed.
I would like to add support for running in Wine, however I am having trouble compiling
win-tts
for testing:Using
rustc 1.63.0
and currentmain
branch, compiling on Windows.Cross-compiling on Linux has a different issue with
--target x86_64-pc-windows-gnu
:Build command used:
cargo build --release --package win-tts [--target x86_64-pc-windows-gnu]
.Any help or information would be appreciated!