increased playback rate
This commit is contained in:
parent
b2446386d1
commit
f5b8440208
|
@ -120,6 +120,7 @@ export default class AudioManager{
|
|||
|
||||
/* (5) Connect and play audio */
|
||||
source.connect(this.gain);
|
||||
source.playbackRate = 1.1;
|
||||
source.start(0);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue