diff --git a/docs/genindex.html b/docs/genindex.html index 45a4360..72b20ff 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -628,6 +628,8 @@ document.write(`

S

+ + +
  • queueWorkerThread()
  • +
  • sanitise_speech_output()
  • AskNavidrome controller
  • queueWorkerThread(connection, play_queue, ...)

    sanitise_speech_output(speech_string)

    Sanitise speech output inline with the SSML standard

    @@ -2787,6 +2791,25 @@ during dispatch.

    app.queueWorkerThread(connection, play_queue, song_id_list)#
    +
    +
    +app.sanitise_speech_output(speech_string: str) str#
    +

    Sanitise speech output inline with the SSML standard

    +

    Speech Synthesis Markup Language (SSML) has certain ASCII characters that are +reserved. This function replaces them with alternatives.

    +
    +
    Parameters:
    +

    speech_string (str) – The string to process

    +
    +
    Returns:
    +

    The processed SSML compliant string

    +
    +
    Return type:
    +

    str

    +
    +
    +
    +

    AskNavidrome controller#

    @@ -3820,6 +3843,7 @@ is working

  • queueWorkerThread()
  • +
  • sanitise_speech_output()
  • AskNavidrome controller