Skip to content

Commit

Permalink
apps/auracast_usb: adjust config for disabled resampler
Browse files Browse the repository at this point in the history
Resampler only works fast enough for low output samplerates. Set higher
quality as default, and disable resampler - use one from LC3.
  • Loading branch information
KKopyscinski committed May 10, 2024
1 parent 1e545d9 commit 0125f5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/auracast_usb/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
syscfg.defs:
ISO_HCI_FEEDBACK:
description: Enable HCI feedback for resampler. This reduces jitter between USB and ISO.
value: 1
value: 0

AURACAST_CHAN_NUM: 2

Expand All @@ -37,10 +37,10 @@ syscfg.defs:
value: 10000
LC3_SAMPLING_FREQ:
description: LC3 sampling frequency
value: 24000
value: 48000
LC3_BITRATE:
description: LC3 bitrate
value: 24000
value: 96000

BIG_PHY:
description:
Expand Down

0 comments on commit 0125f5a

Please sign in to comment.