Commit a97baf2
authored
Fix SAPI5 (#18473)
Fixup of #18352.
Summary of the issue:
When WASAPI is turned off, bookmark events are not handled properly.
Description of user facing changes:
Users might not notice that, because although the bookmarks are not handled in time, they are still processed at the end of the utterance.
Description of developer facing changes:
None
Description of development approach:
Code that handles the bookmark events when WASAPI is off is added.1 parent efff5e6 commit a97baf2
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
210 | 214 | | |
211 | 215 | | |
212 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments