beetbox / audioread

cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
MIT License
483 stars 108 forks source link

Can I read mp3 from URL over HTTP? #132

Closed Sovenok-Hacker closed 1 year ago

Sovenok-Hacker commented 1 year ago

I need to read mp3 file over HTTPs without downloading, can I do it. If I can, how?

sampsyo commented 1 year ago

It's not currently possible; audioread only reads from files. #37 contains the initial work to enable reading "directly" from streams, if you're interested in helping contribute to that feature.