We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b400b2b + 17fa54a commit 8bf3eebCopy full SHA for 8bf3eeb
1 file changed
src/core/audio-player/AudioElementPlayer.ts
@@ -110,6 +110,7 @@ export class AudioElementPlayer extends BaseAudioPlayer {
110
*/
111
public setRate(value: number): void {
112
this.audioElement.playbackRate = value;
113
+ this.audioElement.defaultPlaybackRate = value;
114
}
115
116
/**
0 commit comments