[test] increased BUFFER_SIZE to 16384

This commit is contained in:
xdrm-brackets 2018-04-06 01:53:23 +02:00
parent 3d0f3fcf74
commit 2682584e95
1 changed files with 1 additions and 1 deletions

View File

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