mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +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
|
|
@ -191,7 +191,7 @@ ExportFormatBase::nearest_sample_rate (framecnt_t sample_rate)
|
|||
best_match = (rate); \
|
||||
}
|
||||
|
||||
DO_SR_COMPARISON(SR_22_05);
|
||||
DO_SR_COMPARISON(SR_8);
|
||||
DO_SR_COMPARISON(SR_22_05);
|
||||
DO_SR_COMPARISON(SR_44_1);
|
||||
DO_SR_COMPARISON(SR_48);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue