mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Revert size (due to noise on browsers)
This commit is contained in:
parent
4a06198160
commit
60eef4618d
@ -259,7 +259,7 @@ func (c *Context) loop() {
|
||||
c.pingCount--
|
||||
c.m.Unlock()
|
||||
|
||||
const n = 256
|
||||
const n = 4096
|
||||
if _, err = io.CopyN(p, c.players, n); err != nil {
|
||||
audiobinding.SetError(err)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user