processing / processing-sound

Audio library for Processing built with JSyn
https://processing.org/reference/libraries/sound/
GNU Lesser General Public License v2.1
149 stars 50 forks source link

Support for Ogg Vorbis #53

Closed Ectalite closed 1 year ago

Ectalite commented 4 years ago

Hi I saw that your library was not working with .ogg sound files. So I wanted to know if there was a chance you would support Ogg/vorbis compression.

kevinstadler commented 1 year ago

Going to have another look at this using some extra dependencies (cf. https://odoepner.wordpress.com/2013/07/19/play-mp3-or-ogg-using-javax-sound-sampled-mp3spi-vorbisspi/, also https://mvnrepository.com/artifact/javazoom/jlayer)

Ectalite commented 1 year ago

Thanks a lot !