mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
update module descriptions
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@223 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b118982674
commit
42bba491a8
10 changed files with 19 additions and 5 deletions
|
|
@ -44,6 +44,7 @@
|
|||
PA_MODULE_AUTHOR("Lennart Poettering")
|
||||
PA_MODULE_DESCRIPTION("UNIX pipe sink")
|
||||
PA_MODULE_VERSION(PACKAGE_VERSION)
|
||||
PA_MODULE_USAGE("sink_name=<name for the sink> file=<path of the FIFO> format=<sample format> channels=<number of channels> rate=<sample rate>")
|
||||
|
||||
#define DEFAULT_FIFO_NAME "/tmp/music.output"
|
||||
#define DEFAULT_SINK_NAME "fifo_output"
|
||||
|
|
@ -64,8 +65,8 @@ struct userdata {
|
|||
static const char* const valid_modargs[] = {
|
||||
"file",
|
||||
"rate",
|
||||
"channels",
|
||||
"format",
|
||||
"channels",
|
||||
"sink_name",
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue