Sound Bakery  v0.1.0
Open-source audio middleware for games
|
ma_node with an additional enum descriptor. More...
#include <sound_chef_common.h>
Public Attributes | |
sc_dsp_state * | state |
sc_dsp_vtable * | vtable |
sc_dsp_type | type |
sc_dsp * | next |
sc_dsp * | prev |
ma_node with an additional enum descriptor.
Helper struct to make adding/create DSPs as simple as calling a single function. Raw miniaudio requires you to know the effect you're inserting.