mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-30 16:38:40 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user