Skip to content

Commit fcc3076

Browse files
committed
Fix low volume output
1 parent d9d3269 commit fcc3076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ func (a *Audio) decodeFrame() {
470470
}
471471

472472
for j := 0; j < 32; j++ {
473-
s := a.u[j] / 2147418112.0
473+
s := a.u[j] / -1090519040.0
474474

475475
switch a.format {
476476
case AudioF32N:

0 commit comments

Comments
 (0)