ndspChnGetMix

This commit is contained in:
TurtleP 2022-08-28 15:53:45 -04:00
parent 59cf50c201
commit 43c0c47220

View File

@ -134,6 +134,13 @@ void ndspChnSetRate(int id, float rate);
*/
void ndspChnSetMix(int id, float mix[12]);
/**
* @brief Gets the mix parameters (volumes) of a channel.
* @param id ID of the channel (0..23)
* @return The mix parameters.
*/
float* ndspChnGetMix(int id);
/**
* @brief Sets the DSPADPCM coefficients of a channel.
* @param id ID of the channel (0..23).