mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
[Summary] Extended list of available sample rates on Windows
This commit is contained in:
parent
b04a28999e
commit
7288316336
1 changed files with 1 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ using namespace wvNS;
|
||||||
///< Supported Sample rates
|
///< Supported Sample rates
|
||||||
static const double gAllSampleRates[] =
|
static const double gAllSampleRates[] =
|
||||||
{
|
{
|
||||||
44100.0, 48000.0, 88200.0, 96000.0, -1 /* negative terminated list */
|
44100.0, 48000.0, 88200.0, 96000.0, 176400.0, 192000.0 -1 /* negative terminated list */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1401,8 +1401,6 @@ int WCMRPortAudioDevice::AudioCallback( const float *pInputBuffer, float *pOutpu
|
||||||
m_IgnoreThisDrop = false; //We'll ignore once, just once!
|
m_IgnoreThisDrop = false; //We'll ignore once, just once!
|
||||||
else
|
else
|
||||||
m_DropsDetected++;
|
m_DropsDetected++;
|
||||||
|
|
||||||
m_pMyManager->NotifyClient (WCMRAudioDeviceManagerClient::Dropout);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_pInputData = pInputBuffer;
|
m_pInputData = pInputBuffer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue