A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

flite: indicate end of options on command line.

As with espeak, a string starting with - is wrongly interpreted as command line
option. Explicitly end options using -- to fix this.

Change-Id: I47b2f1c4ba236638b1f625e5bcf3262f47071c9c

+1 -1
+1 -1
rbutil/rbutilqt/base/ttsexes.cpp
··· 26 26 27 27 m_TemplateMap["espeak"] = "\"%exe\" %options -w \"%wavfile\" -- \"%text\""; 28 28 m_TemplateMap["flite"] = "\"%exe\" %options -o \"%wavfile\" -t \"%text\""; 29 - m_TemplateMap["swift"] = "\"%exe\" %options -o \"%wavfile\" \"%text\""; 29 + m_TemplateMap["swift"] = "\"%exe\" %options -o \"%wavfile\" -- \"%text\""; 30 30 31 31 } 32 32