I search through Github and Google, but not found a good solution.
background: I'm writing a Telegram bot and want to transcript user's voice message to text using Microsoft's speech-to-text java sdk, the sdk only accept wav files, so I need to first transform ogg files to wav files.
I want to find a solution to convert ogg file to wav using Java.