mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Shows if a volume is being emulated or not via the tooltip and status bar.
This commit is contained in:
@@ -707,6 +707,11 @@ bool AudioIO::InputMixerWorks()
|
||||
return mInputMixerWorks;
|
||||
}
|
||||
|
||||
bool AudioIO::OutputMixerEmulated()
|
||||
{
|
||||
return mEmulateMixerOutputVol;
|
||||
}
|
||||
|
||||
wxArrayString AudioIO::GetInputSourceNames()
|
||||
{
|
||||
#if defined(USE_PORTMIXER)
|
||||
|
||||
Reference in New Issue
Block a user