Answer the question
In order to leave comments, you need to log in
How to convert OGA to WAV using Python?
I need to convert an OGA (Telegram Audio) file to WAV format, but when I try to do it with the following code, I get an error.
import soundfile as sf
data, samplerate = sf.read('file.oga')
sf.write('new_file.wav', data, samplerate)
Answer the question
In order to leave comments, you need to log in
What a question, I hope you know how to use pip here is the library
https://pypi.org/project/ftransc/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question