Skip to content

Tags: processing/processing-sound

Tags

v2.4.0

Toggle v2.4.0's commit message
Bump library version to 2.4.0

latest

Toggle latest's commit message
Fix LowLevelEngine example

v2.4.0-preview

Toggle v2.4.0-preview's commit message
Remove amplitude check restrictions on AudioSample (closes #93)

v2.4.0-preview-android

Toggle v2.4.0-preview-android's commit message
Don't probe output devices on Android

javasound-portaudio-preview

Toggle javasound-portaudio-preview's commit message
Prevent ArrayIndexOutOfBoundsException when none of the devices have …

…any inputs

multichannel-test

Toggle multichannel-test's commit message
Implement mp3/ogg/.. SoundFile decoding using JavaSound

This will break Android support to some extent, but fixes #32 by
switching to the much more well-supported (and 4x faster!) mp3spi,
closes #53 by adding support via vorbisspi, and also fixes #15 since 8
bit wav files are are now simply decoded through JavaSound.

windows

Toggle windows's commit message
Load PortAudio when LineUnsupportedException occurs (refs #85)

v2.3.1

Toggle v2.3.1's commit message
Update Javadoc

v2.3.0-test

Toggle v2.3.0-test's commit message
Add constructor argument and method to SoundFile to control caching (…

…implements #47)