SceneSwitcher/plugins/base/utils/audio-helpers.hpp
2024-02-21 18:48:54 +01:00

11 lines
201 B
C++

#pragma once
#include <QComboBox>
namespace advss {
void PopulateMonitorTypeSelection(QComboBox *list);
float DecibelToPercent(float db);
float PercentToDecibel(float percent);
} // namespace advss