mirror of
https://github.com/google/liblc3.git
synced 2026-04-24 08:04:49 +00:00
attdet: Move to fixed point
This commit is contained in:
@@ -214,7 +214,7 @@ static void analyze(struct lc3_encoder *encoder,
|
||||
|
||||
/* --- Temporal --- */
|
||||
|
||||
bool att = lc3_attdet_run(dt, sr_pcm, nbytes, &encoder->attdet, xs);
|
||||
bool att = lc3_attdet_run(dt, sr_pcm, nbytes, &encoder->attdet, xt);
|
||||
|
||||
side->pitch_present =
|
||||
lc3_ltpf_analyse(dt, sr_pcm, &encoder->ltpf, xt, &side->ltpf);
|
||||
|
||||
Reference in New Issue
Block a user