* Paul Davis <paul(a)linuxaudiosystems.com> [Dec 14 02 07:25]:
Hi, I've
been playing a lot with bristol synth and really love it. So
much so that I've been trying to 'Jackify' it. Actually, I'm pretty
much done, but can't figure out the internal audio format. Its
interleaved floats I think, but not normalised to [-1,1]. If any of
the developers are here could you help me out? I can hear noise, but I
need to tune the maths. TIA.
all JACK audio data at this time consists of mono 32 bit floating
point, normalized to [-1,+1].
--p
No, I'm talking about the other end of things, bristol synths
format. I need to convert it to the above. Actually, this isnt the
issue so much, but rather getting jack to consume the data fast
enough.
--ant