mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Shows if a volume is being emulated or not via the tooltip and status bar.
This commit is contained in:
@@ -198,6 +198,15 @@ class AUDACITY_DLL_API AudioIO {
|
||||
* disable the UI if it doesn't work.
|
||||
*/
|
||||
bool InputMixerWorks();
|
||||
|
||||
/** @brief Find out if the output level control is being emulated via software attenuation
|
||||
*
|
||||
* Checks the mEmulateMixerOutputVol variable, which is set up in
|
||||
* AudioIO::HandleDeviceChange(). External classes care, because we want to
|
||||
* modify the UI if it doesn't work.
|
||||
*/
|
||||
bool OutputMixerEmulated();
|
||||
|
||||
/** \brief Get the list of inputs to the current mixer device
|
||||
*
|
||||
* Returns an array of strings giving the names of the inputs to the
|
||||
|
Reference in New Issue
Block a user