|
`<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xml:lang="en-US">${input}</speak>`; |
This should probably be xml:lang='${locale}' and not always english. (I think this is why it can decide to speak english if you have a lot of numbers in your text)
lobe-tts/src/core/utils/genSSML.ts
Line 36 in ad9e283
This should probably be xml:lang='${locale}' and not always english. (I think this is why it can decide to speak english if you have a lot of numbers in your text)