mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16: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
|
||||
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!
|
||||
else
|
||||
m_DropsDetected++;
|
||||
|
||||
m_pMyManager->NotifyClient (WCMRAudioDeviceManagerClient::Dropout);
|
||||
}
|
||||
|
||||
m_pInputData = pInputBuffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue