mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refactor: Rename BlackSound to swift::sound
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#ifndef BLACKCORE_AFV_AUDIO_AUDIO_INPUT_H
|
||||
#define BLACKCORE_AFV_AUDIO_AUDIO_INPUT_H
|
||||
|
||||
#include "blacksound/sampleprovider/bufferedwaveprovider.h"
|
||||
#include "blacksound/codecs/opusencoder.h"
|
||||
#include "sound/sampleprovider/bufferedwaveprovider.h"
|
||||
#include "sound/codecs/opusencoder.h"
|
||||
#include "blackmisc/audio/audiodeviceinfo.h"
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
@@ -137,7 +137,7 @@ namespace BlackCore::Afv::Audio
|
||||
static constexpr qint64 c_frameSize = 960;
|
||||
int m_sampleRate = 0;
|
||||
|
||||
BlackSound::Codecs::COpusEncoder m_encoder;
|
||||
swift::sound::codecs::COpusEncoder m_encoder;
|
||||
QScopedPointer<QAudioSource> m_audioInput;
|
||||
BlackMisc::Audio::CAudioDeviceInfo m_device;
|
||||
QAudioFormat m_inputFormat;
|
||||
|
||||
Reference in New Issue
Block a user