mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Dummy Backend: allow testing with some prime buffersizes
This commit is contained in:
parent
63103785e6
commit
e2cdb3f5d8
1 changed files with 2 additions and 0 deletions
|
|
@ -168,9 +168,11 @@ DummyAudioBackend::available_buffer_sizes (const std::string&) const
|
|||
bs.push_back (32);
|
||||
bs.push_back (64);
|
||||
bs.push_back (128);
|
||||
bs.push_back (131);
|
||||
bs.push_back (256);
|
||||
bs.push_back (512);
|
||||
bs.push_back (1024);
|
||||
bs.push_back (1031);
|
||||
bs.push_back (2048);
|
||||
bs.push_back (4096);
|
||||
bs.push_back (8192);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue