zoglmannk / Morse-Code-Ninja

Software used to generate Morse Code Ninja practice sets as found on https://morsecode.ninja/practice/index.html
https://morsecode.ninja
GNU General Public License v3.0
32 stars 14 forks source link

Cache hash should include TTS engine #5

Closed zoglmannk closed 3 years ago

zoglmannk commented 3 years ago

The hash is computed ONLY using the text that is spoken. At a minimum, the hash needs to be the text to be rendered as speech AND the text-to-speech engine used. Otherwise, the cache may be misused when changing from neural to standard (or vice-versa).