Menu

Tree [2ee267] master /
 History

HTTPS access


File Date Author Commit
 audiomap.rb 2009-09-03 Jason Newton Jason Newton [f617b6] audiomap: a little bit of formatting cleanup
 jmac.jar 2008-05-25 Jason Newton Jason Newton [ccb539]
 pencode.py 2009-10-15 Jason Newton Jason Newton [65a65d] added pencode
 readme.txt 2009-08-18 Jason Newton Jason Newton [91aa7b] fixed license header and added readme
 tagrename.rb 2010-01-04 Jason Newton Jason Newton [2ee267] tagrename:

Read Me

audiomap is a program which converts from any one audio format to another in a uniform and sane fashion so you don't have to learn all the options
for random music conversion program x.  It's intent is to be bullcrap-free and allow for easy scripting. All platforms are supported.
Currently supported formats:
mp3 => lame http://lame.sourceforge.net/
flac => flac http://flac.sourceforge.net/
ogg => vorbis-tools http://www.vorbis.com/
ape => jmac http://jmac.sourceforge.net/
mpc => mpc123 http://mpc123.sourceforge.net/
wv => wavpack http://www.wavpack.com/

Install only what you are interested in working with.

This program is written in ruby and as such needs ruby installed.  Core dependancies include:
taglib : http://developer.kde.org/~wheeler/taglib.html
rtaglib : http://rubyforge.org/projects/rtaglib/
rubygems : http://rubygems.org/

Most linux distros out there provide all of the agove with a few apt-gets or equivilent. Windows installers are also available
directly fromt he sites listed above.

Newer formats are trivial to add so just put in a request at https://sourceforge.net/tracker/?group_id=274283&atid=1165588
and I'll do my best to add it.

Aug 18th, 2009
Jason Newton