mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-05-06 10:46:12 +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;
|
module arsd.simpleaudio;
|
||||||
|
|
||||||
enum BUFFER_SIZE_FRAMES = 512;//2048;
|
enum BUFFER_SIZE_FRAMES = 1024;//512;//2048;
|
||||||
enum BUFFER_SIZE_SHORT = BUFFER_SIZE_FRAMES * 2;
|
enum BUFFER_SIZE_SHORT = BUFFER_SIZE_FRAMES * 2;
|
||||||
|
|
||||||
version(Demo)
|
version(Demo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue