@playkit-js/extended-audio-description 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,6 +64,7 @@ plugins: {
64
64
  enableTTS: true, // `true` is default - enables text-to-speech for audio descriptions
65
65
  showText: true, // `true` is default - display text on the aad overlay, false display only audio icon
66
66
  pauseUntilInteraction: false // `false` is default - when true aad overlay is displayed until user interaction
67
+ ttsRate: 1 // `1` is default - speed rate, range between 0.5 - 2
67
68
  }
68
69
  }
69
70
  ```