diff options
author | Richard <q@1bpm.net> | 2025-03-20 00:54:10 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2025-03-20 00:54:10 +0000 |
commit | 82120d48acff96e85f956365790ca253524b4770 (patch) | |
tree | 782812de36a3343b5c487367a6a36d7c049d9ad0 | |
parent | 1e265f0f65a453b670e07c8ac04ca46e1f6871c8 (diff) | |
download | csound-shout-82120d48acff96e85f956365790ca253524b4770.tar.gz csound-shout-82120d48acff96e85f956365790ca253524b4770.tar.bz2 csound-shout-82120d48acff96e85f956365790ca253524b4770.zip |
README formatting
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -36,52 +36,52 @@ Define a connection to a Shoutcast or Icecast server. * Spassword : password; may be an empty string if not required * Smount : mount point; may be an empty string if not required -## shoutopen ishout +### shoutopen ishout Open a connection defined by shoutinit. * ishout : the connection handle created by shoutinit -## shoutclose ishout +### shoutclose ishout Close a connection to a server. * ishout : the connection handle created by shoutinit -## shoutsetname ishout, Sname +### shoutsetname ishout, Sname Set the name of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen. * ishout : the connection handle created by shoutinit * Sname : name of the stream to be displayed -## shoutseturl ishout, Surl +### shoutseturl ishout, Surl Set the URL of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen. * ishout : the connection handle created by shoutinit * Surl : URL to be displayed -## shoutsetgenre ishout, Sgenre +### shoutsetgenre ishout, Sgenre Set the genre of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen. * ishout : the connection handle created by shoutinit * Sgenre : genre to be displayed -## shoutsetdescription ishout, Sdescription +### shoutsetdescription ishout, Sdescription Set the description of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen. * ishout : the connection handle created by shoutinit * Sdescription : description to be displayed -## shoutsetpublic ishout, ipublic +### shoutsetpublic ishout, ipublic Set whether the stream is to be displayed in the server directory. Must be called on a connection before being opened with shoutopen. * ishout : the connection handle created by shoutinit * ipublic : 1 = public , 0 = private -## shoutsetmeta ishout, Skey, Svalue +### shoutsetmeta ishout, Skey, Svalue Set arbitrary metadata for the current track. Must be called on a connection after being opened with shoutopen. Currently "song" and "url" as Skey are known values to work with servers. * ishout : the connection handle created by shoutinit @@ -89,7 +89,7 @@ Set arbitrary metadata for the current track. Must be called on a connection aft * Skey : metadata key * Svalue : metadata value -## shoutsend ishout, aleft, aright [, iquality=4] +### shoutsend ishout, aleft, aright [, iquality=4] Stream audio data to the server. It will be encoded as VBR MP3 using LAME with the quality set to iquality. * ishout : the connection handle created by shoutinit |