mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
add 176.4kHz to available sample rates in export GUI
This commit is contained in:
parent
7434e0c1f9
commit
c5f2692bca
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue