# Playback Speed
ByteArk Player SDK for Flutter supports changing playback speed through the Controller API.
# Usage
// Set speed to 1.5x
_controller.setPlaybackSpeed(1.5);
1
2
2
Note
Typical speed values are 0.5, 1.0, 1.5, and 2.0. Speeds that are too high or too low may make the audio sound unnatural.