I have reference code (from the attached url) to convert speech to text with direct audio file. Convert sound from website to text in python
I tried passing the direct audio_url as string( "https://1filedownload.com/wp-content/uploads/2020/09/01.mp3") but it is not reading from the url.
Is there a way to convert the audio directly without downloading and then convert?