mirror of
https://github.com/google/liblc3.git
synced 2026-05-26 04:55:31 +00:00
attdet: Move to fixed point
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user