[lib.audio-manager] back to 4096

This commit is contained in:
xdrm-brackets 2018-04-09 23:44:41 +02:00
parent 151e76b30a
commit 9f6bc383bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export default class AudioManager{
static get BUFFER_SIZE(){ return 8192; }
static get BUFFER_SIZE(){ return 4096; }
constructor(){