Changelog:
r43538 | blackystardust | 2023-03-19 17:39:54 +0000 (Sun, 19 Mar 2023) | 1 line
Added mp3at64 sound support to the new float sound system.
------------------------------------------------------------------------
r43537 | rhialto | 2023-03-19 17:12:56 +0000 (Sun, 19 Mar 2023) | 5 lines
petsound: enable high pass filter
(like in e.g. the vic20) This avoids annoying clicks caused by the signal going
from 0 to max in one step, e.g. when it is turned on or off.
------------------------------------------------------------------------
r43536 | rhialto | 2023-03-19 16:59:28 +0000 (Sun, 19 Mar 2023) | 9 lines
petsound: Remove (and always enable) the #define LOWPASS_CB2.
The option chose between two different ways of doing the low-pass on the CB2 sound.
Having it complicated the code and made it less readable.
The option was already enabled by default anyway, so there should be no functional
change.
The old, removed code may have been slightly faster but also likely a bit less
realistic.
------------------------------------------------------------------------
r43535 | blackystardust | 2023-03-19 16:58:24 +0000 (Sun, 19 Mar 2023) | 1 line
Added datasette sound support to the new float sound system.
------------------------------------------------------------------------
r43534 | blackystardust | 2023-03-19 16:24:42 +0000 (Sun, 19 Mar 2023) | 1 line
Added video sound support to the new float sound system.
------------------------------------------------------------------------