0.0
Low commit activity in last 3 years
No release in over a year
A wrapper for various command-line audio utilities under GNU/Linux.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.8, >= 0.8.10
~> 0.7, >= 0.7.2
~> 0.3, >= 0.3.0
~> 0.1, >= 0.1.0
 Project Readme

Introducing the Easyaudio_utils gem

Installation

apt-get install mplayer sox vorbis-tools

Usage

require 'easyaudio_utils'

a = 5.times.map {|n| "voice#{n+1}.wav"}
EasyAudioUtils.new(out: 'out2.wav').concat a

EasyAudioUtils.search 'concat'
#=> * concat_files stiches wav files together

EasyAudioUtils.list

Output

 * capture_desktop records the desktop
 * concat_files stiches wav files together
 * convert converts a file from 1 format to another #wav #ogg
 * duration return the duration for a wav or ogg 
 * generate_silence generates silence in a wav file
 * play plays using mplayer
 * record alias for capture_desktop

Resources

audio gem easyaudioutils wav ogg