I have a site that is using the Responsivevoice API, a type of Textspeech, which meets the following JS: https://code.responsivevoice.org/responsivevoice.js
I want him to read texts in Japanese, which have furigana (small texts that help the reading over the ideograms within tags.
I use the native Voice API configuration that reads any selected text from the page, but when selecting a Japanese phrase with furigana, it kind of repeats the word (the reading of the furigana) twice. So I wanted the API to ignore the reading of the text between the tags.
How do I get that?
I've already managed with JS to delete the furigana from being copied, but it's already something different when it comes to the Responsivevoice API.