To unsubscribe from this group, send email to beadsproject...@googlegroups.com.
The other simplification will be removing the need for all those
system properties, as it will set itself up from the Beads context.
Incidentally, are you planning on moving to the AudioServer API or
using JNAJack directly? There are plans to add more AudioServer
implementations - I've had some discussion with someone about a
PortAudio implementation. An Android implementation would also be
gratefully received(!), though it's not one I have an interest in
personally. It's all here by the way for anyone who's wondering -
http://code.google.com/p/java-audio-utils/
Ollie - might be worth opening a thread on here if you want some help
with integration. There's a few ideas that cropped up while hacking
together the AudioIO I sent you - mainly about whether it was possible
to reverse the construction of the AudioContext somehow - ie. have it
retrieved from the AudioIO?
Best wishes,
Neil
PS. Per discussion in another thread - JNAJack should hopefully now
be fixed on Windows (done some testing) - a new release will be up as
soon as I find the time to package it.
--
Neil C Smith
Artist : Technologist : Adviser
http://neilcsmith.net
Thanks!
Starting Jack implementation of AudioServerIO30-ago-2012 22:01:06 org.jaudiolibs.jnajack.Jack initCallbackMethodsADVERTENCIA: You seem to be using a version of JNA below 3.4.0 - performance may sufferUnexpected audio configuration
Hi,
Dealing with those messages in reverse order (but in order of importance), the "Unexpected audio configuration" message is called because you need to set the samplerate and buffersize of the AudioContext in Beads to the same as Jack.
The other error about JNA won't stop the audio working but might not let you get as low a latency. Assuming that the Beads archive has the right version of JNA (can't check right now) this might be because new versions of Processing use JNA for video and I think it's an older version. You should be able to swap in the updated JAR into Processing core without issue.
For best results, you should also have -Xincgc set on whatever command line starts Java.
Hope that helps.
Best wishes,
Neil
Neil C Smith
Artist : Technologist : Adviser
http://neilcsmith.net
To view this discussion on the web visit https://groups.google.com/d/msg/beadsproject/-/s6gQaNjG8SEJ.
--
You received this message because you are subscribed to the Google Groups "beadsproject" group.
To post to this group, send email to beadsp...@googlegroups.com.
To unsubscribe from this group, send email to beadsproject...@googlegroups.com.
Visit this group at http://groups.google.com/group/beadsproject?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.