From be6a1c28cfa89011f2fa55defe638199e910909b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 14 Nov 2004 02:36:35 +0000 Subject: * implement module-esound-sink git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@283 fefdeb5f-60dc-0310-8127-8f9354f1896f --- doc/modules.html.in | 17 ++++++++++++++--- doc/todo | 1 - 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/modules.html.in b/doc/modules.html.in index 5e9b8873..14fe7278 100644 --- a/doc/modules.html.in +++ b/doc/modules.html.in @@ -138,6 +138,17 @@ buffer control is lost through this tunneling.

cookie=The authentication cookie file to use. +

module-esound-sink

+ +

Create a playback sink using an ESOUND server as backend. Whenever you can, try to omit this +module since it has many disadvantages including bad latency +and even worse latency measurement.

+ + + + +
server=The server to connect to
cookie=The authentication cookie file to use.
+

Protocols

@@ -157,7 +168,7 @@ module see cli.html. -

module-cli-protocol-{unix,tcp}

+

module-cli-protocol-{unix,tcp,tcp6}

An implemenation of a simple command line based protocol for controlling the polypaudio daemon. If loaded, the user may @@ -183,7 +194,7 @@ device, i.e. not publicly accessible. (defaults to 1) socket=(only for -unix) The UNIX socket name (defaults to /tmp/polypaudio/cli) -

module-simple-protocol-{unix,tcp}

+

module-simple-protocol-{unix,tcp,tcp6}

An implementation of a simple protocol which allows playback by using simple tools like netcat. Just connect to the listening @@ -226,7 +237,7 @@ about the two possible suffixes of this module.

This implementation misses some features the original ESOUND has: e.g. there is no sample cache yet. However: XMMS works fine.

-

module-native-protocol-{unix,tcp}

+

module-native-protocol-{unix,tcp,tcp6}

The native protocol of polypaudio.

diff --git a/doc/todo b/doc/todo index 99e06569..75983e7e 100644 --- a/doc/todo +++ b/doc/todo @@ -18,7 +18,6 @@ - add LGPL blurb to all concerning files - non-fp mixing - non-fp resampling -- esound backend ** later *** - xmlrpc/http -- cgit