pulcher / TalkingHead

This is a creepy talking head with eyes.
Apache License 2.0
5 stars 3 forks source link

"say" command does not handle certain characters #123

Open hugodahl opened 1 year ago

hugodahl commented 1 year ago

When using the say command, certain characters inhibit the speaking of the sentence. For example, if sending !mbh say Be safe and take care everyone <3, the < prevents the message from being interpreted or spoken from Cognitive Services.

Since we're sending XML to Cognitive services, we likely need to HTML Encode the text to speak before processing it.