This commit is contained in:
qm210 2024-11-22 13:20:35 +01:00
parent 4eebfd9f48
commit 0534ec4e85

View File

@ -109,7 +109,7 @@ func init() {
buf = append(buf, make(sointu.AudioBuffer, out.Frames-len(buf))...)
}
buf = buf[:out.Frames]
player.Process(buf, &context, nil)
player.Process(buf, &context)
for i := 0; i < out.Frames; i++ {
left[i], right[i] = buf[i][0], buf[i][1]
}