processing-sound-archive icon indicating copy to clipboard operation
processing-sound-archive copied to clipboard

Is OGG supported by SoundFile()?

Open q2dg opened this issue 9 years ago • 2 comments

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!

q2dg avatar Mar 24 '16 15:03 q2dg

Yes it is. You can try it yourself I used this in the preload function var mp3file = "musicfiles/test.ogg"; sound = loadSound(mp3file);

MikeTheShadow avatar Apr 04 '16 19:04 MikeTheShadow

Ok, thanks. So...as I said, https://processing.org/reference/libraries/sound/SoundFile.html should be updated accordingly.

q2dg avatar Apr 04 '16 21:04 q2dg