ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
668 stars 136 forks source link

No Sound Output #122

Open DremOSDeveloperTeam opened 1 year ago

DremOSDeveloperTeam commented 1 year ago

Minim is not outputting any sound. This may be related to whatever issue the author of #12 was having, but I doubt it since it's so old.

I don't see any audio outputs anywhere in any PulseAudio volume controls, such as pavucontrol.

Arch Linux Processing 4.0.1 (from AUR)

ddf commented 1 year ago

Are you able to output sound using the built-in Processing sound classes?

DremOSDeveloperTeam commented 1 year ago

No, it doesn't. Sorry, I didn't think to try that before. Looks like it's probably an issue with Processing then.

ddf commented 1 year ago

Or maybe something to do with the JavaSound included with the Processing distro? I'm not sure if they still package a version of Java with the Linux distro of Processing, I haven't used Processing or Linux in a long while!

DremOSDeveloperTeam commented 1 year ago

Ah, I didn't even notice the last commit date!