Small comment change

This commit is contained in:
Anne de Jong 2022-11-11 13:51:10 +01:00
parent 0c0a86dc64
commit f4c4a883c6

View File

@ -62,8 +62,8 @@ void fillRtAudioDeviceInfo(vector<DeviceInfo> &devinfolist) {
d.device_name = devinfo.name;
d.api_specific_devindex = devno;
/// We overwrite the default sample rate with the 48 kHz value, which
/// is our preffered rate.
/// When 48k is available we overwrite the default sample rate with the 48
/// kHz value, which is our preffered rate,
bool rate_48k_found = false;
for (us j = 0; j < devinfo.sampleRates.size(); j++) {