Description here
- Cmake >= 2.8.12
- Csound with development headers >= 6.14.0
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:
mkdir build && cd build
cmake ..
make && sudo make install
Cmake should find Csound and any other required libraries using the modules in the cmake/Modules directory and installation should be as simple as above.
Some examples are provided in the examples directory.
Define a connection to a Shoutcast or Icecast server.
Open a connection defined by shoutinit.
- ishout : the connection handle created by shoutinit
Close a connection to a server.
- ishout : the connection handle created by shoutinit
Set the name of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen.
Set the URL of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen.
Set the genre of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen.
Set the description of the stream to be displayed in the server directory. Must be called on a connection before being opened with shoutopen.
Set whether the stream is to be displayed in the server directory. Must be called on a connection before being opened with shoutopen.
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.
Stream audio data to the server. It will be encoded as VBR MP3 using LAME with the quality set to iquality.