diff options
author | David Woodfall <dave@dawoodfall.net> | 2012-02-22 09:22:43 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-03-29 10:16:28 -0500 |
commit | e6c104e2bb3b0e784f22cbd3fd95f62e6afdf8de (patch) | |
tree | 8e8d73e3adb074b7954dadfdda90bc748cdf3ff5 /audio/nas/README | |
parent | 9e96c07b3d0828d43d71c4393769d11514158706 (diff) | |
download | slackbuilds-e6c104e2bb3b0e784f22cbd3fd95f62e6afdf8de.tar.gz |
audio/nas: Added (Network Audio System)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/nas/README')
-rw-r--r-- | audio/nas/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/nas/README b/audio/nas/README new file mode 100644 index 0000000000..901e77f522 --- /dev/null +++ b/audio/nas/README @@ -0,0 +1,16 @@ +The Network Audio System is a network transparent, client/server +audio transport system. It can be described as the audio equivalent +of an X server. + +Note that some applications will likely need recompiling for nas +support - mplayer for one. + +See the /etc/nas/nasd.conf.eg for an example config. + +Example server startup command: + +nasd :0 -aa & + +Example client command: + +AUDIOSERVER=192.168.1.2:0 mplayer -ao nas movie.avi |