Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps/auracast_usb: broadcast improvements #1776

Merged
merged 4 commits into from
Jul 1, 2024

Commits on May 10, 2024

  1. apps/auracast_usb: fix crash on to much/corrupted data on USB

    If USB pushes more data then it should, handle it more gracefully.
    KKopyscinski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    97f7d6a View commit details
    Browse the repository at this point in the history
  2. apps/auracast_usb: adds support for all LC3 samplerates

    Only 44.1 is unsupported, rest should be configurable.
    KKopyscinski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    96b7d3e View commit details
    Browse the repository at this point in the history
  3. apps/auracast_usb: fix broadcast with HCI feedback disabled

    When HCI feedback is disabled, we shall use LC3 internal resampler.
    Adjusted samplerate on LC3 input to accomodate this.
    KKopyscinski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1e545d9 View commit details
    Browse the repository at this point in the history
  4. 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.
    KKopyscinski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0125f5a View commit details
    Browse the repository at this point in the history