dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
21 stars 8 forks source link

Speech synthesis: expressions with MaryXML #151

Open TheresaSchmidt opened 5 years ago

TheresaSchmidt commented 5 years ago

The speech synthesis node offers the choice between using an expression or MaryXML. This seems to be an exclusive choice. At least I tried using variables in combination with MaryXML and I didn't find a way to make it work.

timobaumann commented 2 days ago

A possible fix is to check if the input (plain or from expression) that is passed to Mary is already MaryXML. In that case, it would be passed as-is, otherwise it would be considered as text input. Any thoughts?

timobaumann commented 2 days ago

see https://github.com/dialogos-project/dialogos/pull/222 which fixes this.