Convert mp3 to ogg with Java and no external libraries

1k views Asked by At

I'm very limited on libraries I can use and I need to convert an mp3 to an ogg easily. This is using File classes because my code references with Files. Is there a built in way I can do this with API? I tried renaming because it works for some programs but the specific reader I'm using can't decode renamed mp3s.

0

There are 0 answers