Add option to not connect jack ports automatically

This commit is contained in:
Richard Dodd
2019-07-15 17:52:43 +01:00
committed by Max Kellermann
parent 8f981845dc
commit 4f6a713b32
3 changed files with 14 additions and 0 deletions

2
NEWS
View File

@@ -12,6 +12,8 @@ ver 0.22 (not yet released)
- ffmpeg: new plugin based on FFmpeg's libavfilter library
- hdcd: new plugin based on FFmpeg's "af_hdcd" for HDCD playback
- volume: convert S16 to S24 to preserve quality and reduce dithering noise
* output
- jack: add option "auto_destination_ports"
* switch to C++17
- GCC 7 or clang 4 (or newer) recommended