9 lines
209 B
C
Executable File
9 lines
209 B
C
Executable File
#pragma once
|
|
|
|
#define AUDIO_FORMAT AUDIO_S16
|
|
#define AUDIO_FORMAT_TYPE Sint16
|
|
#define AUDIO_FORMAT_SIZE sizeof(AUDIO_FORMAT_TYPE)
|
|
#define AUDIO_FORMAT_MAX_VALUE 32767
|
|
|
|
#define SAMPLES_PER_SECOND 44100
|