Skip to main content

playbackSpeed

since 0.9.4
playbackSpeedJavaScriptPlaybackSpeed.netplaybackSpeedAndroid

Description​

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

playbackSpeed: number = 1;

Examples​

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