jotego / jt12

FM sound source written in Verilog, fully compatible with YM2612, YM3438 (JT12), YM2203 (JT03) and YM2610 (JT10)
GNU General Public License v3.0
120 stars 22 forks source link

Amplifier: Sound volume zero (0) does not give complete silence #21

Closed phoboz closed 7 years ago

phoboz commented 7 years ago

I tried to mute the sound completely in order to get rid of the clicking/popping sounds while in reset by setting the amplifier volume to zero. However I noticed that zero volume to the amplifier does not give me complete silence.

jotego commented 7 years ago

That clicking sound is related to a change I made to the keyon implementation last week. After revieweing all the posts in the spritesmind thread, I have come to a conclusion that I need a totally different keyon scheme. I think the clicking will go away naturally with the new scheme.

jotego commented 7 years ago

This is fixed now.