A
A
artshelom2019-08-16 22:10:22
Java
artshelom, 2019-08-16 22:10:22

How to convert wav to mp3 in iava?

I have wav sites, how can I convert them to mp3?
ffmpeg is not suitable because it converts to a file. And I need to get mp3 bytes at the output

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2019-08-16
@artshelom

It's easy to google
sauronsoftware.it/projects/jave
Damn, another wrapper... I think your fallback is to save the file to a temporary directory and then read it.
Here is the implementation of LAME in Java: https://github.com/nwaldispuehl/java-lame

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question