shorepine / amy

AMY - the Additive Music synthesizer librarY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volume difference on FXP Alles

bwhitman opened this issue · comments

The new fixed point AMY doesn't seem to be as loud on the Alles esp32 speakers as it used to. And setting volume to usually ok amounts (3-5) now clips during alles.drums()

Not an Alles issue, this is happening on bare AMY.

import amy; amy.live()
amy.volume(3)
amy.drums()

Sounds fine in pre-FXP AMY but clips now

Dan has a fix in a24cb6f , I will test it on Alles speakers asap!

Fixed, thanks @dpwe!