diff options
Diffstat (limited to 'doc/example.ini')
| -rw-r--r-- | doc/example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 0d0f8e3..a1129de 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -76,6 +76,12 @@ loop=0 ;transport=tcp ;source=localhost:9200 + +; 1 means that the output device will throttle the input rate. +; 0 means that frames will be dropped if the input is too fast. +; Default depends on the value of transport: 1 for file, 0 for network inputs +;backpressure_input=1 + [modulator] ; Mode 'fix' uses a fixed factor and is really not recommended. It is more ; useful on an academic perspective for people trying to understand the DAB |
