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

AudioUnit: Don't rely on category switch for mic indicator to turn off #52

Merged
merged 5 commits into from
Nov 23, 2022

Commits on Nov 22, 2022

  1. progress

    hiroshihorie committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3dc6b33 View commit details
    Browse the repository at this point in the history
  2. tweak

    hiroshihorie committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    37d6483 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. clean

    hiroshihorie committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e95e2e9 View commit details
    Browse the repository at this point in the history
  2. simplify audio unit restart

    call to SetupAudioBuffersForActiveAudioSession() might not be needed since sample rate won't change during restart. This might help reduce the unwanted noise when restarting audio unit.
    hiroshihorie committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    50eb74f View commit details
    Browse the repository at this point in the history
  3. clean

    hiroshihorie committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    c59ae5f View commit details
    Browse the repository at this point in the history