Build in into godot? No, I don't think so. You can use StreamPlayer and play ogg files directly, I'm not sure about performance though.
If you REALLY have to convert oggs to samples at run-time you can try call external tool like ffmpeg using OS.execute()
and then loading sample with load()
but user would have to have ffmpg installed.