ApiApp().EnableVoiceOutput

Enables or disables the attached voice output.

Description

This method enables or disables the SILVIA Core’s ability to write to the voice output FIFO stack. Note that the application must fetch the contents of the FIFO stack using “GetVoiceOutput”, and implement some sort of TTS system, as the SILVIA Core does not support TTS natively.

Example Usage (C#)


_core.ApiApp().EnableVoiceOutput(true);

Parameters

bool enabled The boolean flag to turn the feature on or off. The default setting is true.

Returns

None.

See Also

  • ApiApp().DisableTextOutput
  • ApiApp().DisableSocketOutput
  • ApiApp().DisableDiagOutput
  • ApiApp().SetVoiceOutput
  • ApiApp().GetVoiceOutput
  • ApiApp().ClearVoiceOutput