Tagged Questions
The floatbuffer tag has no wiki summary.
1
vote
2answers
137 views
convert from floatbuffer to byte[]
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), but ...
0
votes
3answers
67 views
Determine Number of Elements in a FloatBuffer
FloatBuffer has the method capacity() which tells us the maximum capacity of the FloatBuffer. However, it does not tell us how many elements are in that buffer. So how can I determine the number of ...