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

Handle audio SRC mixing more correctly #12147

Merged
merged 4 commits into from
Jul 5, 2019

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    7d2b332 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    9ef3973 View commit details
    Browse the repository at this point in the history
  2. Audio: Track SRC frequency.

    sceAudioSetFrequency is kernel mode only, and it sounds like it changes
    the audio controller clock (didn't test.)  SRC only affects the SRC
    channel.
    
    Currently, this doesn't actually use the sample rate yet, but at least
    it's tracked appropriately.
    unknownbrackets committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    20ad7f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4546db5 View commit details
    Browse the repository at this point in the history