ndspChnGetMix
This commit is contained in:
parent
59cf50c201
commit
43c0c47220
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user