On Fri, 2010-08-20 at 18:43 +0200, IOhannes m zmölnig wrote:
On 08/20/2010 04:58 PM, Bernardo Barros wrote:
maybe as audio signal through JACK? That is the fastest way I'm aware. That would be 441000 values per second per channel -1.0/+1.0, then you had to rescale again.
is that true. jack internally uses floating point samples, so i don't see a reason why jack should not be able to transmit samples outside the [-1..+1] range.
Indeed, I can confirm it does not truncate audio signals to -1....+1. Neither does Pd. Not that I have a good application for this in mind, but I find this valuable to know.
Roman