summaryrefslogtreecommitdiff
path: root/ext/mixed/js/display-audio.js
Commit message (Collapse)AuthorAge
* Display audio update (#1291)toasted-nutbread2021-01-22
| | | | | | | * Move createExpressionAudio to DisplayAudio * Move createAudioFromInfo to DisplayAudio * Update TextToSpeechAudio
* Audio system refactoring (#1275)toasted-nutbread2021-01-18
| | | | | | | | | | | | | | | * Simplify details * Simplify audio creation * Return an array of sources instead of a single item * Use sourceIndex instead of index * Rename APIs * Return more info about the source * Return source instead of sourceIndex
* Display audio (#1269)toasted-nutbread2021-01-18
* Update display definition/definition node handling * Separate display audio controls into a separate class