attdet: Move to fixed point

This commit is contained in:
Antoine SOULIER
2022-05-04 16:03:54 +02:00
parent e471e43aeb
commit 0cec73a6fb
7 changed files with 30 additions and 30 deletions

View File

@@ -75,7 +75,7 @@ enum lc3_srate {
*/
typedef struct lc3_attdet_analysis {
float en1, an1;
int32_t en1, an1;
int p_att;
} lc3_attdet_analysis_t;