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

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

more info needed
Linux/Raspberry Pi

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

enhancement

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

documentation

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

Android

Allow reference of new instance of AudioSample so we can call .amp() function on it. ![385537290_1713129859097902_6896483319543280360_n](https://github.com/processing/processing-sound/assets/50262885/6d1bf55b-397c-4320-8b54-ee792f4b71e6) ![405592024_1154903345470799_7816452084975749997_n](https://github.com/processing/processing-sound/assets/50262885/98ceea79-b669-4387-ba5f-01defa8867c3)

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

help wanted

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

enhancement
help wanted
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....

enhancement
help wanted

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

bug
enhancement

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

Android