Greetings:

This project is a stab at putting together a pure java javax.sound.sampled.spi.MixerProvider

The goal is to have this be a functioning alternative to the fully working native native version JJack: http://jjack.berlios.de/

This project uses code from the java-audio-utils project: http://code.google.com/p/java-audio-utils/

Which is built using the java native access library: https://github.com/twall/jna

I encourage audio developers who are good with processing audio signals to submit patches to improve the sound quality this implementation provides.

See the project page for more details.

JockMixer Project Page

Back To Home Page