mirror of
https://github.com/google/liblc3.git
synced 2026-04-30 10:44:49 +00:00
attdet: Move to fixed point
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
* return 1: Attack detected 0: Otherwise
|
||||
*/
|
||||
bool lc3_attdet_run(enum lc3_dt dt, enum lc3_srate sr,
|
||||
int nbytes, lc3_attdet_analysis_t *attdet, const float *x);
|
||||
int nbytes, lc3_attdet_analysis_t *attdet, const int16_t *x);
|
||||
|
||||
|
||||
#endif /* __LC3_ATTDET_H */
|
||||
|
||||
Reference in New Issue
Block a user