Refactor Speech
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.