MycroftAI / mimic1

Mycroft's TTS engine, based on CMU's Flite (Festival Lite)
https://mimic.mycroft.ai
Other
826 stars 153 forks source link

Publish prebuilt mimic releases #206

Closed NoamDev closed 4 years ago

NoamDev commented 4 years ago

Building mimic takes a lot of time. Could you set up a CD that'll release zip files for linux, windows, etc. ? I'm working on a porting Mycroft to windows (MycroftAI/mycroft-core#2627), but since mimic has to be cross-compiled from linux, it's not possible to build it during installation.

forslund commented 4 years ago

It can be built on windows using mingw but a precompiled zip is much more convenient. If I can't create a CI/CD pipeline I should be able to host a zipped windows package.

forslund commented 4 years ago

A prebuilt binary is now added to the latest release. Will keep them going for future updates.