使用Go播放来自SoundCloud的MP3流媒体URL?

huangapple go评论78阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2014年12月1日 13:06:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/27222013.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定