Created
June 25, 2011 23:24
-
-
Save Themaister/1047021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 35cac049f73f1cb0949e7d7f20206a40a19a201f Mon Sep 17 00:00:00 2001 | |
From: Hans-Kristian Arntzen <[email protected]> | |
Date: Sun, 26 Jun 2011 01:21:25 +0200 | |
Subject: [PATCH] Update manpage for RSound. | |
--- | |
DOCS/man/en/mplayer.1 | 15 +++++++++++++++ | |
1 files changed, 15 insertions(+), 0 deletions(-) | |
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 | |
index 3ca8ff0..db41f5a 100644 | |
--- a/DOCS/man/en/mplayer.1 | |
+++ b/DOCS/man/en/mplayer.1 | |
@@ -2863,6 +2863,21 @@ Explicitly choose the ESD server to use (default: localhost). | |
.PD 1 | |
. | |
.TP | |
+.B "rsound\ \ \ \ " | |
+audio output to an RSound compatible daemon | |
+.PD 0 | |
+.RSs | |
+.IPs <host> | |
+Sets TCP network address of server. | |
+Should the address begin with a '/', it will be treated as a path | |
+to a Unix domain socket on systems which support this (default: localhost). | |
+.IPs <port> | |
+Sets the TCP port used for connecting to the server. | |
+Not used if connecting to a Unix domain socket (default: 12345). | |
+.RE | |
+.PD 1 | |
+. | |
+.TP | |
.B "jack\ \ \ \ " | |
audio output through JACK (Jack Audio Connection Kit) | |
.PD 0 | |
-- | |
1.7.5.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment