After a quick and dirty little mock-up of code I have this, but when I try to run it on ubuntu 10.04 and amarok nothing happens and in windows it gives a buffer error, can anyone help me?
The error that appears in the console when running the code in windows is:
=== Minim Error ===
=== Likely buffer underrun in AudioOutput.
minim = new Minim(this); // this should give us a stereo output with a 1024 sample buffer, // a sample rate of 44100 and a bit depth of 16 out = minim.getLineOut(); }