jaakkopasanen / AutoEq

Automatic headphone equalization from frequency responses
MIT License
12.89k stars 2.47k forks source link

Convolution EQ broken when using 32fp #695

Closed Skorrr closed 9 months ago

Skorrr commented 10 months ago

Hi, following #668 now convolution eq in 32fp gives no sound at all, either in the app preview or in the dowloaded IR.

jaakkopasanen commented 9 months ago

Are you by any chance using Firefox?

I can reproduce this on Firefox but not on Chrome. Apparently Firefox doesn't know how to decode 32-bit floats: https://bugzilla.mozilla.org/show_bug.cgi?id=1349658

Skorrr commented 9 months ago

I am indeed! I can confirm it works on chromium based Brave as well as Edge.

jaakkopasanen commented 9 months ago

I added a warning message in the convolution eq app if the audio decode fails with instruction to try another browser. Not much else I can do here.