This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit debd4738ba0ec6e6645959a900a3dbce15710281
Author: Krzysztof Kopyściński <krzysztof.kopyscin...@codecoup.pl>
AuthorDate: Fri May 10 08:44:22 2024 +0200

    apps/auracast_usb: adjust config for disabled resampler
    
    Resampler only works fast enough for low output samplerates. Set higher
    quality as default, and disable resampler - use one from LC3.
---
 apps/auracast_usb/syscfg.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/auracast_usb/syscfg.yml b/apps/auracast_usb/syscfg.yml
index 1cad13b5..07961283 100644
--- a/apps/auracast_usb/syscfg.yml
+++ b/apps/auracast_usb/syscfg.yml
@@ -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
 
@@ -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:

Reply via email to