Home
last modified time | relevance | path

Searched defs:voice_t (Results 1 – 22 of 22) sorted by relevance

/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_audio.h26 typedef struct voice_t struct
28 volatile bool DMA_active;
41 double AUD_VOL; // volume
43 double dDelta, dPhase;
46 double dLastDelta, dLastPhase, dBlepOffset, dDeltaMul;
49 int32_t oldPeriod;
50 double dOldVoiceDelta, dOldVoiceDeltaMul;
53 uint8_t syncFlags;
54 uint8_t syncVolume;
55 int32_t syncPeriod;
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/n64/
H A Dreality_music.cpp57 struct voice_t { struct
78 voice_t voicePool[RTMUSICVOICES]; argument
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/dsp/sdsp/
H A Dsdsp.hpp100 struct voice_t { struct in sDSP
101 modulo_array<int, brr_buf_size> buffer; //decoded samples
102 int buf_pos; //place in buffer where next samples will be decoded
103 int interp_pos; //relative fractional position in sample (0x1000 = 1.0)
104 int brr_addr; //address of current BRR block
105 int brr_offset; //current decoding offset in BRR block
108 int kon_delay; //KON delay/current setup phase
109 int env_mode;
110 int env; //current envelope level
111 int t_envx_out;
[all …]
/dports/emulators/mednafen/mednafen/src/snes/src/sdsp/
H A Dsdsp.hpp100 struct voice_t { struct in sDSP
101 modulo_array<int, brr_buf_size> buffer; //decoded samples
102 int buf_pos; //place in buffer where next samples will be decoded
103 int interp_pos; //relative fractional position in sample (0x1000 = 1.0)
104 int brr_addr; //address of current BRR block
105 int brr_offset; //current decoding offset in BRR block
108 int kon_delay; //KON delay/current setup phase
109 int env_mode;
110 int env; //current envelope level
111 int t_envx_out;
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DSpc_Dsp.h92 struct voice_t struct
95 int* buf_pos; // place in buffer where next samples will be decoded
96 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
97 int brr_addr; // address of current BRR block
98 int brr_offset; // current decoding offset in BRR block
99 int kon_delay; // KON delay/current setup phase
100 env_mode_t env_mode;
101 int env; // current envelope level
102 int hidden_env; // used by GAIN mode 7, very obscure quirk
103 int volume [2]; // copy of volume from DSP registers, with surround disabled
[all …]
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DSpc_Dsp.h99 struct voice_t struct
102 int* buf_pos; // place in buffer where next samples will be decoded
103 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
104 int brr_addr; // address of current BRR block
105 int brr_offset; // current decoding offset in BRR block
106 int kon_delay; // KON delay/current setup phase
107 env_mode_t env_mode;
108 int env; // current envelope level
109 int hidden_env; // used by GAIN mode 7, very obscure quirk
110 int volume [2]; // copy of volume from DSP registers, with surround disabled
[all …]
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DSpc_Dsp.h99 struct voice_t struct
102 int* buf_pos; // place in buffer where next samples will be decoded
103 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
104 int brr_addr; // address of current BRR block
105 int brr_offset; // current decoding offset in BRR block
106 int kon_delay; // KON delay/current setup phase
107 env_mode_t env_mode;
108 int env; // current envelope level
109 int hidden_env; // used by GAIN mode 7, very obscure quirk
110 int volume [2]; // copy of volume from DSP registers, with surround disabled
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/snes_spc/
H A DSPC_DSP.h99 struct voice_t struct
102 int* buf_pos; // place in buffer where next samples will be decoded
103 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
104 int brr_addr; // address of current BRR block
105 int brr_offset; // current decoding offset in BRR block
106 int kon_delay; // KON delay/current setup phase
107 env_mode_t env_mode;
108 int env; // current envelope level
109 int hidden_env; // used by GAIN mode 7, very obscure quirk
110 int volume [2]; // copy of volume from DSP registers, with surround disabled
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DSpc_Dsp.h99 struct voice_t struct
102 int* buf_pos; // place in buffer where next samples will be decoded
103 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
104 int brr_addr; // address of current BRR block
105 int brr_offset; // current decoding offset in BRR block
106 int kon_delay; // KON delay/current setup phase
107 env_mode_t env_mode;
108 int env; // current envelope level
109 int hidden_env; // used by GAIN mode 7, very obscure quirk
110 int volume [2]; // copy of volume from DSP registers, with surround disabled
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/apu/bapu/dsp/
H A DSPC_DSP.h121 struct voice_t struct
124 int buf_pos; // place in buffer where next samples will be decoded
126 int brr_addr; // address of current BRR block
127 int brr_offset; // current decoding offset in BRR block
128 uint8_t* regs; // pointer to voice's DSP registers
130 int kon_delay; // KON delay/current setup phase
131 env_mode_t env_mode;
132 int env; // current envelope level
133 int hidden_env; // used by GAIN mode 7, very obscure quirk
134 uint8_t t_envx_out;
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/apu/bapu/dsp/
H A DSPC_DSP.h119 struct voice_t struct
122 int buf_pos; // place in buffer where next samples will be decoded
124 int brr_addr; // address of current BRR block
125 int brr_offset; // current decoding offset in BRR block
126 uint8_t* regs; // pointer to voice's DSP registers
128 int kon_delay; // KON delay/current setup phase
129 env_mode_t env_mode;
130 int env; // current envelope level
131 int hidden_env; // used by GAIN mode 7, very obscure quirk
132 uint8_t t_envx_out;
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/higan/dsp/
H A DSPC_DSP.h108 struct voice_t struct
111 int buf_pos; // place in buffer where next samples will be decoded
112 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
113 int brr_addr; // address of current BRR block
114 int brr_offset; // current decoding offset in BRR block
115 uint8_t* regs; // pointer to voice's DSP registers
117 int kon_delay; // KON delay/current setup phase
118 env_mode_t env_mode;
119 int env; // current envelope level
120 int hidden_env; // used by GAIN mode 7, very obscure quirk
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/higan/dsp/
H A DSPC_DSP.h108 struct voice_t struct
111 int buf_pos; // place in buffer where next samples will be decoded
112 int interp_pos; // relative fractional position in sample (0x1000 = 1.0)
113 int brr_addr; // address of current BRR block
114 int brr_offset; // current decoding offset in BRR block
115 uint8_t* regs; // pointer to voice's DSP registers
117 int kon_delay; // KON delay/current setup phase
118 env_mode_t env_mode;
119 int env; // current envelope level
120 int hidden_env; // used by GAIN mode 7, very obscure quirk
[all …]
/dports/audio/sidplayer/SIDPlayer-4.4/src/
H A Dsid.cpp196 struct voice_t { struct
199 voice_t *mod_by; // Voice that modulates this one argument
205 uint16 freq; // SID frequency value
208 uint32 a_add; // EG parameters
209 uint32 d_sub;
210 uint32 s_level;
211 uint32 r_sub;
219 bool gate; // EG gate bit
220 bool ring; // Ring modulation bit
221 bool test; // Test bit
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Diopspu.h67 voice_t() {} in voice_t() function
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Diopspu.h67 voice_t() {} in voice_t() function
/dports/games/flightgear/flightgear-2020.3.11/src/Sound/
H A DVoiceSynthesizer.hxx89 } voice_t; typedef in FLITEVoiceSynthesizer
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dvoice.h68 } voice_t; typedef
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Drl_sound.c40 voice_t; typedef
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_audio.h67 } voice_t; typedef
/dports/emulators/vice/vice-3.5/src/sid/
H A Dfastsid.c189 } voice_t; typedef
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/sid/
H A Dfastsid.c187 } voice_t; typedef