[test] increased BUFFER_SIZE to 16384
This commit is contained in:
parent
3d0f3fcf74
commit
2682584e95
|
@ -1,6 +1,6 @@
|
|||
export default class AudioManager{
|
||||
|
||||
static get BUFFER_SIZE(){ return 2048; }
|
||||
static get BUFFER_SIZE(){ return 16384; }
|
||||
|
||||
|
||||
constructor(){
|
||||
|
|
Loading…
Reference in New Issue