sound too good to be true
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2556
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.
<<lessA 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.
Download (0.036MB)
Added: 2007-08-01 License: GPL v3 Price:
538 downloads
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).
<<lessDSI 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).
Download (5.7MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1331 downloads
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.
<<lessIt 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.
Download (0.64MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1584 downloads
Sound Monitor 1.99.0
Sound Monitor is a GNOME panel applet, it displays the current Volume output of the Esound daemon. more>>
Sound Monitor is a GNOME panel applet, it displays the current Volume output of the Esound daemon, also, optionally shows the Esound status: Off(error), Standby, Ready. The esound server information can be displayed, the balance and volume can be also be adjusted for streams and samples. An extra program, esdpvd is included that will allow saving of stream volumes between sessions.
For installation do the basically make ; make install should do it.
The applet can then be run by selecting:
Panel->Add applet->Multimedia->Sound Monitor
Additional themes go into (gnome-prefix)/share/sound-monitor2
To make your own theme, see the SKIN-SPECS file.
Keyboard support:
An applet of this type does not really need to have keyboard shortcuts. But for themes that are resizable (they have a button that can be dragged to resize the applet), when the size button has focus the shift+arrow keys will resize the applet, shift+home will reset the applet theme to its default size.
Enhancements:
- sound-monitor_applet.spec.in: Added icon, tested build.
- src/themes/Makefile.am: Install SKIN-SPECS file.
- configure.in: Release 1.99.0
<<lessFor installation do the basically make ; make install should do it.
The applet can then be run by selecting:
Panel->Add applet->Multimedia->Sound Monitor
Additional themes go into (gnome-prefix)/share/sound-monitor2
To make your own theme, see the SKIN-SPECS file.
Keyboard support:
An applet of this type does not really need to have keyboard shortcuts. But for themes that are resizable (they have a button that can be dragged to resize the applet), when the size button has focus the shift+arrow keys will resize the applet, shift+home will reset the applet theme to its default size.
Enhancements:
- sound-monitor_applet.spec.in: Added icon, tested build.
- src/themes/Makefile.am: Install SKIN-SPECS file.
- configure.in: Release 1.99.0
Download (0.30MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1208 downloads
Password List Generator 1.0
Password List Generator is a good tool to create passwords list with makepasswd and save to file. more>>
Password List Generator is a good tool to create passwords list with makepasswd and save to file.
<<less Download (0.032MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1477 downloads
Sound Mural 0.0.9e
Sound Mural is a picture-to-sound converter plugin for Xpaint. more>>
Sound Mural is a picture-to-sound converter plugin for Xpaint.
An image that has been loaded or composed in Xpaint is treated as a spectrogram, and the corresponding audio is written out as a WAV file.
Examples of what Sound Mural can do, can be seen and heard on the Sound Mural Web page.
To use sound mural, you need an XPaint that supports loading precompiled filters. Future official versions of XPaint might support this, but until then you can download the source here.
The modification adds a "Load Precompiled Filter" menu item to the C_Script menu. It pops open a file selection box, and you select a .so file which contains a precompiled filter, which it loads.
After it is loaded, you can run the filter from the "User Defined Filter" in the "Filters" menu. Although this modification was made to XPaint to support Sound Mural, it might be generally useful.
Your X needs to be running in 24 bit color mode or better. Otherwise it will work but performance will be bad. It is probably a good idea to use a pure white background color in XPaint.
Non-white background colors result in constant background noise in the output of Sound Mural. And pure white pixels require no processing, so it goes much faster if most of the image is pure white.
Installation and use:
Type make to compile. You must have an XPaint that has the PRECOMPILED_FILTERS feature. If you have that, then you can load this module from
Selectors -> C_Script_Editor -> File -> Load_Precompiled_Filter
After it is loaded, you invoke Sound Mural by
Filters -> User_Defined_Filter
Each time you invoke sound mural, it will render the canvas as audio, and write a WAV file to the location specified in soundmural.c. The default location is /tmp/soundmural.wav.
Enhancements:
- Sound Mural is now a freestanding command line program.
- It reads a PNG on stdin and writes WAV on stdout.
<<lessAn image that has been loaded or composed in Xpaint is treated as a spectrogram, and the corresponding audio is written out as a WAV file.
Examples of what Sound Mural can do, can be seen and heard on the Sound Mural Web page.
To use sound mural, you need an XPaint that supports loading precompiled filters. Future official versions of XPaint might support this, but until then you can download the source here.
The modification adds a "Load Precompiled Filter" menu item to the C_Script menu. It pops open a file selection box, and you select a .so file which contains a precompiled filter, which it loads.
After it is loaded, you can run the filter from the "User Defined Filter" in the "Filters" menu. Although this modification was made to XPaint to support Sound Mural, it might be generally useful.
Your X needs to be running in 24 bit color mode or better. Otherwise it will work but performance will be bad. It is probably a good idea to use a pure white background color in XPaint.
Non-white background colors result in constant background noise in the output of Sound Mural. And pure white pixels require no processing, so it goes much faster if most of the image is pure white.
Installation and use:
Type make to compile. You must have an XPaint that has the PRECOMPILED_FILTERS feature. If you have that, then you can load this module from
Selectors -> C_Script_Editor -> File -> Load_Precompiled_Filter
After it is loaded, you invoke Sound Mural by
Filters -> User_Defined_Filter
Each time you invoke sound mural, it will render the canvas as audio, and write a WAV file to the location specified in soundmural.c. The default location is /tmp/soundmural.wav.
Enhancements:
- Sound Mural is now a freestanding command line program.
- It reads a PNG on stdin and writes WAV on stdout.
Download (0.010MB)
Added: 2006-01-18 License: GPL (GNU General Public License) Price:
1376 downloads
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
Stopmotion 0.6.0
Stopmotion is a free application for creating stop-motion animation movies. more>>
Stopmotion is a free application for creating stop-motion animation movies. The users will be able to create stop-motions from pictures imported from a camera or from the harddrive, add sound effects and export the animation to different video formats such as mpeg or avi.
Stopmotion creates stop motion animations by combining images imported from a v4l (or similar) device with sound.
Installation:
If you run Debian the easiest way to install this program is to add this line to your sources.list file:
deb http://www.skolelinux.no/~bjoern/debian/ unstable main
Then run apt-get update and apt-get install stopmotion.
If you do not run Debian you have to compile the program from source. We have not focused on getting the configure script as good as it should be; you will not get any error message if you do not have the necessary libraries installed. This will hopefully be fixed later.
<<lessStopmotion creates stop motion animations by combining images imported from a v4l (or similar) device with sound.
Installation:
If you run Debian the easiest way to install this program is to add this line to your sources.list file:
deb http://www.skolelinux.no/~bjoern/debian/ unstable main
Then run apt-get update and apt-get install stopmotion.
If you do not run Debian you have to compile the program from source. We have not focused on getting the configure script as good as it should be; you will not get any error message if you do not have the necessary libraries installed. This will hopefully be fixed later.
Download (2.2MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
975 downloads
Really Rather Good Battles In Space 1.03
Really Rather Good Battles In Space is a real time strategy game with fleets of spaceships. more>>
Really Rather Good Battles In Space is a real time strategy game with fleets of spaceships.
Single player real time strategy game following the fall of the great Argonian empire.
Main features:
- a short but relatively polished single player campaign
- pretty (albeit 2d) graphics
- spaceships
- explosions
<<lessSingle player real time strategy game following the fall of the great Argonian empire.
Main features:
- a short but relatively polished single player campaign
- pretty (albeit 2d) graphics
- spaceships
- explosions
Download (54MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1019 downloads

Sound Ruler for Linux 0.9.6.1
measuring and graphing sound and for teaching acoustics more>> SoundRuler is a tool for measuring and graphing sound and for teaching acoustics.
It is open code and free. Like scientific knowledge, it is available for all to use, criticize, adapt to their needs and improve on
Its visual interactive approach to analysis brings you the best of two worlds: the control of manual analysis and the objectivity and speed of automated analysis.
SoundRuler is specially useful in the analysis of simple, repetitive signals. They can be measured quickly and in great detail, pulse by pulse.<<less
Download (12.19MB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
mod_tee
mod_tee serves to clone an document as it is served. more>>
mod_tee serves to "clone" an document as it is served. mod_tee was hacked up as a quick-and-dirty fix when a Site Valet user complained of problems saving a Valet report: mod_tee now serves to enable registered users to request email copies of any report generated.
The current status is "works for us", but it is not of release quality. It is less-than-complete in several respects. Its probably not a good idea to use it operationally unless youre prepared to get your hands dirty fixing any problems, or pay for support.
Configuration
TeeType FILE|PIPE|SMTP [Destination]
Where to send the cloned output:
FILE - save to a destination file. For testing only!
PIPE - pipes output to a destination program with popen.
SMTP - sends cloned output directly to email at a destination mailserver. Implements SMTP handshake with no error checking - so its a dangerous option!
TeeCondition query|cookie|path|header|env|true|false [key] [val]
Defines a condition for mod_tee to be activated for a request. Values true and false are unconditional, while the others define a QUERY_STRING key, a Cookie, a PATH_INFO component, a request header or an environment variable to trigger the tee. Conditional values require a key. If val is defined then key must match it; otherwise any value of key will activate the tee.
TeeHeader key value
Defines an RFC822-style header to be inserted in front of the body of the page.
<<lessThe current status is "works for us", but it is not of release quality. It is less-than-complete in several respects. Its probably not a good idea to use it operationally unless youre prepared to get your hands dirty fixing any problems, or pay for support.
Configuration
TeeType FILE|PIPE|SMTP [Destination]
Where to send the cloned output:
FILE - save to a destination file. For testing only!
PIPE - pipes output to a destination program with popen.
SMTP - sends cloned output directly to email at a destination mailserver. Implements SMTP handshake with no error checking - so its a dangerous option!
TeeCondition query|cookie|path|header|env|true|false [key] [val]
Defines a condition for mod_tee to be activated for a request. Values true and false are unconditional, while the others define a QUERY_STRING key, a Cookie, a PATH_INFO component, a request header or an environment variable to trigger the tee. Conditional values require a key. If val is defined then key must match it; otherwise any value of key will activate the tee.
TeeHeader key value
Defines an RFC822-style header to be inserted in front of the body of the page.
Download (0.012MB)
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1285 downloads
Tom the Tomato 2.0.1
Tom the Tomato is a clone of Rainbow inslands. more>>
Tom the Tomato is a clone of Rainbow inslands.
Tom must jump higher and higher to survive. Graphic is simple - hand draw.
Enhancements:
- Higher RESOLUTION (320x240 Pixel instead of 256x192!)
- More COLORS (Full 8-bit mode, 262144 color palette instead of 256 colors!)
- More NOISE (New 8-bit square-wave generator! [replaced with a sample in 2.01])
- True programmers` art GRAPHICS (...!)
- True programmers` art MUSIC (turn off speakers!)
- Bounding box COLLISION (with big bounding boxes!)
- 4-way SCROLLING (and simulated 8-way scrolling!)
- 10 LEVELS (hard to beat!)
- unique TILES in every level (with transparent background!)
- 4 unique ENEMIES (animated!)
- 1 PARTICLE effect (rain drops!)
- 1 SPECIAL EFFECT (tainted sprites in water!)
- 1 SOUND effect (might interfere with music though [not anymore in 2.01]!)
- RECORD/PLAYBACK possibilities (9 demo recordings included!)
- Unlimited RESTARTS (instead of load/save cheating!)
- CHEAT CODE (skip levels by pressing IDLEV times during ready screen!)
- Full C++ SOURCE CODE provided (somewhat obfuscated, and protected by GPL!)
- Uses the ALLEGRO library (therefore running on lots of platforms!)
- Uses DUMB for music playback (as of version 2.01!)
<<lessTom must jump higher and higher to survive. Graphic is simple - hand draw.
Enhancements:
- Higher RESOLUTION (320x240 Pixel instead of 256x192!)
- More COLORS (Full 8-bit mode, 262144 color palette instead of 256 colors!)
- More NOISE (New 8-bit square-wave generator! [replaced with a sample in 2.01])
- True programmers` art GRAPHICS (...!)
- True programmers` art MUSIC (turn off speakers!)
- Bounding box COLLISION (with big bounding boxes!)
- 4-way SCROLLING (and simulated 8-way scrolling!)
- 10 LEVELS (hard to beat!)
- unique TILES in every level (with transparent background!)
- 4 unique ENEMIES (animated!)
- 1 PARTICLE effect (rain drops!)
- 1 SPECIAL EFFECT (tainted sprites in water!)
- 1 SOUND effect (might interfere with music though [not anymore in 2.01]!)
- RECORD/PLAYBACK possibilities (9 demo recordings included!)
- Unlimited RESTARTS (instead of load/save cheating!)
- CHEAT CODE (skip levels by pressing IDLEV times during ready screen!)
- Full C++ SOURCE CODE provided (somewhat obfuscated, and protected by GPL!)
- Uses the ALLEGRO library (therefore running on lots of platforms!)
- Uses DUMB for music playback (as of version 2.01!)
Download (0.12MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
859 downloads
onlineshop-dragon 4.9.8 RC2
onlineshop-dragon is a set of PHP scripts with an XML reader/editor, server-side image creation, and a search engine. more>>
onlineshop-dragon is a set of PHP scripts with an XML reader/editor, server-side image creation, and a search engine. With webtools4larbin, this shop is able to handle millions of Web pages.
This is the first and hopeley not last release of MacandWins online-shop. The Source-code is open and under the terms of the gpl, so feel invited, to download the source and contact me, if you interessted in co development.
Please note this shop system is for locale testing and developing only!!!
You cant use this system in a producation envoirment, becouse there are some securety related bugs..
I.e. the register_globals var musst be set to true
Usage:
1. Download the File (latest stable release ver 4.9.8)
2. Extract macandwin-x.x.tar.bz2 in your DocumentRoot directory like: bash /var/www>tar -jxvvf macandwin-x.x.tar.bz2
3. change the folder to macandwin( by: cd macandwin), and edit the config.php file with your favorite text editor.
4. now its time to create the mysql database, i.e. type: mysql> create database macandwin; follow by mysql> exit; now its time to fill up our database with some dummy data by typing: bash>mysql -p macandwin < mysql_db.sql or upload the file with phpmyadmin Okay, if all looks good, we try our first login, check the url (http://localhost/macandwin/) and try to login. default user login: user:admin pass:web4me (Database: User Passwords are md5 endcrypted)
<<lessThis is the first and hopeley not last release of MacandWins online-shop. The Source-code is open and under the terms of the gpl, so feel invited, to download the source and contact me, if you interessted in co development.
Please note this shop system is for locale testing and developing only!!!
You cant use this system in a producation envoirment, becouse there are some securety related bugs..
I.e. the register_globals var musst be set to true
Usage:
1. Download the File (latest stable release ver 4.9.8)
2. Extract macandwin-x.x.tar.bz2 in your DocumentRoot directory like: bash /var/www>tar -jxvvf macandwin-x.x.tar.bz2
3. change the folder to macandwin( by: cd macandwin), and edit the config.php file with your favorite text editor.
4. now its time to create the mysql database, i.e. type: mysql> create database macandwin; follow by mysql> exit; now its time to fill up our database with some dummy data by typing: bash>mysql -p macandwin < mysql_db.sql or upload the file with phpmyadmin Okay, if all looks good, we try our first login, check the url (http://localhost/macandwin/) and try to login. default user login: user:admin pass:web4me (Database: User Passwords are md5 endcrypted)
Download (1.4MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1375 downloads
pTest 1.0 Beta
pTest framework is an Object Oriented PHP 5 testing framework. more>>
pTest framework is an Object Oriented PHP 5 testing framework. The project differs from other testing frameworks in that it doesnt suffer from a dogmatic following of JUnit.
A good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your application. Tests are easy to write and dont require naming conventions or other weirdness.
A simple test
< ?php
class SimpleTest extends BaseTest {
public function setup() {
}
public function aIsB() {
$this->false( ( 1 == 2 ), "one is not equal to two" );
$this->false( ( a == b ), "a is not equal to b" );
}
public function knownFacts() {
$this->true( ( 1 + 1 == 2 ), one and one is two );
}
public function fatal() {
$this->true( new thisfatalerror(), division by zero );
}
public function tearDown() {
}
}
? >
The console output
SimpleTest:
aIsB
false( one is not equal to two ) = passed
false( a is not equal to b ) = passed
knownFacts
true( one and one is two ) = passed
fatal
errored
Output
====================================================
Fatal error: Class thisfatalerror not found in /usr/local/pTest/examples/SimpleTest.php on line 18
====================================================
4 total tests
3 passed
0 failed
0 skipped
1 errored
75.00% success
<<lessA good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your application. Tests are easy to write and dont require naming conventions or other weirdness.
A simple test
< ?php
class SimpleTest extends BaseTest {
public function setup() {
}
public function aIsB() {
$this->false( ( 1 == 2 ), "one is not equal to two" );
$this->false( ( a == b ), "a is not equal to b" );
}
public function knownFacts() {
$this->true( ( 1 + 1 == 2 ), one and one is two );
}
public function fatal() {
$this->true( new thisfatalerror(), division by zero );
}
public function tearDown() {
}
}
? >
The console output
SimpleTest:
aIsB
false( one is not equal to two ) = passed
false( a is not equal to b ) = passed
knownFacts
true( one and one is two ) = passed
fatal
errored
Output
====================================================
Fatal error: Class thisfatalerror not found in /usr/local/pTest/examples/SimpleTest.php on line 18
====================================================
4 total tests
3 passed
0 failed
0 skipped
1 errored
75.00% success
Download (0.042MB)
Added: 2007-06-19 License: MPL (Mozilla Public License) Price:
857 downloads
Sound Juicer 2.16.4 / 2.19.3
Sound Juicer is a CD ripping tool that features a clean interface and automatic tagging of files. more>>
Sound Juicer is a clean, mean, and lean CD ripper for GNOME 2.
Sound Juicer sports a clean interface and simple preferences, aiming to do The Right Thing and What You Mean all of the time.
It requires GNOME 2.10 and GStreamer 0.8.
Main features:
- Thread the extracting pipeline for faster rips
- Add a volume control when playing (Ronald Bultje)
- Remove the progress dialog (Raj M Madhan)
- Register our custom icons as stock so themes can set them (Luca Cavalli)
- Use Disc instead of CD in the menu
- Disable Play button when extracting (Raj)
- Set the pipeline to NULL when cancelling (Raj)
- Use gnome-common (Ali Akcaagac)
Whats New in 2.16.4 Stable Release:
- Detect FreeDB albums better (thanks David Mandelberg)
- Make path selector accessible (Rich Burridge)
- Use xdg-data-dirs to set a nice default directory on systems that support it
- Init threading earlier (Christian Kirbach)
- Transcode errors to UTF-8 (Pascal Terjan)
- Remove Application category from desktop file
- Fix build in srcdir!=builddir (Loic Minier)
Whats New in 2.19.3 Development Release:
- When removing sources be more paranoid. I hope this fixes the many-duplicated crasher.
- Translate the program description (#450161, Gabor Kelemen)
- Bump libmusicbrainz requirement
<<lessSound Juicer sports a clean interface and simple preferences, aiming to do The Right Thing and What You Mean all of the time.
It requires GNOME 2.10 and GStreamer 0.8.
Main features:
- Thread the extracting pipeline for faster rips
- Add a volume control when playing (Ronald Bultje)
- Remove the progress dialog (Raj M Madhan)
- Register our custom icons as stock so themes can set them (Luca Cavalli)
- Use Disc instead of CD in the menu
- Disable Play button when extracting (Raj)
- Set the pipeline to NULL when cancelling (Raj)
- Use gnome-common (Ali Akcaagac)
Whats New in 2.16.4 Stable Release:
- Detect FreeDB albums better (thanks David Mandelberg)
- Make path selector accessible (Rich Burridge)
- Use xdg-data-dirs to set a nice default directory on systems that support it
- Init threading earlier (Christian Kirbach)
- Transcode errors to UTF-8 (Pascal Terjan)
- Remove Application category from desktop file
- Fix build in srcdir!=builddir (Loic Minier)
Whats New in 2.19.3 Development Release:
- When removing sources be more paranoid. I hope this fixes the many-duplicated crasher.
- Translate the program description (#450161, Gabor Kelemen)
- Bump libmusicbrainz requirement
Download (1.5MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
494 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 sound too good to be true 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