Activity for Garrett Robinson
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Comment | Post #99 |
For the developer: since you appear to be using the Microsoft Azure TTS APIs, you can use SSML to control the speaking rate. Something like:
```xml
<speak>
<prosody rate="slow">你好</prosody>
</speak>
```
Where the rate is configurable as a template field definition option would be cool! Mo... (more) |
— | 21 days ago |
| Edit | Post #234 | Initial revision | — | 21 days ago |
| Answer | — |
Not OP, but you can see the `--mochi--` variables and classes (and all the other HTML/CSS/JS) in the Developer Tools, just go to View > Toggle Developer Tools. (more) |
— | 21 days ago |
