diff options
author | Richard <q@1bpm.net> | 2025-03-09 22:38:29 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2025-03-09 22:38:29 +0000 |
commit | 212bcc23589c06b4eff3cce510d7951210225b83 (patch) | |
tree | 92781a55d972209f264fec9667e7805c9dbca2d1 /README.md | |
parent | e174c759182e11f85e221eff8684088eebd563a4 (diff) | |
download | csound-shout-212bcc23589c06b4eff3cce510d7951210225b83.tar.gz csound-shout-212bcc23589c06b4eff3cce510d7951210225b83.tar.bz2 csound-shout-212bcc23589c06b4eff3cce510d7951210225b83.zip |
strcmp tweaks on shoutinit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,9 +32,9 @@ Define a connection to a Shoutcast or Icecast server. * Shost : server hostname or IP address * iport : server port -* Suser : username -* Spassword : password -* Smount : mount point +* Suser : username; may be an empty string if not required +* Spassword : password; may be an empty string if not required +* Smount : mount point; may be an empty string if not required ## shoutopen ishout Open a connection defined by shoutinit. |