From 61b8565a92e5efb8ddc2c85ff6c6fcc01e1d4055 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Wed, 31 Aug 2005 02:38:17 +0000 Subject: Add streamtranscoder. streamTranscoder takes the output from SHOUTcast/Icecast/Peercast/KasterBlaster servers or a soundcard input and transcodes them to another SHOUTcast, Icecast, or Peercast server in MP3 or Ogg Vorbis format. It can transcode the input audio by resampling or re-encoding, as well as changing the format from MP3 to Ogg Vorbis (or vice versa). WWW: http://www.oddsock.org/tools/streamTranscoder/ PR: ports/85459 Submitted by: Mark Kane --- audio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/Makefile') diff --git a/audio/Makefile b/audio/Makefile index 4cf263a82b65..40c30a1e38a2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -450,6 +450,7 @@ SUBDIR += splaytk SUBDIR += squash SUBDIR += streamripper + SUBDIR += streamtranscoder SUBDIR += streamtuner SUBDIR += swami SUBDIR += sweep -- cgit v1.2.3