Skip to content

simplified init() handling; now throws exception

Robin Bartsch requested to merge cpp_lib_refactor into master

Much simpler way of checking for init(). Now also throws runtime exception, so the mistake of not calling init() should be very obvious to anyone using the library. This is most likely the finalized way of how I'll write the rest of the C++ interfaces, so homer_tts should be finished.

Edited by Robin Bartsch

Merge request reports