Audacity 3.2.0
|
#include "AudioIOBase.h"
#include <cassert>
#include <wx/log.h>
#include <wx/sstream.h>
#include <wx/txtstrm.h>
#include "IteratorX.h"
#include "Meter.h"
#include "Prefs.h"
#include "portaudio.h"
Go to the source code of this file.
StringSetting AudioIOHost |
Definition at line 1066 of file AudioIOBase.cpp.
Referenced by DeviceToolBar::ChangeDevice(), AudioSetupToolBar::ChangeDeviceLabel(), DeviceToolBar::ChangeHost(), AudioSetupToolBar::ChangeHost(), AudioSetupToolBar::FillHostDevices(), DeviceToolBar::FillHostDevices(), AudioSetupToolBar::FillInputChannels(), DeviceToolBar::FillInputChannels(), AudioIOBase::getPlayDevIndex(), AudioIOBase::getRecordDevIndex(), AudioIO::Init(), DevicePrefs::PopulateOrExchange(), anonymous_namespace{MIDIPlay.h}::MIDIPlay::StartPortMidiStream(), AudioSetupToolBar::UpdatePrefs(), and DeviceToolBar::UpdatePrefs().
DoubleSetting AudioIOLatencyCorrection |
Definition at line 1068 of file AudioIOBase.cpp.
Referenced by DevicePrefs::Commit(), AudioIOBase::GetDeviceInfo(), AudioIOBase::HandleDeviceChange(), DevicePrefs::PopulateOrExchange(), and AudioIO::StartStream().
DoubleSetting AudioIOLatencyDuration |
Definition at line 1070 of file AudioIOBase.cpp.
Referenced by DevicePrefs::Commit(), RecordingPrefs::Commit(), AudioIOBase::IsCaptureRateSupported(), DevicePrefs::PopulateOrExchange(), AudioIO::StartPortAudioStream(), and AudioIO::StopStream().
StringSetting AudioIOPlaybackDevice |
Definition at line 1072 of file AudioIOBase.cpp.
Referenced by DevicePrefs::Commit(), AudioIOBase::GetDeviceInfo(), AudioIOBase::getPlayDevIndex(), AudioIO::Init(), DevicePrefs::Populate(), AudioSetupToolBar::SetDevices(), DeviceToolBar::SetDevices(), AudioSetupToolBar::UpdatePrefs(), and DeviceToolBar::UpdatePrefs().
StringSetting AudioIOPlaybackSource |
Definition at line 1074 of file AudioIOBase.cpp.
Referenced by AudioSetupToolBar::SetDevices(), DeviceToolBar::SetDevices(), AudioSetupToolBar::UpdatePrefs(), and DeviceToolBar::UpdatePrefs().
DoubleSetting AudioIOPlaybackVolume |
Definition at line 1076 of file AudioIOBase.cpp.
Referenced by AudioIO::AudioIO(), and AudioIO::SetMixer().
IntSetting AudioIORecordChannels |
Definition at line 1078 of file AudioIOBase.cpp.
Referenced by ProjectAudioManager::ChooseExistingRecordingTracks(), DevicePrefs::Commit(), ProjectAudioManager::DoRecord(), AudioSetupToolBar::FillInputChannels(), DeviceToolBar::FillInputChannels(), ProjectManager::GetEstimatedRecordingMinsLeftOnDisk(), AudioIOBase::IsCaptureRateSupported(), AudioSetupToolBar::OnChannels(), DeviceToolBar::OnChoice(), anonymous_namespace{TransportMenus.cpp}::OnPunchAndRoll(), DevicePrefs::Populate(), AudioIO::StartMonitoring(), AudioSetupToolBar::UpdatePrefs(), and DeviceToolBar::UpdatePrefs().
StringSetting AudioIORecordingDevice |
Definition at line 1080 of file AudioIOBase.cpp.
Referenced by DevicePrefs::Commit(), AudioSetupToolBar::FillInputChannels(), DeviceToolBar::FillInputChannels(), AudioIOBase::GetDeviceInfo(), AudioIOBase::getRecordDevIndex(), AudioIO::Init(), DevicePrefs::Populate(), AudioSetupToolBar::SetDevices(), DeviceToolBar::SetDevices(), AudioSetupToolBar::UpdatePrefs(), and DeviceToolBar::UpdatePrefs().
StringSetting AudioIORecordingSource |
Definition at line 1082 of file AudioIOBase.cpp.
Referenced by DevicePrefs::Commit(), AudioSetupToolBar::FillInputChannels(), DeviceToolBar::FillInputChannels(), DevicePrefs::Populate(), AudioSetupToolBar::SetDevices(), DeviceToolBar::SetDevices(), AudioSetupToolBar::UpdatePrefs(), and DeviceToolBar::UpdatePrefs().
IntSetting AudioIORecordingSourceIndex |
Definition at line 1084 of file AudioIOBase.cpp.
Referenced by DevicePrefs::Commit(), AudioIOBase::HandleDeviceChange(), AudioSetupToolBar::SetDevices(), and DeviceToolBar::SetDevices().