Audio conversion tools for Linux


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Audio conversion tools for Linux
# 1  
Old 02-28-2008
Audio conversion tools for Linux

Thu, 28 Feb 2008 16:00:00 GMT
Most portable audio players can play music encoded in the MP3 audio format, but some consumers also have music in Ogg Vorbis, FLAC, MPC, or even WMA files. How do you change from one format to another when you need to? Here are some of the best audio conversion tools available in Linux.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Error with Audio Conversion Bash Script

Good evening, I'm currently working on a BASH script to convert audio between file formats and I've come across a snag. At the beginning of the script, I'm having the system check to see if any files with the .m4a extension exist in the directory, and if so, it runs the script. If there are no... (1 Reply)
Discussion started by: KBurkholder
1 Replies

2. Shell Programming and Scripting

Epoch & Unix Timestamp Conversion Tools

Hi All, Please read the below data carefully. I need an unix command for converting unix timestamp to Epoch timestamp. I need to daily convert this today's unix(UTC) time to epoch time, so i am thinking to make a shellscript for this. Please help me for this by providing... (3 Replies)
Discussion started by: aish11
3 Replies

3. Linux

ESQL/C to Oracle Conversion Tools.

The oracle site has such a tool for several platforms but Linux :mad: Would anyone be able to point me in the direction of an Informix ESQL/C to Pro/C convertor that will run on Linux? Thanks (1 Reply)
Discussion started by: mbb
1 Replies
Login or Register to Ask a Question
libvorbis(3)							   User Commands						      libvorbis(3)

NAME
libvorbis - Xiph.org compression format library DESCRIPTION
libvorbis is an implementation of the Vorbis specification by the Xiph.org foundation. libvorbis provides an API to work with the Vorbis multimedia compression format. Vorbis is an audio compression scheme that is designed to be contained in the Ogg container. Note that other formats are capable of being embedded in an Ogg container, such as FLAC and Speex. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libvorbis.so Vorbis shared library /usr/share/gtk-doc/html/libvorbis-devel Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWogg-vorbis | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libogg(3), attributes(5), gnome-interfaces(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2004, 2006. SunOS 5.11 7 Sep 2004 libvorbis(3)