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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user