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:
Paul Davis 2012-10-08 19:45:25 +00:00
parent 0bb2227eb8
commit 9a4fbfcdfe
6 changed files with 8 additions and 1 deletions

View file

@ -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;