remove local playback ( it's a mess)
This commit is contained in:
parent
43c07b1168
commit
ec8389563e
8 changed files with 80 additions and 86 deletions
|
@ -397,7 +397,7 @@ const CiderAudio = {
|
|||
|
||||
constructor() {
|
||||
super();
|
||||
this._bufferSize = 1024;
|
||||
this._bufferSize = 128;
|
||||
this._buffers = null;
|
||||
this._initBuffer();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue