project-spiel / libspiel

Speech synthesis client library
https://project-spiel.org/libspiel
GNU Lesser General Public License v2.1
39 stars 4 forks source link

libspiel can not be built without libspeechprovider #31

Closed andyholmes closed 7 months ago

andyholmes commented 7 months ago

I believe due to this line:

https://github.com/eeejay/spiel/blob/4baa63b960b98267fec98b459512f634dcae77c3/libspiel/meson.build#L92

libspiel can't be built unless -Dlibspeechprovider=true. I'm guessing there are some shared enums or something being used?

eeejay commented 7 months ago

More than enums. We use the stream reader from that library. I think that option should be removed.