mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Merge branch 'reconfigure' into 'master'
Improvements to reconfiguration See merge request pulseaudio/pulseaudio!24
This commit is contained in:
commit
d619b3d189
30 changed files with 1325 additions and 528 deletions
|
|
@ -438,7 +438,7 @@ _pacat () {
|
|||
local cur prev comps
|
||||
local flags='-h --help --version -r --record -p --playback -v --verbose -s
|
||||
--server= -d --device= -n --client-name= --stream-name= --volume=
|
||||
--rate= --format= --channels= --channel-map= --fix-format --fix-rate
|
||||
--rate= --format= --channels= --channel-map= --encoding= --fix-format --fix-rate
|
||||
--fix-channels --no-remix --no-remap --latency= --process-time=
|
||||
--latency-msec= --process-time-msec= --property= --raw --passthrough
|
||||
--file-format= --list-file-formats --monitor-stream='
|
||||
|
|
|
|||
|
|
@ -680,6 +680,7 @@ _pacat_completion() {
|
|||
'--format=[sample type to use]:format:((${(q)_pacat_sample_formats}))' \
|
||||
'--channels=[number of channels to use]:number:(1 2)' \
|
||||
'--channel-map=[channel map to use]:map' \
|
||||
'--encoding=[encoding to use for non-PCM audio]:encoding' \
|
||||
'--fix-format[use the sample format of the sink]' \
|
||||
'--fix-rate[use the rate of the sink]' \
|
||||
'--fix-channels[channel map of the sink]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue