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

First implementation of the visualization output plugin #1910

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. First implementation of the visualization output plugin.

    This commit contains the first implementation of an output
    plugin that streams sound analysis to clients (presumably
    visualizers of some sort).
    sp1ff committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b69438d View commit details
    Browse the repository at this point in the history
  2. Reduce logging.

    This patch will:
    
        - address the change to `OnSocketInput()` in which the argument
          was changed to a span
        - reduce logging considerably (which had been irritating me, and
          which prompted complaints on the PR)
    sp1ff committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    926cb33 View commit details
    Browse the repository at this point in the history