lib 1003623 // ogg vorbis 1 lib 1003624 // ogg vorbis 2 lib 1003625 // ogg vorbis 3 static Player playOgg(File ogg) { ret playMP3(ogg); } static Player playOgg(InputStream ogg) { ret playMP3(ogg); }