我对这类事情真的很陌生,而且大部分时间我都在使用 JavaScript,但我发现了一个非常酷的 Ruby 应用程序,它可以帮助我尝试构建。
https://github.com/davidgaya/youtube_rb包含一些用于获取流 URL 的 ruby 代码,从那里我打算使用 EchoNest 为 Youtube 视频创建一个简短的音乐指纹识别应用程序。
无论如何,这就是我想做的,也许你们可能有更好的解决方案。
Obtain the stream URL for a youtube video. Use that video to either stream the video or
the audio feed in the background while processing it with EchoNest's API to
determine the artist.
我将如何将该 GitHub 应用程序添加到我的 heroku 中?