processing-sound icon indicating copy to clipboard operation
processing-sound copied to clipboard

Audio library for Processing built with JSyn

Results 42 processing-sound issues
Sort by recently updated
recently updated
newest added

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.

more info needed

#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...

bug
help wanted

`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...

enhancement
GSoC Qualification Task

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.

enhancement

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...

enhancement
help wanted
Linux/Raspberry Pi

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...

more info needed
Linux/Raspberry Pi

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...

bug
help wanted

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...

enhancement

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...