mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
add 8kHz as an available export format sample rate
git-svn-id: svn://localhost/ardour2/branches/3.0@13214 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0bb2227eb8
commit
9a4fbfcdfe
6 changed files with 8 additions and 1 deletions
|
|
@ -550,6 +550,9 @@ ExportFormatSpecification::description (bool include_name)
|
|||
}
|
||||
|
||||
switch (sample_rate()) {
|
||||
case SR_8:
|
||||
components.push_back ("8 kHz");
|
||||
break;
|
||||
case SR_22_05:
|
||||
components.push_back ("22,5 kHz");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue