[Summary] Extended list of available sample rates on Windows

This commit is contained in:
Greg Zharun 2014-09-23 13:13:31 +03:00
parent b04a28999e
commit 7288316336

View file

@ -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;