RonBOakes / conlang_audio_honing

A tool for using speach to hone the sound of a conlang (constructed language)
GNU General Public License v3.0
1 stars 0 forks source link

Add code to allow conversion of text to phonetic when no speech engines are available #24

Closed RonBOakes closed 8 months ago

RonBOakes commented 8 months ago

Modify the abstract speech engine class to implement the method for producing the phonetic representation of the sample text. Select this version if and only if no other speech engine is selected.

RonBOakes commented 8 months ago

Closed with d658802