Fixed humming noise

This commit is contained in:
Ryzerth
2020-07-20 20:22:13 +02:00
parent f8c9aa1be4
commit ed49ad6f7f
3 changed files with 3 additions and 3 deletions

View File

@@ -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();