英文:
Playing from a SoundCloud MP3 streaming URL using Go?
问题
我正在为一个个人项目使用SoundCloud API。我正在尝试从一个MP3流媒体URL播放音频,URL看起来像这样:https://api.soundcloud.com/tracks/179364585/stream
在Go语言中,我有哪些选项可以用于从网络流式传输音频?
提前感谢!
英文:
I'm working with the SoundCloud API for a personal project. I'm trying to play from an MP3 streaming URL, which looks like this: https://api.soundcloud.com/tracks/179364585/stream
What options do I have in Go for streaming audio from the web?
Thanks in advance!
答案1
得分: 1
经过更多的研究和询问,我认为我已经找到了自己问题的答案。Reddit上的某人指向了GStreamer的Go绑定。
英文:
Upon more research/asking around, I think I've found the answer to my own question. Someone on reddit pointed me to GStreamer bindings for Go.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论