gyim / breviar-ios

Liturgy of the Hours for iOS
5 stars 1 forks source link

Voice output: Do not change the text displayed for user, start voice output in separate thread #56

Closed breviar-sk closed 3 years ago

breviar-sk commented 6 years ago

Implement the following improvement: Do not change the text of prayer displayed for user when he/she presses the "voice output" icon. Instead of this, start separate thread for voice output which reads the text (in other words, separate thread first generates HTML with "voice output" swich switched ON but this HTML is not displayed nor rendered -- it is just sent to TTS engine to be read).