mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
sounds better on windows
This commit is contained in:
parent
16c5dcaa4e
commit
aee5b19d49
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
*/
|
||||
module arsd.simpleaudio;
|
||||
|
||||
enum BUFFER_SIZE_FRAMES = 512;//2048;
|
||||
enum BUFFER_SIZE_FRAMES = 1024;//512;//2048;
|
||||
enum BUFFER_SIZE_SHORT = BUFFER_SIZE_FRAMES * 2;
|
||||
|
||||
version(Demo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue