Main > Free Download Search >

Free sound tracks software for linux

sound tracks

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2126
SoundTracker 0.6.8

SoundTracker 0.6.8


SoundTracker is a music tracking tool for Unix / X11 similar in design to the DOS program FastTracker. more>>
SoundTracker is a music tracking tool for X11 / Unix similar in design to the DOS program FastTracker and the Amiga legend ProTracker. Samples can be lined up on tracks and patterns which are then arranged to a song.

Supported module formats are XM and MOD; the player code is the one from OpenCP. A basic sample recorder and editor is also included. SoundTracker is free ("open source") software, licensed under the GNU GPL.

The basic concept is very simple: you have a number of sound samples, and you can arrange them on so-called tracks. A track (also called "channel") can not play more than one sample at the same time. Whereas the original Amiga trackers only provided four tracks (this was the hardware limit), modern trackers can mix a virtually unlimited number of channels into one sound stream, applying various effects to the samples used.

Tracks which are played at the same time are grouped to form a pattern. A pattern typically has 64 entries per track; these entries are cycled through at equidistant time intervals. A basic drum set could thus be arranged by putting a bass drum at entries 0, 4, 8, 12 etc. of one track and putting some hihat at entries 2, 6, 10, 14 etc. of a second track. Of course you can also interleave bass and hats on the same track, if the samples are short enough -- they cant overlap, otherwise the previous sample is stopped when the next one sets in -- look at the screen shots for a more visual explanation.

Finally, a module is a compact file containing various patterns and samples, including a position list which specifies playback order of the patterns, forming a song. SoundTracker can load modules of the popular XM and MOD formats. The also very popular IT format is not supported at the moment.

