Main > Free Download Search >

Free convert mp3 to cda audio cd software for linux

convert mp3 to cda audio cd

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3867
mp3tocd

mp3tocd


mp3tocd is simple bash script for burning audio cd from mp3s and oggs. more>>
mp3tocd is simple bash script for burning audio cd from mp3s and oggs. Have fun! - cd into dir with selected mp3s or ogg and just run this script and wait for eject of burned Audio-CD

<<less
Download (0.90MB)
Added: 2005-09-26 License: Freeware Price:
846 downloads
Make audio 0.4.1

Make audio 0.4.1


Make audio is a graphical tool to create audio CDs from MP3 or wav files. more>>
Make audio is a graphical tool to create audio CDs from MP3 or wav files. You can simply arrange a playlist of all songs that you want. The application converts MP3 files to WAV and then burns them on the CD.

<<less
Download (0.016MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
MDF audio extracter 0.1

MDF audio extracter 0.1


MDF audio extracter project is a tool to extract audio data from MDF/MDS audio cd images to wav or raw files. more>>
MDF audio extracter project is a tool to extract audio data from MDF/MDS audio cd images to wav or raw files. Tracks will be extracted to the current directory and named track_[num].wav or track_[num].raw. Output can also be redirected to stdout to allow the audio data to be fed to an encoder or player directly.
You need both a .mds and .mdf file to be able to extract tracks. The .mds file contains the information about the tracks, while the .mdf file contains the actual data. They usually should have the same name (except for the extension ofcourse). This is case sensitive, so for example FileName is not the same as filename.
Usage: mdfextract [options] file.mds
Options:
-i output mds info instead of extracting
-r extract raw track data
-s output to stdout instead of file
-t < num > extract single track (num > 0)
-q quiet, no output
Version restrictions:
- Probably does not work on big endian archs.
<<less
Download (0.010MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads
Audio Convert 0.3.1.1

Audio Convert 0.3.1.1


audio convert is a script to convert Wav, Ogg, MP3, MPC, FLAC, APE, or WMA files into Wav, Ogg, MP3, MPC, FLAC, or APE files. more>>
Audio Convert is a script to convert Wav, Ogg, MP3, MPC, FLAC, APE, or WMA files into Wav, Ogg, MP3, MPC, FLAC, or APE files.
It has an easy-to-use interface that makes it possible to fill in the tags for a few formats and choose the quality of compression.
The script was initially designed for the nautilus file browser, and can be easily installed into nautilus by copying it to the nautilus-scripts directory, at which point you can right click on the desired audio file(s) and choose "audio-convert" from the "scripts" menu.
The script is also known to work on rox or directly from a shell.
Enhancements:
- The installer was modified to create the directory it is supposed to create.
<<less
Download (0.010MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1446 downloads
Python Audio Tools 2.2

Python Audio Tools 2.2


Python Audio Tools are a collection of audio handling programs which work from the command line. more>>
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more.
Supports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB or FreeDB-compatible servers. Audio formats supported are:
- WAV
- AIFF
- Sun AU
- FLAC
- WavPack
- Monkeys Audio
- MP3
- MP2
- Ogg Vorbis
- Ogg Speex
- M4A
Easy to install and use:
I dont like programs with lots of obscure dependencies, so Ive written Python Audio Tools to require as few external libraries and programs as possible. Most formats require only one or two common executables and some require none at all. Installation utilizes Pythons built-in distutils, but a provided makefile reduces the process to a simple "make install" command.
The programs that make up Python Audio Tools provide a consistent interface for painless switching between them. man pages are included, as is a lengthy manual for both users and programmers. See the short tutorial in the documentation for an illustration of their usage.
These Python Audio Tools are designed with Unix-like systems in mind. Although most of it is written in pure Python, the libcdio library is used to read from a CD-ROM drive. If one is willing to forgo the CD-based tools, Python Audio Tools is fully portable so long as the required helper applications are present. I have used it on the i386, x86_64 and ppc architectures without difficulty.
Standards compliant
Because Python Audio Tools sticks very close to established, documented standards, it has no trouble interoperating with other audio-handling programs. If you want to rip CDs with Exact Audio Copy, batch convert them to M4As with these tools and play them back in iTunes, thats no problem.
Enhancements:
- Revamped the track metadata system.
- Improved the file detection routines.
- Minor bugfixes.
<<less
Download (0.52MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
817 downloads
AudioCD 0.20

AudioCD 0.20


AudioCD is a Perl module for basic Audio CD control. more>>
AudioCD is a Perl module for basic Audio CD control.

SYNOPSIS

use AudioCD;
# see below

See AudioCD::Mac for more information. Right now, this module has support only for MacPerl. Please feel free to write other modules for Your Favorite Platform and let me know about it.

<<less
Download (0.003MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
Audio::CD 0.04

Audio::CD 0.04


Audio::CD is a Perl interface to libcdaudio (cd + cddb). more>>
Audio::CD is a Perl interface to libcdaudio (cd + cddb).

SYNOPSIS

use Audio::CD ();
my $cd = Audio::CD->init;

Audio::CD provides a Perl interface to libcdaudio by Tony Arcieri, available from http://cdcd.undergrid.net/

Several classes provide glue for the libcdaudio functions and data structures.

Audio::CD Class ^

init

Initialize the Audio::CD object:
my $cd = Audio::CD->init;

stat

Stat the Audio::CD object, returns an Audio::CD::Info object.
my $info = $cd->stat;

cddb

Returns an Audio::CDDB object.
my $cddb = $cd->cddb;

play

Play the given cd track (defaults to 1).
$cd->play(1);

stop

Stop the cd.
$cd->stop;

pause

Pause the cd.
$cd->pause;

resume

Resume the cd.
$cd->resume;

eject

Eject the cd.
$cd->eject;

close

Close the cd tray.
$cd->close;

play_frames

$cd->play_frames($startframe, $endframe);

play_track_pos

$cd->play_track_pos($strarttrack, $endtrack, $startpos);

play_track

$cd->play_track($strarttrack, $endtrack);

track_advance

$cd->track_advance($endtrack, $minutes, $seconds);

advance

$cd->advance($minutes, $seconds);

get_volume

Returns an Audio::CD::Volume object.

my $vol = $cd->get_volume;

set_volume

$cd->set_volume($vol);

<<less
Download (0.007MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1222 downloads
tk_cdconverter 0.6.0

tk_cdconverter 0.6.0


tk_cdconverter is a small GUI frontend which helps you rip a CD into a directory. more>>
tk_cdconverter is a small GUI frontend which helps you rip a CD into a directory, convert the resulting wav files into MP3s (using lame), and set the ID3 tags.
Main features:
- rip a Audio-CD into a directory
- convert this files into mp3 in the same or into a 2nd directory
- add some id3 tags informations to all files in this mp3 directory (by using of the cd-text informations on the Audio-CD or per hand)
Installation:
- copy tk_cdconverter_x.x.tgz on a place you want (e.g. /usr/local/src)
- uncompress tk_cdconverter in this directory (tar -xvzf ./tk_cdconverter_x.x.tgz)
- cd ./tk_cdconverter
- run ./tk_install.tcl as root
- choice a place for the files and the start script
Enhancements:
- The program now checks whether a CD is present, so the user no longer gets an error message if there is no CD in the drive.
<<less
Download (0.089MB)
Added: 2006-11-19 License: GPL (GNU General Public License) Price:
1069 downloads
flac2mp3 0.2.9 / 0.3.0 RC1

flac2mp3 0.2.9 / 0.3.0 RC1


flac2mp3 project is a tool to convert audio files from flac to mp3 format. more>>
flac2mp3 project is a tool to convert audio files from flac to mp3 format.

<<less
Download (0.088MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
605 downloads
Audiere Audio System 1.9.4

Audiere Audio System 1.9.4


Audiere is a high-level audio API. more>>
Audiere is a high-level audio API. It can play Ogg Vorbis, MP3, FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio output, Audiere supports DirectSound or WinMM in Windows, OSS on Linux and Cygwin, and SGI AL on IRIX.
Audiere is open source and licensed under the LGPL. This means that you may freely use Audiere in commercial products, as long as you do not modify the source code. If you do modify Audiere and release a product that uses your modifications, you must release your changes to the code under the LGPL as well.
Audiere is portable. It is tested on Windows, Linux-i386, Cygwin, and IRIX with at least three major compilers. Most of Audiere is endian-independent, so it would work with few modifications on other architectures.
Main features:
- Braindead easy API
- Supported file formats: Uncompressed WAV*, Uncompressed AIFF*, Ogg Vorbis*, FLAC*, MP3, MOD, S3M, IT, XM (* supports seeking)
- Streaming and buffered audio
- Volume, pan, and pitch shift modification
- Flat tone, square wave, white noise, and pink noise generation
- Runtime enumeration of audio devices and supported file formats
- Custom file streams
- Python, Delphi, Java, XPCOM (JavaScript in Mozilla) bindings
Enhancements:
- Replaced mpegsound with a stand-alone version of the MPEG audio decoder from ffmpegs libavcodec library. The result is an MP3 decoder that is more portable and works with more MP3 files. MP3 files are now seekable as well. (Matt Campbell)
- Added Speex support.
- Added support for reading metadata tags from sample sources. So far, Vorbis comments are supported, as are ID3v1 and ID3v1.1 tags in MP3 files. Interface designed with help from Brian Robb and Andy Friesen.
- Added callback system for stream stop events. (Richard Schaaf and Chad Austin)
- Added CD audio support, using the MCI subsystem on Win32/Cygwin and libcdaudio on Linux. (Chad Austin and Richard Schaaf)
- Added MIDI support through the MCI subsystem on Win32 and Cygwin. (Chad Austin)
- Dramatically reduced the latency of the OSS device. (Matt Campbell)
- Rewrote the Resampler class to use DUMBs cubic interpolation resampler, resulting in much better resampling for devices such as OSS that use Audieres own mixer. (Matt Campbell)
- Added bindings to wxWidgets. (Emanuel Dejanu)
- Fixed a bug in the DirectSound device implementation which significantly slowed down opening of devices and buffers. (Matt Campbell)
- Added pitchshift to the Python bindings. (Jason Chu)
- Split Doxygen documentation into one for users and one for developers.
<<less
Download (0.44MB)
Added: 2006-07-18 License: LGPL (GNU Lesser General Public License) Price:
1199 downloads
mp3cd 1.0

mp3cd 1.0


mp3cd is a simple perl-script to burn MP3s to audio-cd with Gtk-interface. more>>
mp3cd is a simple perl-script to burn MP3s to audio-cd with Gtk-interface. Script converts MP3-files first to WAV-files with mpg123 and then uses cdrecord to burn them.

<<less
Download (0.18MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1180 downloads
Lien Mp3 Player 0.6.2b

Lien Mp3 Player 0.6.2b


Lien Mp3 Player is an MP3/Audio CD player with high quality sound output. more>>
Lien Mp3 Player is a mp3 and audio cd player for GNU Linux console.
All you need is a Pentium 90 or faster computer (you can do mono output if you have slower computer), GNU Library 2.0 or above and ncurses 5.
The project was improved many many times by recommendation of users. Now it is even better than the one I have plan to do in the first place.
Main features:
- Fast Mp3 Decoding
- Excellent quality sound playback
- File Menu for easier file selection
- Playlist support
- Playlist Randomizing
- Fast Forward, Back To Beginning, Previous Song and Next Song key
- Endless Looping
- Play Audio CD Track
Enhancements:
- Makefile enhancements.
<<less
Download (0.11MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
831 downloads
MP3Unicode 1.1.1

MP3Unicode 1.1.1


MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings. more>>
MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings.
For example, mp3unicode --source-encoding cp1251 --id3v1-encoding none --id3v2-encoding unicode file.mp3 will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag.
< span style=color:green >< b >Requirements:< /b >< /span >< br/ >
- Qt library
- TagLib library
< b >Usage:< /b >
mp3unicode [options] [filename]
< b >Options:< /b >
-s, --source-encoding < encoding >
Read current mp3 tags assuming they are encoded with < encoding >. < encoding > is either "unicode" or any valid 8bit encoding, for example "cp1251".
-1, --id3v1-encoding < encoding >
Write id3v1 tag in < encoding >, if < encoding > is "none", then strip id3v1 tag away. < encoding > may be any valid 8bit encoding, note however that it is not possible to write id3v1 in Unicode.
-2, --id3v2-encoding < encoding >
Write id3v2 tag in < encoding >, if < encoding > is "none", then strip id3v2 tag away. < encoding > may be either "unicode" or any valid 8bit encoding.
-p, --preserve-unicode
If source encoding is specified to be some specific encoding and not Unicode, but the actual encoding seems to be Unicode, then assume it is Unicode. E.g., if you want to process a lot of files, some of which are in Unicode (or have Unicode characters somewhere), but some are in cp1251, just issue -s cp1251 -p along with other options. This should work as you would like it to work.
-v, --version
Prints version number, compilation date and time.
<<less
Download (0.011MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
927 downloads
m3u2toc 0.1

m3u2toc 0.1


m3u2toc is a Perl script which creates a CD-Text enabled cdrdao TOC file from a XMMS MP3 playlist. more>>
m3u2toc is a Perl script which creates a CD-Text enabled cdrdao TOC file from a XMMS MP3 playlist.

Theres lots of scripts out there to help you burn MP3s as CD audio, but none Ive seen that make a point of writing matching CD-Text data. This script takes the pain out of manually preparing a TOC file with CD-Text author and title data by extracting that info from MP3 ID3 tags.

This script also differs from others by not being an end to end solution for MP3 to CD audio burning. It will take a M3U playlist and produce a TOC file and thats it. Decoding MP3s and running cdrdao to burn them is your job. (Although Ill implement decoding if theres demand for it).

I like small programs that tackle individual problems and solve them well, rather than monolithic ones that try to do everything and fail badly.

Four simple steps to burn:
- complile and save a playlist in XMMS (ensuring ID3 tags are filled).
- set output plugin in XMMS to "disk writer" and decode MP3s.
- run m3u2toc on playlist file to make a TOC file complete with author and title CD-Text data.
- then just run cdrdao using the TOC file and let the CD burn.
<<less
Download (0.003MB)
Added: 2006-04-19 License: Freeware Price:
1285 downloads
GNOME Media 2.18.0

GNOME Media 2.18.0


GNOME media is a collection of utilities for simple multimedia handling on the GNOME desktop. more>>
GNOME media is a collection of utilities for simple multimedia handling on the GNOME desktop.
It contains a volume control application, a control application for selecting your sound and video card to be used by media players, a CD player, a sound recorder, a CDDB configuration utility and more.
If you run GNOME as your desktop, you already have GNOME media installed.
The GNOME media utilities provide simple applications for basic multimedia tasks, such as CD playback, volume control or audio recording.
Main features:
- It includes a CD player, which will retrieve audio CD metadata from CDDB-servers on internet.
- It includes a basic application for volume handling. It will control both playback and capture volumes (e.g. microphone, line-in, etc.). You can hide tracks that you dont use. The volume control will use either ALSA or OSS, depending on what your sound card driver is using.
- It includes an audio recording application. It will record audio from your microphone, line-in or audio-CD in MP3, FLAC or Ogg/Vorbis.
- Part of the GNOME desktop.
Enhancements:
- add LGPL headers where needed
- remove invalid desktop categories
- updated translations (since 2.17.90): ar, be, bg, ca, da, de, en_GB, et, fi, fr, gu, he, hu, it, ja, ko, ku, lt, mk, nb, pl, pt_BR, pt, ru, sl, sv, th, uk, vi, zh_CN, zh_HK, zh_TW.
<<less
Download (4.0MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
958 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5