13
0

add 176.4kHz to available sample rates in export GUI

This commit is contained in:
Paul Davis 2015-05-11 18:50:51 -04:00
parent 54ec059a6f
commit c5a657ceee

View File

@ -591,6 +591,9 @@ ExportFormatSpecification::description (bool include_name)
case SR_96:
components.push_back ("96 kHz");
break;
case SR_176_4:
components.push_back ("176.4 kHz");
break;
case SR_192:
components.push_back ("192 kHz");
break;