Bug 484814 - Increase sydneyaudio buffer size on Windows. r=chris.double

This commit is contained in:
Matthew Gregan 2010-02-07 21:03:45 +13:00
Родитель e854857c67
Коммит 1ca795365c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,8 +45,8 @@
// FIX ME: block size and block should be determined based on the OggPlay offset
// for audio track
#define BLOCK_SIZE 1024
#define BLOCK_COUNT 32
#define BLOCK_SIZE 16384
#define BLOCK_COUNT 10
#define DEFAULT_DEVICE_NAME "Default WAVE Device"
#define DEFAULT_DEVICE WAVE_MAPPER