Skip to content

Refactor Speech

Leonard Bärmann requested to merge refactor-speech into main

Part of refactoring the ASR/TTS from SpeechX into separate repositories. Also adding optional speaker reference to SpeechToText object.

Introduces two python modules tts_base and asr_base, that other components can build upon to reduce redundant code.

Merge request reports