| - -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- - |
#include <inttypes.h>
Go to the source code of this file.
Defines | |
| #define | PLAYMODE_PLAY 0 |
| #define | PLAYMODE_LOOP 1 |
| #define | PLAYMODE_CONT 2 |
| #define | IN_DATATYPE int16_t |
| #define | MIX_CHUNK 1152 |
| #define | IN_CHUNK MIX_CHUNK |
| #define | IN_PIPESIZE 36864/2 |
| #define | IN_BUFFER 35712 |
| #define | OUT_CHUNK 4096 |
| #define | OUT_PIPESIZE OUT_CHUNK*32 |
| #define | OUT_BUFFER OUT_CHUNK*2 |
| #define | ENC_BUFFER 1024*1000 |
| #define | PROCBUF_SIZE MIX_CHUNK*5 |
| #define | SAMPLE_RATE 44100 |
| #define | FRAGSIZE MIX_CHUNK *4 |
| #define | FRAGCOUNT 0x7fff |
| #define | MAX_CHANNELS 6 |
| #define | MAX_PATH_SIZE 512 |
| #define | TALK_VOLUME 0.3 |
| #define | MOP_ADAPTIVE_VOL 1 |
| #define | MOP_ADV_RETM 74.0 |
| #define | MOP_ADV_KARE 200.0 |
| #define | MOP_RESAMP 1 |
| #define | MAX_OPTION_SIZE 256 |
| #define | MAX_PATH_SIZE 512 |
| #define | PORTAUDIO 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Copyleft 2000 - 2008 dyne.org foundation and respective authors. Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. Send inquiries & questions to dyne.org's hackers. |
|