Fixed humming noise
This commit is contained in:
@@ -302,7 +302,7 @@ void drawWindow() {
|
||||
ImGui::Combo("##_1_", &srId, soapy.txtSampleRateList.c_str());
|
||||
}
|
||||
else {
|
||||
ImGui::Text("%s Samples/s", soapy.txtSampleRateList.c_str());
|
||||
ImGui::Text("%.0f Samples/s", soapy.sampleRates[srId]);
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
Reference in New Issue
Block a user