Re: [fluid-dev] Dither

2006-11-24 Thread Josh Green
Will add it. Need to look over the other drivers too. Josh On Wed, 2006-11-22 at 01:41 +0200, Mihail Zenkov wrote: > On Thu, 16 Nov 2006 20:44:36 + > Josh Green <[EMAIL PROTECTED]> wrote: > > > Thanks for the links, I have a better understanding of dithering now :) > > FluidSynth re

Re: [fluid-dev] Dither

2006-11-21 Thread Mihail Zenkov
On Thu, 16 Nov 2006 20:44:36 + Josh Green <[EMAIL PROTECTED]> wrote: > Thanks for the links, I have a better understanding of dithering now :) > FluidSynth really needs a new release, I'll make it a priority. Best > regards, > Josh Green > I fix fluid_aufile.c to use dithering. fluid

Re: [fluid-dev] Dither

2006-11-16 Thread Josh Green
Thanks for the links, I have a better understanding of dithering now :) FluidSynth really needs a new release, I'll make it a priority. Best regards, Josh Green On Wed, 2006-11-15 at 03:23 +0200, Zenkov Mihail wrote: > > Thank you for your patch submission. I haven't yet given it a try.

Re: [fluid-dev] Dither

2006-11-14 Thread Zenkov Mihail
Thank you for your patch submission. I haven't yet given it a try. Looking at the changes you made though, I would guess it attempts to make the rounding of the audio conversion less audible? Yes. I noticed there is a buffer which is allocated of size 48000, which I assume is related to the s

Re: [fluid-dev] Dither

2006-11-13 Thread Josh Green
On Fri, 2006-11-10 at 12:55 +0100, Mihail Zenkov wrote: > I use fluidsynth with midi keyboard and very happy :) But i hear > rounding error, i add triangle dither to prevent this. It work for > alsa, oss and should work for other audio driver if it use > fluid_synth_write_s16. > > P.S. Sorry my en

[fluid-dev] Dither

2006-11-10 Thread Mihail Zenkov
I use fluidsynth with midi keyboard and very happy :) But i hear rounding error, i add triangle dither to prevent this. It work for alsa, oss and should work for other audio driver if it use fluid_synth_write_s16. P.S. Sorry my english ;) fluidsynth-dithering.patch Description: Binary data