stopsmooth
This commit is contained in:
@@ -29,6 +29,7 @@ struct k3MixWave {
|
||||
bool end;
|
||||
uint16_t dam;
|
||||
float volume;
|
||||
float fade;
|
||||
};
|
||||
|
||||
void k3MixInit(uint32_t sampleRate, uint8_t channels);
|
||||
@@ -44,6 +45,7 @@ struct k3MixWave *k3MixPowerMeasurement(struct k3MixWave *child);
|
||||
float k3MixPowerMeasurementGetRMS(struct k3MixWave*);
|
||||
|
||||
void k3MixStop(struct k3MixWave*);
|
||||
void k3MixStopSmooth(struct k3MixWave*);
|
||||
struct k3MixWave *k3MixPlay(struct k3MixWave*);
|
||||
void k3MixPlayDirect(struct k3MixWave*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user