Add support for bs2b

Improve headphone listening of stereo audio records
This commit is contained in:
Jonas Kvinge
2022-03-05 01:30:49 +01:00
parent 4cd0128919
commit 5a35099043
7 changed files with 71 additions and 14 deletions

View File

@@ -210,6 +210,9 @@ class Base : public QObject {
bool channels_enabled_;
int channels_;
// Options
bool bs2b_enabled_;
private:
bool about_to_end_emitted_;
Q_DISABLE_COPY(Base)