Mathieu Lecarme

Results 31 comments of Mathieu Lecarme

With some print debugging, near line 100 ```python print("ptr", text_pointer) while text_pointer: clause_phonemes = ctypes.c_char_p( self.lib_espeak.espeak_TextToPhonemes( ctypes.pointer(text_pointer), text_flags, phoneme_flags, ) ) print("ptr", text_pointer) print("clause", clause_phonemes) print("value", clause_phonemes.value) if clause_phonemes.value is...