diff --git a/src/speech/es.py b/src/speech/es.py index e69de29b..10dbc51e 100644 --- a/src/speech/es.py +++ b/src/speech/es.py @@ -0,0 +1,16 @@ +#!/usr/bin/python + +# Espeak driver + +class speech(): + def __init__(): + pass + + def start_speech(text, queueable=True): + if queueable == False: stop_speech() + + def stop_speech(): + pass + + def clear_speech_buffer(): + pass