Home
last modified time | relevance | path

Searched defs:SPC_DSP (Results 1 – 3 of 3) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/snes_spc/
H A DSPC_DSP.h9 struct SPC_DSP { struct
11 typedef BOOST::uint8_t uint8_t;
20 typedef short sample_t;
49 enum { voice_count = 8 };
64 enum {
77 enum {
86 enum { extra_size = 16 };
95 enum { echo_hist_size = 8 };
98 enum { brr_buf_size = 12 };
99 struct voice_t
[all …]
H A Ddsp.h13 typedef struct SPC_DSP SPC_DSP; typedef
/dports/audio/spc2it/spc2it-0.4.0/
H A Demu.c13 u8 SPC_DSP[256]; variable