Main > Free Download Search >

Free nintendo sound collection 3 mp3 software for linux

nintendo sound collection 3 mp3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5902
C Comic Collection 0.04

C Comic Collection 0.04


C Comic Collection project is a GTK application for downloading, cataloging, and viewing Web comics. more>>
C Comic Collection project is a GTK application for downloading, cataloging, and viewing Web comics. It uses a MySQL database.
To compile this software, just type "make".
It requires development libraries for gtk, gtk_imlib, cURL, mysql and pthreads. If youre on Linux these should come with your distrobution; I dunno for other OS. If you only have the runtimes and are using a 386 derivative (Pentium et al) you can get a binary from http://c-comiccollect.sourceforge.net.
Compilation will produce a binary called "gtk-cc"; copy this to your /usr/bin (youll need root privileges, copy to your ~/bin (you wont) or just run it from where it is (./gtk-cc &).
You can populate the database by running the included "comiccollection.sql" against an empty database. (mysql -u < username > < dbname > < comiccollection.sql). It even includes some comics to get you started!
Enhancements:
- Minor improvements - only really relevant if you view KeenSpace comics.
- Fixed file non-deletion problem
- Fixed KeenSpace file download problem
<<less
Download (0.018MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1081 downloads
Audio collection script 1.0

Audio collection script 1.0


Audio collection script is a script which can help you manage collections of audio files. more>>
Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs that should be part of that collection. The script generates or updates a subdirectory for each list file present and creates links within those directories to all music files from my main audio directory that match the patterns in the list file.

An example:

Your music files are in /audio
Your collections are in /audio-collections
The file /audio-collections/funny.list has the following lines:

/audio-collections/funny/
#the next line matches all songs within a tripod directory
tripod/
monty*python
kevin*bloody*wilson
bill*clinton*miss*lewinsky*and*i

When run, it will process each .list file in the current directory. So for this example, when run from /audio-collections, it will create or clean out the directory /audio-collections/funny and create links inside it for any files found within /audio which match the specified patterns.

The first line in each list file specifies the directory to create and use for the links. The patterns in the file will match on the full path of a song.

Note: I am pretty sure it would not be a good path to put your collections inside your main audio directory.
<<less
Download (0.002MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
970 downloads
JavaDoc Taglets Collection 2.0.0

JavaDoc Taglets Collection 2.0.0


JavaDoc Taglets Collection is set of general purpose taglets for use with the JavaDoc tool. more>>
JavaDoc Taglets Collection is set of general purpose taglets for use with the JavaDoc tool. It provides a standard set of new tags, and allows you to create new ones by configuration or using simple Java interfaces. The project has been tested with J2SE 1.4 and 1.5 and JavaSE 1.6.
Enhancements:
- First public release of the Taglets Collection.
- Completed documentation for release 2.
- Added demos to userguide and distribution.
- Added to do list and known bugs information.
<<less
Download (6.4MB)
Added: 2007-05-11 License: BSD License Price:
898 downloads
DSI Sound Station 1.0

DSI Sound Station 1.0


DSI Sound Station is broadcast software for everything related to audio and station management. more>>
DSI Sound Station is broadcast software for everything related to audio and station management.

DSI Sound Station is for broadcast radio and TV stations of all sizes. It provides hard-disk audio recording, an on-line newsroom, a disc/media cataloguer, and sales utilities (like contracts and invoices).
<<less
Download (5.7MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1331 downloads
PerlBean::Collection 1.0

PerlBean::Collection 1.0


PerlBean::Collection is a Perl module that contains a collection of PerlBean objects. more>>
PerlBean::Collection is a Perl module that contains a collection of PerlBean objects.

SYNOPSIS

use strict;
use PerlBean;
use PerlBean::Collection;
use PerlBean::Attribute::Factory;

my $bean = PerlBean->new( {
package => Athlete,
} );
my $factory = PerlBean::Attribute::Factory->new();
my $attr = $factory->create_attribute( {
method_factory_name => name,
short_description => the name of the athlete,
} );
$bean->add_method_factory($attr);

my $bean2 = PerlBean->new( {
package => Cyclist,
base => [ qw(Athlete)],
} );
my $factory = PerlBean::Attribute::Factory->new();
my $attr2 = $factory->create_attribute( {
method_factory_name => cycle,
short_description => the cyclists cycle,
} );
$bean2->add_method_factory($attr2);

my $collection = PerlBean::Collection->new();
$collection->add_perl_bean($bean);
$collection->add_perl_bean($bean2);
$collection->write(tmp);

ABSTRACT

Code hierarchy generation for bean like Perl modules

PerlBean::Collection contains a collection of PerlBean objects in order to generate an hierarchy of Perl modules.

<<less
Download (0.089MB)
Added: 2007-02-22 License: Perl Artistic License Price:
977 downloads
comisat Games Collection 0.5.2

comisat Games Collection 0.5.2


comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. more>>
comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english.

comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published by Free Software Fundation. You can help the development of comisat Games Collection testing the software, mailing bugs, translating the project in different languages, correcting and improving the code.

<<less
Download (7.9MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1110 downloads
My cOLLection manager 0.6.0

My cOLLection manager 0.6.0


My cOLLection manager is a manager program for your collections. more>>
My cOLLection manager is a manager program for your collections. My cOLLection manager is a fast and easy to use frontend for gdbm with an ncurses interface.

The program was originally designed to organize a large music CD collection, but it is has no restrictions on the entry of any other large range of items. Its main goal is flexibillity.

<<less
Download (0.097MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1165 downloads
Sound Studio 1.0.6

Sound Studio 1.0.6


Sound Studio is a Sound Editing Tool. more>>
Sound Studio is a Tcl/Tk application written by Paul Sharpe as his third year individual project, for which he received the Microsoft Prize for Software Engineering. It was subsequently improved by Robin Whitehead.

It enables recording, playback and simple cut & paste editing of sound files of diverse formats on a PC equipped with a soundcard and the OSS (formally VoxWare) sound drivers.

It uses Lance Norskogs Sox for format conversion; the version weve used is bundled together with this software in its entirety to prevent incompatibility problems, although you should try it with your own sox if you have a more recent one.

Sound Studio is now "finished", but no doubt there are loads of bugs still to be found and features to be added.
<<less
Download (0.64MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1584 downloads
Sound Converter 0.9.7

Sound Converter 0.9.7


Sound Converter can convert sound files to other formats. more>>
Sound Converter project can convert sound files to other formats.

A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.

<<less
Download (0.036MB)
Added: 2007-08-01 License: GPL v3 Price:
538 downloads
CatGrab Small Edition for Linux 1.3.9

CatGrab Small Edition for Linux 1.3.9


The convenient solution for a professionally organized photo collection. The transfer from the camera to the PC requires no preferences and is done with a click. It has never been easier to organize a photo collection. more>> <<less
Download (2.64MB)
Added: 2009-04-27 License: Freeware Price: $0
179 downloads
Disc-O-Matic 0.3

Disc-O-Matic 0.3


Disc-O-Matic is a GTK+ CD/DVD-ROM archiving tool for mastering and burning multiple discs. more>>
Disc-O-Matic is a GTK+ CD/DVD-ROM archiving tool for mastering and burning multiple discs.

Disc-O-Matic can be used in situations where you have a lot of data that you wish to burn to discs (e.g. keeping an MP3 collection synchronized with a set of CD-RWs).

<<less
Download (0.097MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1191 downloads
SoundTouch Sound Processing Library 1.3.0

SoundTouch Sound Processing Library 1.3.0


SoundTouch Sound Processing Library is an open-source audio processing library. more>>
SoundTouch Sound Processing Library is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files:
- Tempo (time-stretch): Changes the sound to play at faster or slower speed than original, without affecting the sound pitch.
- Pitch (key) : Changes the sound pitch or key, without affecting the sound tempo or speed.
- Playback Rate : Changes both the sound tempo and pitch, as if an LP disc was played at wrong RPM rate.
Main features:
- Easy-to-use implementation of time-stretch, pitch-shift and sample rate transposing routines.
- High-performance object-oriented C++ implementation.
- Full source codes available for both the SoundTouch library and the example application.
- Clear and easy-to-use programming interface via a single C++ class.
- Supported audio data format : 16Bit integer or 32bit floating point PCM mono/stereo
- Capable of real-time audio stream processing:
- input/output latency max. ~ 100 ms.
- Processing 44.1kHz/16bit stereo sound in realtime requires a 133 Mhz Intel Pentium processor or better.
- Platform-independent implementation: The SoundTouch library can be compiled for any processor and OS platform supporting GNU C compiler (gcc) or Visual Studio, for example Win32, Linux, AIX.
- Additional assembler-level and Intel-MMX instruction set optimizations for Intel x86 compatible processors (Win32 & Linux platforms), offering several times increase in the processing performance.
- Compiled executable binaries available for Windows.
Enhancements:
- Add features/limitations/changes here
<<less
Download (0.42MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
Sound 1.4

Sound 1.4


Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.player.start(bis) in an application or with Applet.getAudioClip in an Applet. This is just a sample program. You would insert your own mathematical functions. more>>

Sound - Sound lets you mathematically create sounds in Java.

You define your sounds in terms of 16-bit linear code for

the waveform, -- an array of samplings. The U_Law.class will

then convert that to (or from) *.AU mu-law 8-bit encoding

format which you can then play with

AudioPlayer.player.start(bis) in an application or with

Applet.getAudioClip in an Applet.

This is just a sample program. You would insert your own mathematical

functions or cannibalise parts of the code.

Use winzip to extract U_Law.java and Sound.java with

folder names into the commindprodsound directory.

java com.mindprod.sound.Sound


Enhancements:
Version 1.4

add pad and icon


System Requirements:
<<less
Download (502Kb)
Added: 2007-05-23 License: Free Price: Free
15 downloads
BoboBot preview3

BoboBot preview3


BoboBot project is a one-player side-view game. more>>
BoboBot project is a one-player side-view game in the style of Capcoms excellent "MegaMan" series of Nintendo, PlayStation and PC games.
As "BoboBot," the `robo-monkey, you travel to eight different levels fighting your way to the boss. Once defeated, you gain that boss special weapon. This preview release contains 4 of the 8+ planned levels and has sound and joystick support for Linux users.
Main features:
- Slippery ice
- Unlit tombs and caves
- Walking "Bomb-Bots"
- Radio-controlled fish
- On-the-loose mine carts
- Deadly birds
- Robotic flies
- and bosses like "The Mummy", "Freeze-Man" and the insane "Chrono-Man".
Enhancements:
- License changed to GPL
- Documentation converted to HTML
- BoboBot now wears hats
- Fixed up for newer versions of SDL and SDL_Mixer
<<less
Download (1.3MB)
Added: 2006-11-17 License: Freeware Price:
1071 downloads
Zina 1.0 RC3

Zina 1.0 RC3


Zina is a graphical interface to your MP3 collection. more>>
Zina is a graphical interface to your MP3 collection, a personal jukebox, an MP3 streamer. Zina can run on its own, embeded into an existing website, or as a Postnuke/PHPNuke/Xoops/Mambo module. It is similar to Andromeda, but released under the GNU General Public License.
Main features:
- MP3 / OGG / WAV / WMA / Real Audio streaming
- Custom and "Session" Playlists
- Random, non-repeating playlists by albums or songs
- "Skip Track:" Easily exclude songs from albums and random playlists
- Searching
- Simple Installation (no database)
- Easy to configure:(uses regular text and graphic files for customization)
- Can be used as a Postnuke or PHPNuke module
- As of 0.11.09 can be used as an Xoops module or MamboServer component
- Can downsample mp3s on the fly (with external encoder like LAME)
- Can dynamically resize images if your version of PHP (with GD library) supports it.
- Localization support (0.10.x: English, German, Dutch, Spanish, Italian, Traditional Chinese, French, Danish, Bulgarian, Croation, Hebrew, Basque, Russian, Norwegian, Turkish, Swedish, Slovakian, Hungarian, Catalan, Brazilian, Albanian, Romanian, Finnish, Greek, Kannada; 0.11.x adds Bahasa Indonesia, Japanese)
- Many of the features of Andromeda
- Many other features (see Changelog)
- Released under GNU General Public License
Requierments:
- PHP 4.1.x on the Apache web server (IIS is not supported, although it may work, see here).
- Any web browser that supports JavaScript and CSS.
- An media player (Winamp, xmms, mpg123, etc.) that supports .m3u playlists (and .asx in 0.11.x).
Enhancements:
- This release hopefully adds better ID3 Unicode support.
- It also includes a Vietnamese translation.
<<less
Download (0.18MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
888 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5