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

*This might not be applicable, but I haven't found an answer to this anywhere for quite some time. I've attempted to download the Sound library through the contribution manager through...

more info needed

macOS 10.14.1, Processing 3.4, Sound 2.0.2 Nov 12, 2018 12:30:43 AM com.jsyn.engine.SynthesisEngine start INFO: Pure Java JSyn from www.softsynth.com, rate = 44100, RT, V16.8.0 (build 463, 2017-10-16) Sound library error:...

bug
help wanted

The `AudioSample` class (and its `SoundFile` subclass) have a `.position()` method which is meant to provide the user with information on the current position of playback (or last queued-to/paused-at position)...

documentation

If you load a sound from disk and then repeatedly call the play method at short ( < 0.25 second ) intervals, without waiting for the previous sound to complete,...

bug
help wanted

Hi, I have a weird problem with sound in processing.py, I'm not sure if it's a bug or if I'm doing something wrong, but I've had a look around and...

help wanted
Processing.py

Hi, I am wondering what would be the best way to write directly into output buffer - I would like to receive audio from stream as float or byte array...

question

I'm not sure if this issue is related to the latest version of sound or because I'm using v0.5.2 APDE. but it worked fine before. ![Screenshot_2024-02-10-21-24-59-479_com calsignlabs apde](https://github.com/processing/processing-sound/assets/145964940/68ddf22b-95dd-4fec-a1cf-27635ceb4666)

more info needed
Android

here is the code: ``` import processing.sound.*; SoundFile menuTheme; void setup(){ menuTheme=new SoundFile(this, "s8.wav"); menuTheme.loop(); } void draw(){ background(255); } @Override public void onBackPressed(){ println("on back pressed"); menuTheme.stop(); super.onBackPressed(); }...

bug
Android

Hi, I just run a test on Windows 10, filtering only multichannel devices listed using `if (MultiChannel.usePortAudio()) {` All MME drivers are working properly. However all ASIO and WDM-KS drivers...

21ca5b8273f7f1b973218d4bca8590eb6801824e adds support for ASIO devices on Windows (through PortAudio). By default the Sound library will try to stick to JavaSound drivers if possible, so some multi-channel interfaces might only...

help wanted
Windows
documentation