2022-04-06 10:44:04 +00:00
|
|
|
#ifndef MUSYX_DSP_IMPORT_H
|
|
|
|
#define MUSYX_DSP_IMPORT_H
|
|
|
|
|
2022-04-09 08:51:35 +00:00
|
|
|
#include "types.h"
|
|
|
|
|
2022-04-08 05:17:01 +00:00
|
|
|
#ifdef __cplusplus
|
2022-04-06 10:44:04 +00:00
|
|
|
extern "C" {
|
|
|
|
#endif
|
2022-04-09 08:51:35 +00:00
|
|
|
|
|
|
|
extern u16 dspAttenuationTab[194];
|
|
|
|
extern u8 dspScale2IndexTab[1024];
|
|
|
|
extern float dspDLSVolTab[129];
|
|
|
|
|
2022-04-08 05:17:01 +00:00
|
|
|
#ifdef __cplusplus
|
2022-04-06 10:44:04 +00:00
|
|
|
}
|
2022-09-18 06:05:46 +00:00
|
|
|
#endif
|
2022-04-06 10:44:04 +00:00
|
|
|
#endif
|