<<less
Download (0.85MB)
Added: 2006-02-25 License: GPL (GNU General Public License) Price:
1343 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
Sound Mural 0.0.9e

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.
<<less
Download (0.010MB)
Added: 2006-01-18 License: GPL (GNU General Public License) Price:
1376 downloads
Sound Monitor 1.99.0

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
<<less
Download (0.30MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1208 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
GNUsound 0.7.4

GNUsound 0.7.4


GNUsound is a sound editor for GNU/Linux. more>>
GNUsound is a sound editor for GNU/Linux. It supports multiple tracks, multiple outputs, and 8, 16, or 24/32-bit samples.

It can read and write many audio formats through a number of supported file format libraries (such as AudioFile, libsndfile, and libmp3lame), and it can extract audio from a variety of video files through FFmpeg.

It supports OSS, ALSA, or JACK for playback/capture, as well as a large number of high-quality audio effects through the LADSPA plugin architecture.

<<less
Download (0.50MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1572 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
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
Snd 9.2

Snd 9.2


Snd is a freeware sound editor modelled loosely after Emacs. more>>
Snd is a freeware sound editor modelled loosely after Emacs and an old, sorely-missed PDP-10 sound editor named Dpysnd.

It can accommodate any number of sounds, each with any number of channels. It can be customized and extended using Guile or Ruby.
<<less
Download (4.0MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
835 downloads
Ice Sound Manager 0.57

Ice Sound Manager 0.57


Ice Sound Manager is a manager for sound events and sound themes for IceWM. more>>
Ice Sound Manager was designed to ease the management of sound events, sound themes, and the IceSound server in the IceWM environment under Linux/Unix. It is also intended to be an improvement upon the noble, but primitive icesndcfg.
The main improvements over icesndcfg include a support for sound event "themes", more comprehensive help, easy management and configuration of the IceSound server, a cleaner GUI interface, automatic starting of the IceSound server, and a more conservative approach to disk space usage. In addition, Ice Sound Manager includes a built-in "Setup" program which runs the first time you run Ice Sound Manager.
The application is written in Python (making it more easily ported across various platforms and architectures) and uses GTK through the PyGTK libraries. This application is available in both .tar.bz2, RPM, and static binary (for people without Python/PyGtk).
Please note that the tar.gz file does NOT need to be compiled (this is python, remember). System requirements are as follows: Python 2.2, PyGTK-2 1.9.9/2.0.0, IceWM (or IceWM-Gnome) 1.2.0 or better - with the IceSound Server executable (generally called, icesound or icesound-gnome). IceWM version 1.2.6 or better is highly recommended.
NONE of the following is required: Gnome, Gnome libs, or PyGnome (python-gnome). This application has NOT been tested with earlier versions of Python, IceWM, PyGTK, and IceSound Server. I cant say that it wont work with earlier versions, but I certainly cant say that it will. This application has NO dependencies on Gnome. 8-)
This software is distributed under the GPL license (included in the documentation and source code): Its free and open source for all legal and NON-commerical use, copying, modification, and redistribution, provided all of the authors credits are left in-tact and unmodified. This software is distributed AS-IS, with no warranty whatsoever. Copyright (c) 2002-2004 Erica Andrews (PhrozenSmoke[at]yahoo.com). All rights reserved.
Ice Sound Manager has been designed and tested in the following environment(s): Mandrake 8.1, SuSe 8.1, Kernel 2.4.8 / 2.4.19, Glibc 2.2.4 / 2.2.5, XFree86 4.0.1 - 4.3.0, Python 2.2 - 2.2.1, PyGtk 0.6.9/PyGtk-2 2.0.0, Gtk version 1.2.8-4-1.2.10, Gtk+2 version 2.0.6, IceWM 1.0.9 - 1.2.15, IceWM-Gnome 1.0.9 / 1.2.2, with both icesound and icesound-gnome sound server executables. The test computers (3) were all Pentium 1, ranging in memory from 64MB to 256MB - nothing spectacular. It should run well on very old computers.
Requierments:
- Access to a Bash shell (very important), Python (2.2 or better), PyGtk-2 (1.9.9/2.0.0 or better), and Gtk+ 2.0.6 or better - neither Gnome nor PyGnome is required. (IceWMCP versions 2.5 and earlier require Gtk+1 and PyGtk-1 0.6.9) Repeat: IceWM requires NOTHING gnome-related.
- Also, your version of PyGtk should have the Gdk-Pixbuf modules on your system. Please run ALL IceWMCP programs from a BASH shell: Using other shells such as ksh, pdksh, csh, tcsh, etc. is likely to cause problems. If your IceWMCP programs have trouble launching other applications, it is most likely because you are using something other than a Bash (/bin/bash) shell. Run the programs from Bash...period! If you attempt to run the application and get ANY kind of error that says something like "Import Error", it means YOU do not have all the necessary Python libraries installed or do not have them installed correctly: This is NOT a bug, so do not file a bug report when you dont have the necessary software properly installed. Getting Python and PyGtk and getting them setup right is YOUR business. DO NOT ask for help installing Python, PyGtk, or GdkPixbuf. I recommend you get them from: http://speakeasy.rpmfind.net. If you are using a Python version lower than 2.2 and are too lazy to upgrade, use the "binary" distribution of IceWM Control Panel, or dont bother at all. NOTE: These requirements apply only to the standard pure-python version of IceWM Control Panel. Compiled, binary copies of IceWM Control Panel are stand-alone executables that do NOT require Python or PyGtk.
- Disk space requirements: The standard, pure-Python version of IceWM Control Panel uses approximately 1.75-2.2 MB of disk space - very small! The compiled, binary version of IceWM Control Panel uses about 3.7 MB of disk space. Yes, the binary version is large, so people too lazy or impatient to install Python and PyGtk properly and choose to use the stand-alone binary version will pay with disk space. At last check, the Hardware (or System) plug-in uses about 1.9 MB of disk space (most of it being the hardware ID data file).
<<less
Download (0.76MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1635 downloads
snmpmondb 1.0

snmpmondb 1.0


snmpmondb tracks network traffic usage for local and remote hosts via SNMP. more>>
snmpmondb project can track network traffic usage for local and remote hosts via SNMP. A few simple Web pages are included to show the resultant data in various graphs.

<<less
Download (0.024MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1346 downloads
Journyx Free Time Tracking Software 7.6

Journyx Free Time Tracking Software 7.6


Journyx Time Tracking is time tracking software that lets an employee enter project time and expense information from anywhere on the web. Add Journyx... more>> <<less
Download (31250KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
KMidiTracker 0.5.13

KMidiTracker 0.5.13


KMidiTracker is a MIDI Step Sequencer. more>>
KMidiTracker is a MIDI Step Sequencer.
A Step Sequencer is a sequencer in witch the MIDI notes are delivered at regular time intervals, usually a 1/4th of a quarter note. As such it is not as versatile as a regular sequencer as [Rosegarden], but allows very easy creation of loops and sequences. The use of the [MIDI Clock] allows several sequencers communicate clock events, so it is possible to join several sequencers, with diverse focus, to make one single synchronized composition.
KMidiTracker is similar to trackers like [FastTracker], [ScreamTracker] or [Buzz], but only the Tracker; no actual sound is emmited. Only MIDI signals.
The Tracker divides songs in tracks, each one have several patterns that are arranged as sequences. Time advance in steps that depend on tempo, and in each time step a new MIDI note may sound, or a controller event may be sent. You can have several columns of notes and/or controllers for each pattern, and pattern length is configurable.
Main features:
- MIDI oriented Step Sequencer
- ALSA MIDI input/output
- MIDI thru
- Keyboard input
- Graphical Controller edition
- Controllers include MIDI Controllers, SysEx Controllers and PitchBend
- MIDI Master Clock (master and slave)
- Linux RTC timer or MMC if avaliable for perfect timing
- Tracks and columns in patterns muteable
- SysEx parameters. Can be loaded from binary file, manually inserted in hex, or captured from midi input.
- Variable Time Signature
- Load/Save
- KDE application: easy menu, toolbar and shortcuts changes
- Everything can be changed in realtime: notes, arrangement, loops, controllers, load/save, new tracks or patterns, delete tracks or patterns...
- [GPL] license
<<less
Download (0.61MB)
Added: 2005-09-17 License: GPL (GNU General Public License) Price:
1497 downloads
Feta Asset Tracking 1.2.1

Feta Asset Tracking 1.2.1


Feta Asset Tracking project efficiently tracks assets. more>>
Feta Asset Tracking project efficiently tracks assets. Feta is a PHP/MySQL/PostgreSQL application for use in tracking inventory of computer hardware within a company for internal use.

I wrote Feta because SimpleAssets is too complex, and I dont need to manage Licencing, since I tend not to use non-free software. It basically keeps track of individual parts and systems, as allocated to user-definable storage areas or externally-deployed locations.

Since Ive not actually started using it, I have no sense of how useful the interface is or if it is lacking a needed feature.

Ive also modified Tiquit to allow assignment of systems to Tiquit users, so that you can view a users system specs from their incident.
<<less
Download (0.13MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1048 downloads
MegaTrack 1.4.1

MegaTrack 1.4.1


MegaTrack is an application that tracks Atlantic and eastern Pacific tropical storms. more>>
MegaTrack is an application that tracks Atlantic and eastern Pacific tropical storms. It uses the HSQLDB engine and is updated from the tropical storm data repository from the Unisys weather center.
Enhancements:
- This minor release fixes an issue with active storms and also some rendering issues.
<<less
Download (8.3MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
847 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5