贝多芬Bethoven是用于处理音频文件的ruby gem。目前它只适用于linux操作系统。安装
要开始使用bethoven,请将此行添加到应用程序的Gemfile中:
gem 'bethoven'
然后执行:
$ bundle
或者自己安装:
$ gem install bethoven
用法
音频 = Bethoven::Composer.new
audio.cut(url_to_file, name_of_new_file, seconds_to_cut, sec_from='00:00', name)
贡献
-
分叉它
-
创建您的功能分支:
git checkout -b my-new-feature
- 提交您的更改:
git commit -am 'Add some feature'
- 推送到分支。
暂无评论