From dcf243e0899f0d63b9af13c36729a12eafacc211 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 9 Mar 2025 22:41:23 +0000 Subject: README alterations --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 426ede3..3240ac8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# csound-template : template for Csound plugins +# csound-shout : Csound plugin for streaming to Shoutcast, Icecast and other compatible servers ## Overview -Description here +csound-shout enables simple connection to a Shoutcast or Icecast server (or anything else supporting the shout protocol), and streaming audio to the server from within Csound. +Audio is encoded as VBR MP3, and various stream descriptors/metadata may be set. ## Requirements * Cmake >= 2.8.12 * Csound with development headers >= 6.14.0 - ## Installation Create a build directory at the top of the source tree, execute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting library can be used with the *--opcode-lib* flag in Csound. eg: -- cgit v1.2.3