Currently when you click the "speaker" icon to listen to the translation multiple times, the TTS is generated again every time
I would like to have setting (doesn't have to be tho, if everyone wants this) to toggle caching (server side or just browser cache) for the TTS, so Kagi could save resources, if user wants to listen to the same TTS multiple times
- Have "Cache TTS for x minutes" toggle in the settings
- Note: You can also make this not a setting, but always enabled for all users
- When enabled, and user clicks the "speaker" icon to listen to the translation multiple times. The TTS is not generated again, instead the same TTS is played every time
- When disabled, and user clicks the "speaker" icon to listen to the translation multiple times. The TTS is generated again every time (like it currently works)