mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
fix audio page being in desktop when your in HMD
This commit is contained in:
parent
49d9d61425
commit
8da1db31df
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ Audio::Audio() : _devices(_contextIsHMD) {
|
|||
connect(client, &AudioClient::inputVolumeChanged, this, &Audio::setInputVolume);
|
||||
connect(this, &Audio::contextChanged, &_devices, &AudioDevices::onContextChanged);
|
||||
enableNoiseReduction(enableNoiseReductionSetting.get());
|
||||
onContextChanged();
|
||||
}
|
||||
|
||||
bool Audio::startRecording(const QString& filepath) {
|
||||
|
|
Loading…
Reference in a new issue