increased playback rate

This commit is contained in:
xdrm-brackets 2018-04-06 02:24:21 +02:00
parent b2446386d1
commit f5b8440208
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ export default class AudioManager{
/* (5) Connect and play audio */ /* (5) Connect and play audio */
source.connect(this.gain); source.connect(this.gain);
source.playbackRate = 1.1;
source.start(0); source.start(0);
} }