File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,16 @@ Common parameters that are shared by most commands:
2323 The actual time will be stored in the ``actual_time `` field of the
2424 returned action.
2525
26+ ``channels ``
27+ This can be either the desired number of channels or a list of (1-based)
28+ channel numbers that is used as a channel map for playback/recording.
29+
2630``allow_belated ``
2731 Use ``False `` to cancel the command in case the requested time cannot be met.
2832 The ``actual_time `` field will be set to ``0.0 `` in this case.
2933 Use ``True `` to execute the command nevertheless.
3034 Even if the requested time was met, the ``actual_time `` might be slightly
31- different due to rounding.
35+ different due to rounding to the next audio sample .
3236
3337All commands return a corresponding "action", which can be compared against the
3438active `actions `, and can be used as input for `cancel() ` and `wait() `.
You can’t perform that action at this time.
0 commit comments