是否存在一些可以改变速度播放 ogg 歌曲的库?
我正在 Ruby/SDL 中创建一个应用程序,仅在Windows 和我需要以更改的速度播放 OGG 文件(或类似的文件,如 MP3),我可以在其中指定歌曲的播放速度应该快多少或慢多少。它需要在不保存音频文件的情况下完成,并且它还必须允许我同时播放不止一首音乐。
存在于Ruby 中吗?
I'm doing a application in Ruby/SDL to run only on Windows and I need to play OGG files (or some thing similar, like MP3) with speed changed, where I can specify how much faster or slower the song should be played. It need to be done without save the audio file and it have to allow me to play more than one music at the same time too.
Exist it to Ruby?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有许多格式的库(包括文件变态 =) )称为 FMOD。还有 libvorbis 和 FMOD 到 ruby(参见链接)。
希望这会有所帮助!
There is lib for many formats (including file perverts =) ) called FMOD. And there are ports of libvorbis and FMOD to ruby (see links).
Hope this would help!