Forum Discussion
SarahDavis-2db7
2 years agoCommunity Member
Playback speed variable
Hi all! I'm very excited that the player now allows for the audience to adjust the playback speed of a course. However, I'd like to enable this same functionality using completely custom navigation....
Jürgen_Schoene_
2 years agoCommunity Member
you can set/get the playback speed with a trigger (javascript)
DS.appState.setPlaybackSpeed( value );
var value = DS.appState.getPlaybackSpeed();
for the playbackRate every value between 0.25 and 4 is possible