Files
2025-12-03 11:12:34 +08:00

11 lines
145 B
C

#ifndef _AUDIO_DRC_COMMON_H_
#define _AUDIO_DRC_COMMON_H_
struct threshold_group {
float in_threshold;
float out_threshold;
};
#endif