Main > Free Download Search >

Free convert audio files software for linux

convert audio files

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11145
Mobilizer 0.4

Mobilizer 0.4


Mobilizer project is a Firefox extension lets you easily send your pictures, video, audio files. more>>
Mobilizer project is a Firefox extension lets you easily send your pictures, video, audio files and text from the web to most cell phones in the US. With the Mobilizer installed, simply right-click on a web page or media file, tell us what mobile phone number(s) you want to receive the media, and Mixxer will automatically re-format and deliver the media to those cell phone(s).

You can either select “Mobilize This!” to send the particular media file you are pointing to, or select “Mobilize All!” to choose from all the media files on the page. In cases where the media is embedded (such as flash) and you can’t right-click, hover over it and a Mobilizer link will appear above the media...

Mixxer’s Mobilizer browser extension, and conversion and delivery service, works with just about any wireless carrier in the U.S. and are FREE. Please note, however, that wireless carriers may charge extra for text messaging (SMS or MMS) or accessing the Internet.

<<less
Download (0.009MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
912 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
nautilus-audio-convert 0.1

nautilus-audio-convert 0.1


Nautilus-audio-convert is an extension of the Gnome desktop manager Nautilus. more>>
Nautilus-audio-convert is an extension of the Gnome desktop manager Nautilus. nautilus-audio-convert introduces contextual menus hen clicking on an audio file.

The new menus permit to convert the audio file into other audio formats.

Supported audio formats are:

- Microsoft ASF (input)
- Microsoft PCM Waves (input/output)
- Mpeg3 (input/output)
- Ogg Vorbis (input/output)
<<less
Download (0.025MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1365 downloads
Audio::ConvTools 0.08

Audio::ConvTools 0.08


Audio::ConvTools is a API to convert audio files from/to mp3 ogg and wav. more>>
Audio::ConvTools is a API to convert audio files from/to mp3 ogg and wav.

SYNOPSIS

use Audio::ConvTools;
use Audio::ConvTools qw/:DEFAULT :Tmp :Log/;

$status = ogg2mp3(file.ogg);
$status = ogg2wav(file.ogg);
$status = ogg2wav(in.ogg, out.wav);
$status = mp32ogg(file.mp3);
$status = mp32wav(file.mp3);
$status = mp32wav(in.mp3, out.wav);
$status = wav2ogg(file.wav);
$status = wav2ogg(in.wav, out.ogg);
$status = wav2mp3(file.wav);
$status = wav2mp3(in.wav, out.mp3);

Audio::ConvTools::logMsg(This is a log message);
Audio::ConvTools::errMsg(This is an error message);

$tmp = Audio::ConvTools::getTmpFile(.wav);
Audio::ConvTools::destroyTmpFile($tmp);

<<less
Download (0.007MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1088 downloads
Audio::File 0.10

Audio::File 0.10


Audio::File is a audio file abstraction library. more>>
Audio::File is a audio file abstraction library.

SYNOPSIS

use Audio::File;
my $file = Audio::File->new( "foo.bar" );

print "The ". $file->type() ."-file ". $file->name
." is ". int $file->length() ." seconds long.n";

print "Its interpreted by ". $file->tag->artist()
." and called ". $file->tag->title() ".n";

Audio::File abstracts a single audio file, independant of its format. Using this module you can access a files meta-info like title, album, etc. as well as the files audio-properties like its length and bitrate.

Currently only the formats flac, ogg vorbis and mp3 are supported, but support for other formats may be easily added.

<<less
Download (0.073MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1221 downloads
Audio::TagLib::MPEG::File 1.42

Audio::TagLib::MPEG::File 1.42


Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG. more>>
Audio::TagLib::MPEG::File is an MPEG file class with some useful methods specific to MPEG.

SYNOPSIS

use Audio::TagLib::MPEG::File;

my $i = Audio::TagLib::MPEG::File->new("sample file.mp3");
print $i->tag()->artist()->toCString(), "n"; # got artist

This implements the generic Audio::TagLib::File API and additionally provides access to properties that are distinct to MPEG files, notably access to the different ID3 tags.

<<less
Download (1.4MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1072 downloads
Audio::File::AudioProperties 0.10

Audio::File::AudioProperties 0.10


Audio::File::AudioProperties is a Perl module that can abstract an audio files audio properties. more>>
Audio::File::AudioProperties is a Perl module that can abstract an audio files audio properties.

Audio::File::AudioProperties is the base class for other file format independant audio property classes like Audio::File::Flac::AudioProperties or Audio::File::Ogg::AudioProperties. You should not use this class yourself exept youre writing an own file format dependant subclass.

METHODS

new

Constructor. Creates new Audio::File::AudioProperties object. You shoud not use this method yourself. Its called by the filetype-dependant subclasses of Audio::File::Type automatically.

init

Initializes the object. Its called by the constructor and empty by default. Its ought to be overwritten by subclasses.

length

Returns the length of the audio file in seconds.

bitrate

Returns the bitrate of the file.

sample_rate

Returns the sample rate of the audio file.

channels

Returns the number of channels the audio file has.

all

Get all audio properties.

<<less
Download (0.073MB)
Added: 2006-06-19 License: Perl Artistic License Price:
1222 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
Audio::File::Type 0.10

Audio::File::Type 0.10


Audio::File::Type represents an audio filetype. more>>
Audio::File::Type represents an audio filetype.

An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...) and the data stored in the files tag, but also providing access to the raw audio data and other information should be easy to be implemented.

METHODS

new

Constructor. In fact you dont need to use it. Please use Audio::File which will call the appropriate constructor corresponding to the files type.

init

This method will be called by the constructor. Its empty by default and should be overwritten by inheriting subclasses to initialize themselfes.

name

Returns the name of the audio file.

is_readable

Checks whether the file is readable or not. At the moment its only used by the constructor, but it will be more usefull with later versions of Audio::File.

is_writeable

Checks whether the file is writeable or not. At the moment youll probably dont need to call this method, but itll be more usefull as soon as changing the audio file is implemented.

tag

Returns a reference to the files tag object. See the documentation of Audio::File::Tag to learn about what the tag object does.

audio_properties

Returns a reference to the files audio properties object. See the documentation of Audio::File::AudioProperties to get information about what the audio properties object does.

save

Saves the audio file. This is not yet implemented but it should remember me to do it at some time..

type

Returns the files type.

<<less
Download (0.073MB)
Added: 2006-06-19 License: Perl Artistic License Price:
1222 downloads
S65sox 0.2 alpha

S65sox 0.2 alpha


S65sox is a little application that converts audio files into a wav-format suitable for Siemens x65 mobile phones. more>>
This little application converts audio files into a wav-format suitable for Siemens x65 mobile phones.

The current Siemens mobile phones dont support mp3 yet, thats why ive developed this tool to ease the process of converting an audio file into a wav-file that your phone can play.

The program calls sox and you need it compiled with mp3 support if you want to convert *.mp3 into *.wav.

<<less
Download (0.32MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1555 downloads
Audio File Library 0.2.6

Audio File Library 0.2.6


Audio File Library is a uniform API for accessing standard digital audio file formats. more>>
The Audio File Library provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE. Supported compression formats are currently G.711 mu-law and A-law and IMA and MS ADPCM.

Key goals of the Audio File Library are file format transparency and data format transparency. The same calls for opening a file, accessing and manipulating audio metadata (e.g. sample rate, sample format, textual information, MIDI parameters), and reading/writing sample data will work with any supported audio file format. Likewise, the format of the audio data presented to the application need not be tied to the format of the data contained in the file.

The Audio File Library distributed under the GNU Library General Public License.
<<less
Download (0.36MB)
Added: 2005-04-14 License: LGPL (GNU Lesser General Public License) Price:
1655 downloads
Audio::TagLib::Ogg::FLAC::File 1.42

Audio::TagLib::Ogg::FLAC::File 1.42


Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. more>>
Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.

SYNOPSIS

use Audio::TagLib::Ogg::FLAC::File;

my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac");
print $i->tag()->album()->toCString(), "n"; # got album

This implements and provides an interface for Ogg/FLAC files to the Audio::TagLib::Tag and Audio::TagLib::AudioProperties interfaces by way of implementing the abstract Audio::TagLib::File API as well as providing some additional information specific to Ogg FLAC files.

new(PV $file, BOOL $readProperties = TRUE, PV $propertiesStyle = "Average")
Contructs an Ogg/FLAC file from $file. If $readProperties is true the files audio properties will also be read using $propertiesStyle. If false, $propertiesStyle is ignored.

DESTROY
Destroys this instance of the File.

XiphComment tag()

Returns the Tag for this file. This will always be a XiphComment.

Properties audioProperties()

Returns the FLAC::Properties for this file. If no audio properties were read then this will return undef.

BOOL save()

Save the file. This will primarily save and update the XiphComment. Returns true if the save is successful.

IV streamLength()

Returns the length of the audio-stream, used by FLAC::Properties for calculating the bitrate.

<<less
Download (1.4MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
movemetafs 0.02

movemetafs 0.02


movemetafs is a searchable filesystem metadata store for Linux. more>>
movemetafs is a searchable filesystem metadata store for Linux that lets users tag local files (including image, video, audio, and text files) by simply moving the files to a special folder using any file manager.
It also lets users find files by tags using a boolean search query. The original files (and their names) are kept intact. movemetafs doesnt have its own user interface, but it is usable with any file manager.
In the name `movemetafs, `metafs means filesystem metadata store, and move refers to the most common way tags are added or removed: the user moves the file to be acted on to the `meta/tag/$TAGNAME or
`meta/untag/$TAGNAME special folder. When the target folder is such a special folder, the file is not removed from its original location (meta/root/**/*).
movemetafs is similar to LAFS (http://junk.nocrew.org/~stefan/lafs/)
(not tagji 1.1 by Manuel Arriaga). Most important differences:
- movemetafs uses MySQL instead of PostgreSQL (benefits: speedup, easier installation with pts-mysql-local).
- movemetafs doesnt require files to be explicitly added.
- movemetafs cannot list all untagged files quickly.
- movemetafs is written in Perl, so it is quite easy to extend and try out new features.
- movemetafs continues to work when files are renamed.
- movemetafs works with files with more than one hard link.
Main features:
- Use any file manager to tag files: move the file to the `meta/tag/$TAGNAME or `meta/tagged/$TAGNAME folder. The file is not removed from its original folder.
- Use any file manager to untag files: move the file to the `meta/untag/$TAGNAME. The file is not removed from its original folder.
- Specify search query by changing to the invisible `meta/search/$QUERYSTRING folder. Results are symbolic links into `meta/root.
- If you want to search for only a single tag, list the folder `meta/tagged/$TAGNAME. Results are symbolic links into `meta/root.
- Alternatively, you untag a file by removing the symlink `meta/tagged/$TAGNAME/$FILENAME.
- Alternatively, use POSIX extended attributes to retrieve (or even set) the tags associated to a file.
- Attach textual descriptions to files, and read the description once the file is found.
- Use POSIX extended attributes to get and set the textual description of a file.
- Create a recursive POSIX extended attribute dump (of tags and descriptions) from the database very quickly.
- Restore the created POSIX extended attribute dump with `setfattr --restore.
- Use versatile search query syntax (MySQL fulltext search) with the possiblity of boolean search (i.e. searching for files matching a combination of tags).
- Copy search results to make backups or to create collections.
- Searching is fast, because it uses a fulltext index.
- After installation, movemetafs can be used on an existing filesystem instantly: there is no migration needed to make an existing filesystem usable with movemetafs: data doesnt have to be copied, moved, touched etc.
- Untagged files dont have any negative effect on the speed of movemetafs, even if the filesystem contains millions of files.
- movemetafs nicely survives a system crash: non-cache data is stored in MySQL InnoDB tables (which use journaling), and even if the whole tag database is lost, the original filesystem remains usable without movemetafs.
- Stores tags in twice: once in a fulltext indexed column in a MyISAM table, and once in an InnoDB relational table. Uses the fast MyISAM table for searches, and the InnoDB table for data recovery.
- Treats file names as opaque 8-bit strings, thus it works with any filesystem character set, even when character sets are mixed in the middle of the filename.
- Uses UTF-8 for tag names and descriptions.
- Filenames in search results are automatically made unique when necessary.
- Following the Unix filesystem design, files with multiple hard links share a commond description and a common set of tags. If tags or the description are changed on one name, the changes also apply to other names, too.
<<less
Download (0.041MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1018 downloads
Audio::M4P::QuickTime 0.30

Audio::M4P::QuickTime 0.30


Audio::M4P::QuickTime is a Perl module for m4p/mp4/m4a Quicktime audio files. more>>
Audio::M4P::QuickTime is a Perl module for m4p/mp4/m4a Quicktime audio files.

Perl manipulation of Quicktime Audio files, including protected audio M4P files. Allows extraction and modification of meta information in Apple QuickTime AAC/m4a music files.

About QuickTime File Structure and Atoms

M4P is a QuickTime protected audio file format. It is composed of a linear stream of bytes which are segmented into units called atoms. Some atoms may be containers for other atoms. iTunes Music Store M4P music files are Quicktime audio files which are encrypted using a combination of information in the files drms atom and information which is commonly stored on the computer or audio player.

SYNOPSIS

use Audio::M4P::QuickTime;

my $mp4file = "file.m4p";

my $qt = new Audio::M4P::QuickTime(file => $mp4file);

my $tags = $qt->GetMetaInfo;

print "Artist is $tags->{ARTIST}n" if $tags->{ARTIST};

<<less
Download (0.80MB)
Added: 2006-06-19 License: Perl Artistic License Price:
1225 downloads
kavenc 0.2

kavenc 0.2


kavenc is a KDE service menu utility to easily convert videos and audio files between various formats. more>>
kavenc is a KDE service menu utility to easily convert videos and audio files between various formats, or to extract audio from video files.

CURRENTLY SUPPORTED VIDEO OUTPUT FORMATS

- 3GP
- MPEG
- PAL-DV
- NTSC-DV
- PAL-DVD
- NTSC-DVD
- PAL-VCD
- NTSC-VCD
- PAL-SVCD
- NTSC-SVCD
- OGG/Theora
- AVI

CURRENTLY SUPPORTED AUDIO OUTPUT FORMATS

- WAV
- Ogg Vorbis
- MP3
- AAC
- M4A (for iPod)
- Flac

<<less
Download (0.012MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1101 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5