processing-sound
processing-sound copied to clipboard
Audio library for Processing built with JSyn
On the latest release of Raspbian, you cannot load files without them being inaudible. It causes crashes in programs I have run in previous raspbian versions.
#14 describes much of the same issue, but the fix for that apparently didn't resolve it completely. This is what I get when trying to open the following files as...
[Solved] AudioIn needs to be granted audio device access to capture sound on Mac OSX 10.14 Mojave
`AudioIn` does not work, no audio from microphone, no error message shown. The microphone works in other applications (e.g. Skype) and `AudioIn` has worked in previous versions of the Processing...
Since finding the correct audio device is such a common task (which often involves repeated guessing thanks to uninformative device names), it could be useful to have a 'Debug' example...
Hi I saw that your library was not working with .ogg sound files. So I wanted to know if there was a chance you would support Ogg/vorbis compression.
I've tried using the FFT example sketch to visualize the monitor output of my computer's sound card. But I've noticed that there is a 2~ second delay between the audio...
Hi. I'm trying the SineCluster and SawWave examples and most of the time they do not work correctly on my system. When I start the sketch most of the times...
Hello, I'm getting the following console error after intermittent intervals when using the processing.sound library. The sound cuts out, but the sketch continues to run. *** ##### Error ``` java.lang.NullPointerException...
Adding the ability to modify the resonance of the lowpass, highness and bandpass filters would be a great addition to the library. Is there any plan to do so? I've...
Microsoft may not be your friend. As of the latest windows 10 update; in Java mode a simple soundFile method no longer plays sound. Yet, the same sketch works perfect...