converting real player files to mp3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12174
Term::TtyRec::Player 0.03
Term::TtyRec::Player is a Perl module that playbacks ttyrec data. more>>
Term::TtyRec::Player is a Perl module that playbacks ttyrec data.
SYNOPSIS
use Term::TtyRec::Player;
use FileHandle;
# $handle is any IO::* object
my $handle = FileHandle->new(file.tty);
my $player = Term::TtyRec::Player->new($handle);
# options can be set as hashref
my $player = Term::TtyRec::Player->new($handle, {
speed => 1, nowait => undef,
});
Term::TtyRec::Player playbacks ttyrec recorded data. See pttyplay and Term::TtyRec for details about ttyrec.
METHODS
new
$player = Term::TtyRec::Player->new($handle, %attr);
constructs new Term::TtyRec::Player instance.
play
$player->play();
Plays recorded data on your terminal.
peek
$player->peek();
Plays live-recoded data to your terminal. This method implements ttyplay -p option.
<<lessSYNOPSIS
use Term::TtyRec::Player;
use FileHandle;
# $handle is any IO::* object
my $handle = FileHandle->new(file.tty);
my $player = Term::TtyRec::Player->new($handle);
# options can be set as hashref
my $player = Term::TtyRec::Player->new($handle, {
speed => 1, nowait => undef,
});
Term::TtyRec::Player playbacks ttyrec recorded data. See pttyplay and Term::TtyRec for details about ttyrec.
METHODS
new
$player = Term::TtyRec::Player->new($handle, %attr);
constructs new Term::TtyRec::Player instance.
play
$player->play();
Plays recorded data on your terminal.
peek
$player->peek();
Plays live-recoded data to your terminal. This method implements ttyplay -p option.
Download (0.004MB)
Added: 2006-12-26 License: Perl Artistic License Price:
1032 downloads
Convert::BER 1.3101
Convert::BER is a Perl module for ASN.1 Basic Encoding Rules. more>>
Convert::BER is a Perl module for ASN.1 Basic Encoding Rules.
SYNOPSIS
use Convert::BER;
$ber = new Convert::BER;
$ber->encode(
INTEGER => 1,
SEQUENCE => [
BOOLEAN => 0,
STRING => "Hello",
],
REAL => 3.7,
);
$ber->decode(
INTEGER => $i,
SEQUENCE => [
BOOLEAN => $b,
STRING => $s,
],
REAL => $r,
);
Convert::BER provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together with the structure.
<<lessSYNOPSIS
use Convert::BER;
$ber = new Convert::BER;
$ber->encode(
INTEGER => 1,
SEQUENCE => [
BOOLEAN => 0,
STRING => "Hello",
],
REAL => 3.7,
);
$ber->decode(
INTEGER => $i,
SEQUENCE => [
BOOLEAN => $b,
STRING => $s,
],
REAL => $r,
);
Convert::BER provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together with the structure.
Download (0.025MB)
Added: 2006-08-22 License: Perl Artistic License Price:
1171 downloads
Ambisonics Player 1.0
Ambisonics Player is a simple player for ambisonics files. more>>
Ambisonics Player is a simple player for ambisonics files. Ambisonics Player is programmed in Java, which means that (in theory) should be able to run on all platforms that java runs on. Java-sound must also be implemented on the platform.
It has been developed on Windows XP running Java 1.5, and also tested on linux 64-bit system (Gentoo AMD64) using sun-jdk-1.5.0.03. So these combinations should be fine. I dont think it works with earlier java-versions than 1.5, atleast not very good.
Main features:
- Plays 1.,2. and 3. order soundfiles in B-format.
- Files in wav,aiff,flac and ogg format supported (ogg-files caneven be streamed).
- Floating point support (for WAV-files only).
- Decode ambisonics to speaker-feeds or binaural stereo files by using HRTF and decode to virtual speaker-array.
- Play directly to soundcard outputs or save to file.
<<lessIt has been developed on Windows XP running Java 1.5, and also tested on linux 64-bit system (Gentoo AMD64) using sun-jdk-1.5.0.03. So these combinations should be fine. I dont think it works with earlier java-versions than 1.5, atleast not very good.
Main features:
- Plays 1.,2. and 3. order soundfiles in B-format.
- Files in wav,aiff,flac and ogg format supported (ogg-files caneven be streamed).
- Floating point support (for WAV-files only).
- Decode ambisonics to speaker-feeds or binaural stereo files by using HRTF and decode to virtual speaker-array.
- Play directly to soundcard outputs or save to file.
Download (2.3MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1324 downloads
Blind MP3 Player 0.2.2
Blind MP3 plays audio files using an AUI (Audible User Interface). more>>
Blind MP3 plays audio files using an AUI (Audible User Interface). Speech synthesis announces where in the filesystem a user is, and controls are used to browse the filesystem and select files to play. It is ideal for people who want an MP3 player and dont want to have to look at it.
In essence, BMP3 is an AUI (Audible User Interface) for playing audio files. It supports selecting single files or directories for playing with an audio file player. Navigation is controlled by keys commonly found on a NumPad and feedback is given by the program using speech synthesis programs such as rsynth or festival. To support real-time operation, if festival is installed all the names of files in the song directory are cached each time BMP3 is started.
<<lessIn essence, BMP3 is an AUI (Audible User Interface) for playing audio files. It supports selecting single files or directories for playing with an audio file player. Navigation is controlled by keys commonly found on a NumPad and feedback is given by the program using speech synthesis programs such as rsynth or festival. To support real-time operation, if festival is installed all the names of files in the song directory are cached each time BMP3 is started.
Download (0.009MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1196 downloads
PagePlaylist 0.9
PagePlaylist is an extension which shows a small Flash audio player on the page you are viewing, if it contains .mp3 files. more>>
PagePlaylist is an extension which shows a small Flash audio player on the page you are viewing, if it contains .mp3 files.
If you come on a page linking one or more .mp3 files, pageplaylist shows a small music note in a grey box by the upper left corner of the page.
Double-clicking on the music note will show a small mp3 player with some basic commands (play, stop, pause, previous track, next track, repeat playlist) and a display area for songs info (author and title if ID3 is present).
Clicking on the player will start streaming the first track of the playlist generated by collecting mp3 links on the page.
You can also expand the player to a wider box showing the full playlist.
<<lessIf you come on a page linking one or more .mp3 files, pageplaylist shows a small music note in a grey box by the upper left corner of the page.
Double-clicking on the music note will show a small mp3 player with some basic commands (play, stop, pause, previous track, next track, repeat playlist) and a display area for songs info (author and title if ID3 is present).
Clicking on the player will start streaming the first track of the playlist generated by collecting mp3 links on the page.
You can also expand the player to a wider box showing the full playlist.
Download (0.013MB)
Added: 2007-04-23 License: MPL (Mozilla Public License) Price:
917 downloads
Cactus Audio Player 0.2.4
Cactus is just an audio file player. more>>
Cactus is just an audio file player. But it has some features that makes it different from other players.
There are music databases and there are players like xmms with a small and leightweight, skinable GUI.
Cactus combines these two types in one player! With Cactus you can read your music collection into a database, create a playlist by browsing/searching it and finally switch to player view(F2-Key).
Main features:
- Plattform independent
- Browse your music collection by artist, albums and titles
- Tiny lightweight player combined with a powerful database for organizing mp3-files
- Save and Load m3u Playlists
- Supports ID3v1(read/write) and ID3v2(read)
- Easy tagging of mp3-files
Enhancements:
- Some bugs concerning the playlist/tag-editing now fixed...
<<lessThere are music databases and there are players like xmms with a small and leightweight, skinable GUI.
Cactus combines these two types in one player! With Cactus you can read your music collection into a database, create a playlist by browsing/searching it and finally switch to player view(F2-Key).
Main features:
- Plattform independent
- Browse your music collection by artist, albums and titles
- Tiny lightweight player combined with a powerful database for organizing mp3-files
- Save and Load m3u Playlists
- Supports ID3v1(read/write) and ID3v2(read)
- Easy tagging of mp3-files
Enhancements:
- Some bugs concerning the playlist/tag-editing now fixed...
Download (2.2MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1532 downloads
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.
<<lessIt 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.
Download (0.010MB)
Added: 2005-11-12 License: GPL (GNU General Public License) Price:
1446 downloads
Add to Noatun playlist
Add to Noatun playlist is a service menu that can add files to the Noatun players playlist. more>>
Add to Noatun playlist is a service menu that can add files to the Noatun players playlist.
<<less Download (MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
624 downloads
SMPlayer 0.1
SMPlayer is a utility to play media file via the media player MPlayer. more>>
SMPlayer is a utility to play media file via the media player MPlayer. Files can be selected by a File-Selection-Dialog or by Drag-and-Drop.
By now it supports only basic functionality:
Select File, Play File, Seek, Switch to Fullscreen, adjust volume.
During playback a progress bar is shown.
<<lessBy now it supports only basic functionality:
Select File, Play File, Seek, Switch to Fullscreen, adjust volume.
During playback a progress bar is shown.
Download (0.68MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
962 downloads
MP3::Find::Filesystem 0.06
MP3::Find::Filesystem is a File::Find-based backend to MP3::Find. more>>
MP3::Find::Filesystem is a File::Find-based backend to MP3::Find.
SYNOPSIS
use MP3::Find::Filesystem;
my $finder = MP3::Find::Filesystem->new;
my @mp3s = $finder->find_mp3s(
dir => /home/peter/music,
query => {
artist => ilyaimy,
album => myxomatosis,
},
ignore_case => 1,
);
<<lessSYNOPSIS
use MP3::Find::Filesystem;
my $finder = MP3::Find::Filesystem->new;
my @mp3s = $finder->find_mp3s(
dir => /home/peter/music,
query => {
artist => ilyaimy,
album => myxomatosis,
},
ignore_case => 1,
);
Download (0.029MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1080 downloads
Apache::MP3::Playlist 4.00
Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists. more>>
Apache::MP3::Playlist can manage directories of MP3 files with sorting and persistent playlists.
SYNOPSIS
# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3
# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
PerlSetVar SortField Title
PerlSetVar Fields Title,Artist,Album,Duration
< /Location >
Apache::MP3::Playlist subclasses Apache::MP3::Sorted to allow the user to build playlists across directories. Playlists are stored in cookies and are persistent for the life of the browser. See Apache::MP3 and Apache::MP3::Sorted for details on installing and using.
<<lessSYNOPSIS
# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3
# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
PerlSetVar SortField Title
PerlSetVar Fields Title,Artist,Album,Duration
< /Location >
Apache::MP3::Playlist subclasses Apache::MP3::Sorted to allow the user to build playlists across directories. Playlists are stored in cookies and are persistent for the life of the browser. See Apache::MP3 and Apache::MP3::Sorted for details on installing and using.
Download (0.32MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1082 downloads
FoxyTunes 2.2.5 for Firefox
FoxyTunes is a Firefox extension which allows you to listen to music while browsing the web. more>>
FoxyTunes is a Firefox extension which allows you to listen to music while browsing the web.
Do you listen to Music while surfing the Web?
Now you can control your favorite media player without ever leaving the browser and more...
Supports WinAmp, iTunes, Yahoo Music Engine, Pandora, foobar2000, Windows Media Player, Xbox Media Center, Musicmatch, Quintessential, J. River, jetAudio, XMPlay, MediaMonkey, Media Player Classic, Sonique, wxMusik, Real Player, XMMS, Noatun, Juk, Amarok, Music Player Daemon, Rhythmbox and many other players.
Just click on the orange note and select your player.
<<lessDo you listen to Music while surfing the Web?
Now you can control your favorite media player without ever leaving the browser and more...
Supports WinAmp, iTunes, Yahoo Music Engine, Pandora, foobar2000, Windows Media Player, Xbox Media Center, Musicmatch, Quintessential, J. River, jetAudio, XMPlay, MediaMonkey, Media Player Classic, Sonique, wxMusik, Real Player, XMMS, Noatun, Juk, Amarok, Music Player Daemon, Rhythmbox and many other players.
Just click on the orange note and select your player.
Download (0.51MB)
Added: 2007-04-09 License: MPL (Mozilla Public License) Price:
938 downloads
FLV::ToMP3 0.17
FLV::ToMP3 can convert audio from a FLV file into an MP3 file. more>>
FLV::ToMP3 can convert audio from a FLV file into an MP3 file.
SYNOPSIS
use FLV::ToMP3;
my $converter = FLV::ToMP3->new();
$converter->parse_flv($flv_filename);
$converter->save($mp3_filename);
See also flv2mp3.
Extracts audio data from an FLV file and constructs an MP3 file. See the flv2mp3 command-line program for a nice interface and a detailed list of caveats and limitations.
<<lessSYNOPSIS
use FLV::ToMP3;
my $converter = FLV::ToMP3->new();
$converter->parse_flv($flv_filename);
$converter->save($mp3_filename);
See also flv2mp3.
Extracts audio data from an FLV file and constructs an MP3 file. See the flv2mp3 command-line program for a nice interface and a detailed list of caveats and limitations.
Download (1.2MB)
Added: 2006-11-08 License: Perl Artistic License Price:
1156 downloads
AudioFile::Info::MP3::Tag 1.05
AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files. more>>
AudioFile::Info::MP3::Tag is a Perl extension to get info from MP3 files.
This is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files.
METHODS
new
Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new.
<<lessThis is a plugin for AudioFile::Info which uses MP3::Tag to get or set data about MP3 files.
METHODS
new
Creates a new object of class AudioFile::Info::MP3::Tag. Usually called by AudioFile::Info::new.
Download (0.003MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1087 downloads
AudioFile::Info::MP3::Info 1.03
AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files. more>>
AudioFile::Info::MP3::Info is a Perl extension to get info from MP3 files.
This is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files.
See AudioFile::Info for more details.
METHODS
new
Creates a new object of class AudioFile::Info::MP3::Info. Usually called by AudioFile::Info::new.
<<lessThis is a plugin for AudioFile::Info which uses MP3::ID3Lib to get data about MP files.
See AudioFile::Info for more details.
METHODS
new
Creates a new object of class AudioFile::Info::MP3::Info. Usually called by AudioFile::Info::new.
Download (0.053MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1087 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above converting real player files to mp3 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed