I\'m trying to find a way to use jack-audio in java. I\'ve managed to create wrapper based on jnajack to get audio from jacks\' port to java app (the original jnajack is not working with jack 1.9.8),
FloatBuffer has the method capacity() which tells us the maximum capacity of the Fl开发者_如何学JAVAoatBuffer. However, it does not tell us how many elements are in that buffer. So how can I determine
I\'m trying to write a set of filtering functions that can be chained together to progressively filter a data set. What\'s tricky about this is that I want to be able to define the filters in a differ