diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-29 19:08:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-29 19:08:56 +0800 |
commit | 692ae94054f2be0e4da17b5a7318bab550855d9b (patch) | |
tree | a5dd71f8ce7e22ebd13b8c4c283163f1c284a2d2 /audio/Makefile | |
parent | 04045f0f11663fd6b994d42d5af66b5b5f644ad4 (diff) | |
download | freebsd-ports-gnome-692ae94054f2be0e4da17b5a7318bab550855d9b.tar.gz freebsd-ports-gnome-692ae94054f2be0e4da17b5a7318bab550855d9b.tar.zst freebsd-ports-gnome-692ae94054f2be0e4da17b5a7318bab550855d9b.zip |
The Analysis & Resynthesis Sound Spectrograph (formerly known as the Analysis &
Reconstruction Sound Engine), or ARSS, is a program that analyses a sound file
into a spectrogram and is able to synthesise this spectrogram, or any other
user-created image, back into a sound.
ARSS is now superseded by Photosounder, which makes use of most of the
techniques offered by ARSS in a simple to use and powerful graphical user
interface and built in editor.
WWW: http://arss.sourceforge.net/
PR: ports/142062
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index eeb5cd7a52c7..101533f71bdf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -37,6 +37,7 @@ SUBDIR += aqualung SUBDIR += ardour SUBDIR += ario + SUBDIR += arss SUBDIR += arts SUBDIR += artswrapper SUBDIR += ascd |