mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 09:23:22 +02:00
removed items
This commit is contained in:
parent
884cbd7de9
commit
9370ce9b76
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,6 @@ setup_hifi_library(Network Multimedia ${PLATFORM_QT_COMPONENTS})
|
|||
link_hifi_libraries(audio plugins)
|
||||
include_hifi_library_headers(shared)
|
||||
include_hifi_library_headers(networking)
|
||||
include_hifi_library_headers(gpu)
|
||||
|
||||
if (ANDROID)
|
||||
else ()
|
||||
|
|
|
@ -243,6 +243,8 @@ public slots:
|
|||
// calling with a null QAudioDevice will use the system default
|
||||
bool switchAudioDevice(QAudio::Mode mode, const HifiAudioDeviceInfo& deviceInfo = HifiAudioDeviceInfo());
|
||||
bool switchAudioDevice(QAudio::Mode mode, const QString& deviceName, bool isHmd);
|
||||
void setHmdAudioName(QAudio::Mode mode, const QString& name);
|
||||
|
||||
// Qt opensles plugin is not able to detect when the headset is plugged in
|
||||
void setHeadsetPluggedIn(bool pluggedIn);
|
||||
|
||||
|
@ -313,7 +315,6 @@ private:
|
|||
// background tasks
|
||||
void checkDevices();
|
||||
void checkPeakValues();
|
||||
void setHmdAudioName(QAudio::Mode mode, const QString& name);
|
||||
void outputFormatChanged();
|
||||
void handleAudioInput(QByteArray& audioBuffer);
|
||||
void prepareLocalAudioInjectors(std::unique_ptr<Lock> localAudioLock = nullptr);
|
||||
|
|
Loading…
Reference in a new issue