Minim - basic error message under Linux
in
Core Library Questions
•
1 year ago
Thank you for reading this.
I'm running Processing under Linux and on the whole it works quite well. However, I'm having some problems with 3D and the Minim sound library. I'll ask a question about the sound problem first.
None of the Minim examples generate any sound, for example, the "SineWaveSignal" example displays a sine wave for each channel but no sound. The following error message is displayed:
=== Minim Error ===
=== Likely buffer underrun in AudioOutput.
A Google search has shown that this is a very common error message.
I have "openJDK Runtime Environment", both versions 1.6 and 1.7, installed. Could the problem be related to the sound chip in my Asus laptop or do I need to install the official java sound from Orical?
I'm running Processing under Linux and on the whole it works quite well. However, I'm having some problems with 3D and the Minim sound library. I'll ask a question about the sound problem first.
None of the Minim examples generate any sound, for example, the "SineWaveSignal" example displays a sine wave for each channel but no sound. The following error message is displayed:
=== Minim Error ===
=== Likely buffer underrun in AudioOutput.
A Google search has shown that this is a very common error message.
I have "openJDK Runtime Environment", both versions 1.6 and 1.7, installed. Could the problem be related to the sound chip in my Asus laptop or do I need to install the official java sound from Orical?
1