From 692ae94054f2be0e4da17b5a7318bab550855d9b Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 29 Dec 2009 11:08:56 +0000 Subject: 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 --- audio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/Makefile') 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 -- cgit