WAVE Utilities 1.19 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WAVE Utilities 1.19 (Default branch)
# 1  
Old 01-27-2008
WAVE Utilities 1.19 (Default branch)

WAVE Utilities is a set of three programs for dealing with WAVE format audio files. Some software is unable to parse complex WAVE files containing such things as playlists and padding. SimplifyWave converts complex files into files that such programs can read by stripping everything other than the data chunk. RepairWave inserts the required data chunk id and size information into ill-formed files in which the audio data directly follows the header. InfoWave extracts information from a RIFF/WAV or RIFX/WAV file and reports on the contents of the file. License: GNU General Public License (GPL)Changes:
This release fixes several problems arising inunusual circumstances.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SFCONVERT(1)															      SFCONVERT(1)

NAME
sfconvert - convert audio files SYNOPSIS
sfconvert infile outfile [output options] DESCRIPTION
The sfconvert command converts an audio file to another file format or data format. OPTIONS
The following keywords specify the format of the output sound file: format f Output file format. f must be one of the following: aiff Audio Interchange File Format aifc AIFF-C next NeXT/Sun .snd/.au Format wave MS RIFF WAVE bicsf Berkeley/IRCAM/CARL Sound File Format smp Sample Vision Format voc Creative Voice File Format nist NIST SPHERE Format caf Core Audio Format flac FLAC compression c ulaw G.711 mu-law alaw G.711 A-law ima IMA ADPCM msadpcm Microsoft ADPCM flac FLAC alac Apple Lossless Audio Codec byteorder e Output byte order. e may be either big or little. channels n Number of output channels. n is 1 for mono, and 2 for stereo. integer n s Convert to integer audio data. n indicates the output sample width in bits. s specifies the sample format and may be either 2scomp for 2's complement signed data or unsigned for unsigned data. float m Convert to floating-point audio data with a maximum amplitude of m (usually 1.0). The integer and float options are mutually exclusive. The following options take no additional arguments: --help, -h Print help message. --version, -v Print version information. SEE ALSO
sfinfo(1) AUTHOR
Michael Pruett <michael@68k.org> Audio File Library 0.3.6 03/06/2013 SFCONVERT(1)