No description
Find a file
2015-05-12 15:27:43 +02:00
example nim naming convention & example included 2015-05-12 15:27:43 +02:00
src nim naming convention & example included 2015-05-12 15:27:43 +02:00
.gitignore Initial commit 2015-04-09 19:37:41 +02:00
LICENSE Initial commit 2015-04-09 19:37:41 +02:00
nshout.nimble nim naming convention & example included 2015-05-12 15:27:43 +02:00
README.md nim naming convention & example included 2015-05-12 15:27:43 +02:00

nshout

Nim's libshout wrapper library

Example file included

  • example of how to streams mp3 file to icecast
  • usage 'streamMP3 [filepath]'

Usage:

  • nshout naming convention is very simple
  • e.g: shout_set_agent > setAgent
  • a few exceptions (ambiguous calls for example) are:
shout_init = shoutInit
shout_shutdown = shoutShutdown
shout_new = shoutNew
shout_metadata_new = metadataNew
shout_version = shoutVersion
  • you got the idea