Spectro-Edit 0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Spectro-Edit 0.2 (Default branch)
# 1  
Old 08-10-2008
Spectro-Edit 0.2 (Default branch)

ImageSpectro-Edit reads in regular PCM audio files,then shows the audio visually in a time vs.frequency plot. The fun part is that you can"paint out" any part of the visualization and playback the audio subject to your modifications. Whenyou are happy with the result, you can save yourwork back to a WAV file. This could be useful forpodcasting (edit out microphone noise, chairsqueaks, phones ringing, and other backgroundnoise), music (make strange and unusualmodifications to the sound for artistic reasons),research (visualize animal calls or noisepollution from nearby industrial activity), andgeneral purpose geekery (which was the originalpurpose).License: GNU General Public License v3Changes:
Supports loading and saving of mono 16-bit PCM audio files (WAV and AIFF). The user interface is still very basic; nonetheless, the program is quite usable.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DBCAT(1)						      General Commands Manual							  DBCAT(1)

NAME
dbin - Connect sound card input to DB Fourier Synthesis daemon SYNOPSIS
dbin [options] DESCRIPTION
The dbin tool allows to connect a sound card's input channel to dbfsd. Both dbin and dbfsd are part of the DBMix project, a digital audio mixing system. dbin is needed to mix in data from a microphone, or from an external audio device plugged into the line-in jack. The audio device used by dbin must support full-duplex operation. Also, this device must not be used for the master or cue output of dbfsd. Otherwise, dbin will output but an empty audio stream. OPTIONS
-8 Input data comprises of PCM-coded 8bit unsigned samples. (Default: 16bit signed samples.) -a dev Connect to audio device dev. (Default: /dev/dsp.) -c n Connect to channel n of dbfsd. (Default: first channel available.) -d Print out debug messages to console. (Default: debugging disabled.) -h Print summary of available options. -l Audio input is a line-in source. (Default: input is a microphone source.) source.) -m Input data is a mono stream. (Default: interleaved stereo stream.) -r rate Input data is sampled at rate Hertz. (Default: 44100Hz.) -s Send output data to stdout. (Default: Send output to dbfsd.) dbfsd. SEE ALSO
dbcat(1), dbfsd(1), dbmixer(1), dbmix(7). AUTHOR
This manual page was written by Daniel Kobras <kobras@debian.org>, for the Debian GNU/Linux system (but may be used by others). It is heavily based on DBMix's README file written by Robert Michael S Dean. August 6, 2002 DBCAT(1)