AudioServer
From Olympus
AudioServer is a service provider in charge of:
- getting audio data from the audio input device
- perform voice activity detection
- send that data to the speech recognition engine(s)
- collect partial and final recognition hypotheses from all engines and send them to the hub
Operations
- begin_session
- end_session
- set_dialog_state
- start_utt
- end_utt
- cancel_utt
- restart
- start_batch_decoding
