static Player playOgg(File ogg) { ret playMP3(ogg); } static Player playOgg(InputStream ogg) { ret playMP3(ogg); }