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 7434e0c1f9
commit c5f2692bca

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;