pgmichael / wavenet-for-chrome

Chrome extension that transforms highlighted text into high-quality natural sounding audio using Google Cloud's Text-to-Speech.
http://wavenet-for-chrome.com
MIT License
134 stars 50 forks source link

Download not working when SSML used #78

Open jumangs opened 12 months ago

jumangs commented 12 months ago

Thank you for the great extension which saves a ton of time.

I am facing an issue with download using sandbox and right click method. Here is the scenario.

The below content throws error. Studio O is selected as voice.

<speak>
In a lush jungle, a thankful tiger and a cheerful monkey were close friends. <break time="200ms" /> They often explored the jungle together, admiring its beauty.
</speak>

When I remove the break time, the download works fine. So the below content works.

<speak>
In a lush jungle, a thankful tiger and a cheerful monkey were close friends. They often explored the jungle together, admiring its beauty.
</speak>

Also, there are no issues when I press "Read Aloud" using both content. Only downloading is the problem

image