2023-12-18 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcatchd(8) that caused recordings to
	always be saved in PCM16 format when the 'Normalize' attribute
	was set for the recording event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-12-18 14:34:33 -05:00
parent 1bd4955ce4
commit 1c40f60caf
4 changed files with 43 additions and 3 deletions

View File

@@ -23,6 +23,8 @@
#include <qstring.h>
#include <rdcae.h>
class RDSettings
{
public:
@@ -33,6 +35,7 @@ class RDSettings
void setName(const QString &str);
RDSettings::Format format() const;
void setFormat(Format format);
void setFormat(RDCae::AudioCoding coding);
QString formatName() const;
void setFormatName(const QString &str);
unsigned channels() const;