2023-08-24 Fred Gleason <fredg@paravelsystems.com>

* Added a 'TestOutputStreams=' directive to the '[Caed]' section
	of rd.conf(5).
	* Added code to the 'Unload Playback' ['UP'] CAE command to mute all
	output port volume controls from the subject output stream.
	* Added a feature to the 'Set Output Port' ['OP'] CAE command where
	passing a '-1' for the 'port-num' argument will cause all output
	stream volume controls for the specified stream to be muted.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-08-24 13:10:10 -04:00
parent d9e16f65a0
commit ba1e2d84ab
12 changed files with 215 additions and 41 deletions

View File

@@ -112,6 +112,7 @@ class RDConfig
bool logSqlQueries() const;
int logSqlQueriesLevel() const;
bool enableMixerLogging() const;
bool testOutputStreams() const;
uid_t uid() const;
gid_t gid() const;
uid_t pypadUid() const;
@@ -204,6 +205,7 @@ class RDConfig
uid_t conf_rn_rml_uid;
gid_t conf_rn_rml_gid;
bool conf_enable_mixer_logging;
bool conf_test_output_streams;
bool conf_use_realtime;
int conf_transcoding_delay;
int conf_realtime_priority;