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

Experiment with thread local pool of audio render quanta #511

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    7901925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b33ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d915944 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    60bff7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a63d65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d66beb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5681ea View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add a log message when filling the thread local audio quanta pool

    It is still a bit magical to me and I want to see when a new pool is
    initialized.
    orottier committed May 22, 2024
    Configuration menu
    Copy the full SHA
    17631fe View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    068e7ea View commit details
    Browse the repository at this point in the history
  2. Delay renderer: check ring buffer size is no longer needed

    With the new design of 'silent quantum' we can also instantiate silent
    buffers on the control thread.
    orottier committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5e5e43c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2be3e View commit details
    Browse the repository at this point in the history