Re: [hatari-devel] YM2149 + C10 lowpass filter mapping |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On maanantai 12 joulukuu 2011, David Savinkoff wrote:
> Here are two patches that supercede the previous.
>
> I'm very pleased with this new version. The solution is simple.
> Make two lowpass filters at different frequencies and sum them.
>
> This time the filter is perfect at 44100 Hz sample rate, but
> you will hear very little difference at 48000 Hz sample rate.
>
> This time it's done right and I hope you like it.
Btw. It's not an important thing, but I'd like if the long
comments would use:
/*
* some stuff
*/
Instead of:
/* */
/* some stuff */
/* */
I think the first is a bit more readable.
- Eero