#include "global.h"#include "RageSoundDriver_ALSA9_Software.h"#include "RageLog.h"#include "RageSound.h"#include "RageSoundManager.h"#include "RageUtil.h"#include "RageTimer.h"#include "ALSA9Dynamic.h"#include "PrefsManager.h"#include "archutils/Unix/GetSysInfo.h"#include <sys/time.h>#include <sys/resource.h>Variables | |
| const int | channels = 2 |
| int | samplerate = 44100 |
| const int | samples_per_frame = channels |
| const int | bytes_per_frame = sizeof(int16_t) * samples_per_frame |
| const unsigned | max_writeahead_linux_26 = 512 |
| const unsigned | safe_writeahead = 1024*4 |
| unsigned | max_writeahead |
| const int | num_chunks = 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7