Skip to main content

playbackSpeed

since 0.9.4

Description​

Controls the current playback speed as percentual value. Normal speed is 1.0 (100%) and 0.5 would be 50%.

playbackSpeedJavaScript
alphaTab('playbackSpeed')jQuery
PlaybackSpeed.net
playbackSpeedAndroid

Types​

doubleAll

Default Value​

1.0

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.playbackSpeed = 0.5;