Small comment change
This commit is contained in:
parent
0c0a86dc64
commit
f4c4a883c6
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user