0
How can i play sound from URL? (MP3 format)
I want to play sound from URL in python
2 Answers
+ 4
The article describes some approaches how to play audio with Python:
https://www.delftstack.com/howto/python/python-play-mp3/
Here is how to get data from an url:
https://www.delftstack.com/howto/python/python-get-data-from-url/
https://stackoverflow.com/questions/52575782/getting-audio-from-a-url-and-playing-it#54261461
0
How can i realise it?