#include "global.h"#include "RageSoundManager.h"#include "RageSoundDriver_QT1.h"#include "RageLog.h"#include "RageUtil.h"#include <QuickTime/QuickTime.h>#include <cstdlib>Variables | |
| const unsigned | channels = 2 |
| const unsigned | samplesize = channels*16 |
| const unsigned | samples = 2048 |
| const unsigned | freq = 44100 |
| const unsigned | buffersize = samples*samplesize/8 |
| volatile uint32_t | fill_me = 0 |
| uint8_t * | buffer [2] |
| CmpSoundHeader | header |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7