diff --git a/Program.cs b/Program.cs index cb1b2e5..f093eba 100644 --- a/Program.cs +++ b/Program.cs @@ -1,6 +1,7 @@ using System; using System.Diagnostics; using System.IO; +using System.Security; using System.Speech.Synthesis; using System.Text.RegularExpressions; using NAudio.Wave; @@ -491,7 +492,7 @@ private static async Task BuildSsml(string p) string ssml = @" - " + p + @" + " + SecurityElement.Escape(p) + @" "; return ssml;