rhasspy / piper-phonemize

C++ library for converting text to phonemes for Piper
MIT License
90 stars 77 forks source link

Added support for MacOS (Intel and Apple Silicon) #11

Closed tuxpoldo closed 1 year ago

tuxpoldo commented 1 year ago

The following change adds support for building piper on MacOS devices. In order to successfully build, the following pull request of the dependency espeak-ng/espeak-ng#1811 must be merged.

tuxpoldo commented 1 year ago

The PR https://github.com/espeak-ng/espeak-ng/pull/1811 was already merged - The build shall now work.

synesthesiam commented 1 year ago

Thanks!