Main > Free Download Search >

Free wav software for linux

wav

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 289
KWav2CD 0.8

KWav2CD 0.8


Kwav2cd is a CDRDao frontend to create audio CDs from .wav or .mp3 files. more>>
Kwav2cd is a CDRDao frontend to create audio CDs from .wav or .mp3 files. This program is a front-end for CDRDAO. It produces TOC files and starts CDRDAO. The TRACK list can be pulled together easily by using DragnDrop, and the sequence of the tracks can still be sorted. This program has also the possibility to include an mp3-to-wav-converter.

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type ./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes a while. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Type `make install to install the programs and any data files and documentation.

4. You can remove the program binaries and object files from the source code directory by typing `make clean.

<<less
Download (0.15MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1187 downloads
Gwav2ogg 0.1

Gwav2ogg 0.1


Gwav2ogg is a front-end to the ever popular Ogg encoder console application. more>>
Gwav2ogg is a front-end to the ever popular Ogg encoder console application.

Gwav2ogg is written in the GTK toolkit.

I wrote it because I like my audio files in the .ogg format verses the wav format. Please feel free to send me any comments/questions/suggestions/better website.

<<less
Download (0.30MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1202 downloads
Waveform 1.0

Waveform 1.0


Waveform is a small application that draws and exports function graphs. more>>
Waveform is a small application that draws and exports function graphs (such as y = sin(x)) especially for use with audio programs as waveforms.

It is limited to only one graph because it is not designed for other uses, and it only outputs .wav files. It can display graphs on the screen, render .wav waveform files from them, and preview them through Open Sound System.

The application has been tested on Linux (CRUX 1.3) and Windows 98SE, but the sound output only works in Linux (OSS).
<<less
Download (0.004MB)
Added: 2005-07-13 License: Public Domain Price:
1566 downloads
aifc2wav 4.c

aifc2wav 4.c


aifc2wav is an aifc (ima4, sowt or sdx2) to wav translator. more>>
aifc2wav is an aifc (ima4, sowt or sdx2) to wav translator.

I made this little piece of software, because I wanted to listen to some khoomei music (23 Jul 2005: link appears to be dead), and some of those AIFC files were not handled by sox, nor xmms, nor mplayer. Those files were in AIFC IMA4 format.

How to use it?

Unzip the C file with gunzip.

You will need a C compiler (gcc is fine). Simply compile it (for instance gcc -o aifc2wav aifc2wav-4.c), and you are done.

It handles AIFC IMA4 files, AIFC SOWT files and AIFC SDX2 files, both mono and stereo (not sure for SDX2). The SOWT scheme has not been widely tested, if your file sounds strange, contact me. (Same for SDX2.)

It will produce a WAV file. Why WAV? Because WAV files are handled by almost everyone. If you want raw data, you can skip the 44 bytes long header (something like dd if=INPUT_FILE of=OUTPUT_FILE bs=44 skip=1 under unix). Or use sox, which is a good program.

It is supposed to work on any machine, little/big endian. The only problem that might appear is because of this silly 80 bits extended float used by those silly coders. Who needs that much precision for a frequency? Well, so they did, so they did. I dont know if I handle this correctly or not.
<<less
Download (0.005MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1315 downloads
RTTTL2WAV 0.2

RTTTL2WAV 0.2


RTTL2WAV converts a RTTTL-formatted mobile phone ringing tone to a WAV file. more>>
RTTL2WAV converts a RTTTL-formatted mobile phone ringing tone to a WAV file. A raw pcm output can also be copied to stdout if wanted.

This package also includes a simple shell-script name playrtttl. This script plays rtttl stream without using any temporary wav-files. You need a sox frontend called play if you use this script.

Rtttl2wav is provided "as is" with no warranty. The exact terms under which you may use and (re)distribute this program are detailed in the GNU General Public License, in the file COPYING.

The simple way to compile rtttl2wav is:

1. Check and modify the Makefile if needed.
Especially check that the BIGENDIAN-flag is uncommented if you have big endian hardware (Sun Sparc etc.)
2. Type make clean to get rid of any older versions of the executable.
3. Type make to compile the program
4. Type make install to copy executable to its final location.
5. All done!
<<less
Download (0.025MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1184 downloads
WavTools 0.2.1

WavTools 0.2.1


WavTools is a set of WAV file processing programs for Unix. more>>
WavTools is a set of WAV file processing programs for Unix.

The tools included are are:

wavcat - Concatenates WAV files, with options to convert stereo to mono.
wavpad - Adds padding to 16 bit 44 kHz WAV files, as required by some CD writing software.
wavinfo - Displays information from the header and chunks of a WAV file.

Edit the Makefile to choose build options and installation
directories.

Type "make" to build the library, programs, and documentation. Type "make install" to install the programs and manual pages.
<<less
Download (0.021MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
WavSplit 1.2.1

WavSplit 1.2.1


WavSplit splits large WAV files at given time positions. more>>
WavSplit splits large WAV files at given time positions. To find out split positions you can use any WAV player or editor with a time display.
After unpacking the tarball type these commands:
make && make install
to start the compilation process and copy the program to /usr/local/bin,
and the man pages to /usr/share/man/man1.
(If you dont have a root account, simply issue "make" and copy the tool
manually to the desired location)
You can alter the destinations by editing the variables BIN and MAN in
the Makefile.
Note for all 64-bit systems: when your `long-type vars are 64 bit, .wav
headers are not read/written correctly (=bug). If you replace every `long
with an `int (or other 32-bit type), everything should be fine.
To run WavSplit, issue the command
wavsplit WAV-FILE mm:ss [mm:ss] [mm:ss]...
Enhancements:
- Fixed a bug that frames should be >=0.0 (not >0.0 as originally)
- Updated the man page to include tracktimes options.
- Added MAN path to the makefile, and copied man pages there
<<less
Download (0.031MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
683 downloads
wavsilence 0.44

wavsilence 0.44


Wavsilence takes a large WAV file with gaps of silence and create smaller WAV files, containing the data between the gaps. more>>
Wavsilence takes a large WAV file with gaps of silence and create smaller WAV files, containing the data between the gaps. This is done based on length and tolerance parameters, which are used to determine what qualifies as silence. The original way of using it was to split up the chapters of large audio book files.

Development and testing is performed on an x86 machine running RedHat 9, using gcc-3.x. Although testing has not been performed on other platforms, wavsilence should run on any UNIX machine, and possibly on Windows. If you succeed in using wavsilence on another platform, please let me know.

Increasing the sample buffer can *really* increase the throughput of the program. On a dual 933MHz P3 with 256MB RAM and an ATA100 IDE disk, a sample buffer of 64 provides optimal performance (~6MB/s). Id like to hear about performance others are getting.

Enabling the progress display (the -p option) may reduce performance if you have a fast system.

When piping output to a command (the -P option), the throughput is limited to the speed at which the command youre running can take data. If you have the space, it would be faster to let the program create the pieces in separate files (the default behavior) and then
use the "-e" option to exec a program on each file when its done.
<<less
Download (0.016MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1192 downloads
Audio::Wav::Read 0.06

Audio::Wav::Read 0.06


Audio::Wav::Read is a Perl module for reading Microsoft WAV files. more>>
Audio::Wav::Read is a Perl module for reading Microsoft WAV files.

SYNOPSIS

use Audio::Wav;
my $wav = new Audio::Wav;
my $read = $wav -> read( filename.wav );
my $details = $read -> details();

Reads Microsoft Wav files.

<<less
Download (0.018MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1222 downloads
JaWavedit 1.16beta

JaWavedit 1.16beta


JaWavedit is a WAV file editor written in Java. more>>
JaWavedit is a WAV file editor written in Java. It runs on every operating system that supports Java.
Main features:
- loading/saving of any .wav/.au files
- playing, looping, winding
- display the wave in any zoom
- change frequency, balance and volume while playing
- handle any frequency in 8 and 16 bit
- a fancy and functional look
- speaking 3 languages (English, Deutsch and Francais)
- a module concept, which allows to extend me
- the open standard giving you the oppertunity to write your own modules
- making me just as well a development platform for any kind of audio processing
<<less
Download (0.24MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
cl-wav-synth 2007-02-15

cl-wav-synth 2007-02-15


cl-wav-synth is a wav sample editor. more>>
cl-wav-synth project is a wav sample editor. The wav sample editor is driven from the lisp REPL: you can watch immediately the result of each applied functions. cl-wav-synth comes with some effects as echo, delay, pitch...
The spectrum editor is here just for educational purpose. It show the effect of adding sinus together. But it can load spectrum from the sharc project and can be used to produce instruments sounds (the sample amplitude need to be modified to have a real sound).
The song editor is a way to express a song. A song is just a list of events to write on a wav file. cl-wav-synth traverses the song list and evaluates the form of each song-sample, if the result is a wav sample, it is merged in the song wav file.
Installation:
To run the CLIM CLI interface of cl-wav-synth, you need a lisp implementation* with asdf, McCLIM and the CLIM Listener built in. Then you can load the file load.lisp or edit it for tweaking.
Tested with CMUCL (GNU/Linux x86, MacOS X), SBCL (GNU/Linux x86 and PPC, MacOS X) and CLISP (GNU/Linux x86 and PPC, MacOS X and MS-Windows)
Enhancements:
- cl-wav-synth uses the mikmod library as its default player.
- A song recorder has been added.
- It allows you to bind keys to samples and to record a song played with the keyboard in real time.
- The recorded song can be edited by hand.
<<less
Download (1.1MB)
Added: 2007-02-06 License: LGPL (GNU Lesser General Public License) Price:
992 downloads
Wav and Flac conversion 1

Wav and Flac conversion 1


Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).

The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.

Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.

You will need the FLAC application to be installed on your system to use these service menus.

<<less
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 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
GBAconv 1.00

GBAconv 1.00


GBAconv is a set of tools aimed at GameBoy Advance developers. more>>
GBAconv is a set of tools aimed at GameBoy Advance developers. GBAconv allows you to convert WAV sounds and PCX images into C arrays to be included in GBA programs.

It is composed of two programs:

- pcx2gba: exports a PCX 8-bpp image to 16-bit values C arrays: palette + image data (2 pixels per value)
- wav2gba: exports a WAV 8-bit mono sound to 8-bit signed values array.

There wont be any other releases of GBAconv, as Ive no interest for the GBA platform anymore.

Compiling:

Simply type "make" to compile the program.

It has been successfully compiled on:

- 32-bit x86 Architecture (Ubuntu Linux 5.10, FreeBSD 5.4)

Usage:

pcx2gba input.pcx output.inc array_name (Input File must be 8-bit PCX)
wav2gba input.wav output.inc array_name (Input File must be 8-bit, MONO)
<<less
Download (0.010MB)
Added: 2006-01-16 License: GPL (GNU General Public License) Price:
1379 downloads
Graveman 0.3.12-5

Graveman 0.3.12-5


GRAVEMAN is a GUI frontend for CD-R tools (cdrecord, readcd, and mkisofs), cdrdao, DVD+RW tools, and sox. more>>
GRAVEMAN is a GUI frontend for CD-R tools (cdrecord, readcd, and mkisofs), cdrdao, DVD+RW tools (growisofs and dvd+rw-format), and sox.
You can also import M3U and PTS playlists.
Main features:
- burn audio cd (from wav, ogg, mp3, flac, import m3u and pts playlists)
- burn data cd and dvd
- duplicate cd
- clean rewritable cd and dvd
Enhancements:
- Just a bugfixe release to close major "invalid free" bug.
<<less
Download (0.92MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1242 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5