Skip to content

Commit

Permalink
Turn off resample for now (to avoid 56k profile)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jul 4, 2023
1 parent dab7acb commit af43a55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion config/open_source/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ PC_CMD_UART ?= 0

AUDIO_SECTION_ENABLE ?= 0

AUDIO_RESAMPLE ?= 1
AUDIO_RESAMPLE ?= 0

RESAMPLE_ANY_SAMPLE_RATE ?= 1

Expand Down
19 changes: 0 additions & 19 deletions config/open_source/tgt_hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,25 +643,6 @@ static const struct_anc_cfg POSSIBLY_UNUSED
#endif
};

/*
//ff
Filter1_B=[ 42465729, -84858529, 42392831];
Filter1_A=[ 134217728, -268346271, 134128558];
Filter2_B=[ 136159949, -267039705, 130899919];
Filter2_A=[ 134217728, -267039705, 132842140];
Filter3_B=[ 132746107, -263254540, 130599907];
Filter3_A=[ 134217728, -263254540, 129128286];
Filter4_B=[ 131402980, -255575175, 125032243];
Filter4_A=[ 134217728, -255575175, 122217496];
*/

static const struct_anc_cfg POSSIBLY_UNUSED
AncFirCoef_44p1k_mode0 = {
Expand Down

0 comments on commit af43a55

Please sign in to comment.