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
ossplay(1)							 OSS User Commands							ossplay(1)

NAME
ossplay - Open Sound System playback program. SYNOPSIS
ossplay [-RWhlvq] [-S secs ] [ -c channels ] [ -d devname ] [ -f fmtname | ? ] [ -g gain ] [ -o playtarget | ? ] [ -s rate ] filename | - ... DESCRIPTION
ossplay plays raw PCM, Microsoft RIFF (.wav), Sun ULaw (.au), Mac AIFF (.aif) and other types of audio files. By default the application will try to determine the audio file's format and play audio based on the stored inforation about sample format, number of channels and sampling rate. OPTIONS
-v Verbose output. Multiple invocations increase the level of verbosity. -q Quiet (no information printed). -l Loop playback indefinately. -d<devname> Select <devname> as the device (eg -d/dev/dsp2). -s<rate> Select the playback rate for raw PCM audio (eg -s48000). -c<channels Select the number of channels 1=mono 2=stereo, 4, 6, 8, etc. -f<fmtname> Select the input format (eg -fU8 or -fS16_BE). -f? Prints the list of supported format names. -o<playtarget> Selects the play target name if the device supports multiple play targets (such as front, rear, side). -o? Prints the list of available play targets. -g<gain> Amplify all played samples by percentage given as argument. 100 (default) means normal signal level, 200 means double level. -W Treat all input as raw PCM data. -R Disable redirection to virtual mixer engines and sample rate/format conversions. Should not be used unless absolutely necessary. -S<secs> Start playing at <secs> seconds from start of file. The argument can contain a fractional part (e.g. -S1.2) -h Display usage information. INTERRUPT
Sending a SIGQUIT (Ctrl- in most terminals) will make ossplay stop playing the currently played file and skip to the next file. NOTES
The ossplay executable is the same as the ossrecord executable. Behaviour is decided by the name used to invoke the program. SEE ALSO
ossrecord(1), ossmix(1), ossxmix(1) FILES
/usr/bin/ossplay AUTHOR
4Front Technologies 16 December 2012 ossplay(1)