processing-sound-archive
processing-sound-archive copied to clipboard
Is OGG supported by SoundFile()?
If it isn't, this issue would act as a low-priority request. If it is, description in https://processing.org/reference/libraries/sound/SoundFile.html should be updated Thanks!
Yes it is. You can try it yourself I used this in the preload function var mp3file = "musicfiles/test.ogg"; sound = loadSound(mp3file);
Ok, thanks. So...as I said, https://processing.org/reference/libraries/sound/SoundFile.html should be updated accordingly.