ApiApp().VoiceOutputEnabled
Returns the enabled flag of the attached voice output.
Description
This method checks the state, enabled or disabled, of the SILVIA Core’s ability to write to the voice output FIFO stack.
Example Usage (C#)
bool enabled = _core.ApiApp().VoiceOutputEnabled();
Parameters
None. |
Returns
A boolean flag representing the enabled (true) or disabled (false) state of the voice output.
See Also
- ApiApp().TextOutputEnabled
- ApiApp().SocketOutputEnabled
- ApiApp().DiagOutputEnabled
- ApiApp().DisableVoiceOutput
- ApiApp().SetVoiceOutput
- ApiApp().GetVoiceOutput
- ApiApp().ClearVoiceOutput