13
0

fix 192k rate

This commit is contained in:
Ben Loftis 2015-02-06 13:57:22 -06:00
parent af174c0519
commit ae09d7132d

View 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 */
};