Commit fe6fd6b
committed
Enhance word-level audio with improved audibility and visual feedback
WORD-LEVEL AUDIO IMPROVEMENTS:
- Increased volume for individual words (+20% boost) to make them more audible
- Added slower speech rate (0.8x) for individual words to improve clarity
- Enhanced visual feedback with green background and pulse animation when speaking
- Added 1-second speaking state indicator for better user experience
VISUAL ENHANCEMENTS:
- Words now show green background with pulse animation when being spoken
- Clear visual distinction between different word states (speaking, clicked, relevant)
- Improved user feedback to confirm audio is working
TECHNICAL IMPROVEMENTS:
- Better volume management for individual words vs full passage
- Enhanced speech synthesis settings for word-level audio
- Improved state management for speaking indicators
The word-level audio now provides clear visual and audio feedback,
making it much more obvious when individual words are being spoken.
Users will now easily hear and see when words are being read aloud.1 parent 2a7f010 commit fe6fd6b
File tree
2 files changed
+13
-1
lines changed- app
- components/TextGenerator
- store
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
156 | 163 | | |
157 | 164 | | |
158 | 165 | | |
| 166 | + | |
| 167 | + | |
159 | 168 | | |
160 | 169 | | |
161 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
198 | 201 | | |
199 | 202 | | |
200 | 203 | | |
| |||
0 commit comments