fix 192k rate
authorBen Loftis <ben@harrisonconsoles.com>
Fri, 6 Feb 2015 19:57:22 +0000 (13:57 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Fri, 6 Feb 2015 19:57:22 +0000 (13:57 -0600)
libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp

index aaf64d6d02c1c5ebd94ecb6b8c7e592fed71f9b4..3eeee722e116ee7b83bf7b81aa127c799ed63ad0 100644 (file)
@@ -28,7 +28,7 @@ using namespace wvNS;
 ///< Supported Sample rates                                                                                                  
 static const double gAllSampleRates[] =
        {
-               44100.0, 48000.0, 88200.0, 96000.0, 176400.0, 192000.0 -1 /* negative terminated  list */
+               44100.0, 48000.0, 88200.0, 96000.0, 176400.0, 192000.0, -1 /* negative terminated  list */
        };