You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AudioSample(PApplet parent, int numFrames, int frameRate)should be a valid constructor actually, but for some reason I left it commented out in the final version. I will add it with an upcoming bugfix release (2.2.3).
@kllsamui the examples should be working again with the Sound library update, hopefully out some time next week!
Issue description
all examples
cue, duration, jump, resize, read, write, pan, samplerate …
use like
sample = new AudioSample(this, 100000, 22050);
URL(s) of affected page(s)
one of them
https://processing.org/reference/libraries/sound/AudioSample_write_.html
Proposed fix
change all related examples using: stereo
sample = new AudioSample(this, 100000,false, 22050);
ref
https://discourse.processing.org/t/constructors-given-in-sound-library-documentation-not-working/10563/4
The text was updated successfully, but these errors were encountered: