贝多芬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)

贡献

  1. 分叉它

  2. 创建您的功能分支:

git checkout -b my-new-feature

  1. 提交您的更改:

git commit -am 'Add some feature'

  1. 推送到分支。