processing-sound
processing-sound copied to clipboard
Audio library for Processing built with JSyn
Hi, I am getting noticeable glitches / noise when using amp(float volume) continuously. Example with custom Envelope function - code below. Tested on Linux Mint. ``` import processing.sound.*; AmpplitudeEnvelope env;...
Hi, I propose adding function to convert stereo sample to mono, code below. It can be placed inside AudioSample.java I think. It works for me from Processing sketch when called...
`Engine.AudioDeviceManager audioManager = Sound.getAudioDeviceManager();` Get me an error: The type Engine is not visible I would like to list and filter audio devices myself - specifically I want to list...
I'm using Processing 4.1.1 in Android mode. I've downloaded the latest library from here and it works much better than the built-in one. Now I can open larger song and...
Allow reference of new instance of AudioSample so we can call .amp() function on it.  
This is the central place for collecting all bugs, issues and general feedback on the preview build of the upcoming Sound library release, which is available for download [at the...
To improve audio file format support on most platforms, starting with 0d8287d the `SoundFile` class uses the JavaSound system to decode audio files, which however does not exist on Android....
The current `SoundFile` implementation decodes and loads the entire content of the audio file into RAM, which is the only reliable way to allow low-level buffer access, editing and scrubbing....
I dug into the Processing source code to figure out why this is happening, and it apparently thinks that powers of 2 aren't powers of 2 when passing into [the...
Running the SimplePlayback example (processing4.2) on an android 13 (and others) phone throws the error: java.io.FileNotFoundException: /data/user/0/processing.test.simpleplayback/files/null.wav: open failed: ENOENT (No such file or directory) command that causes the error:...