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

Soundcard Oscilloscope for Pulseview via SDL2 #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2024

  1. Support use of soundcard as oscilloscope via SDL2

    PATCH v5:
      - fixed freeze when using pulse protocol with pipewire
      - fixed JACK compatibility (forcing integer samples for now)
    
    PATCH v4 has modifications based on IRC discussion with abraxa_
    Most notably:
      - Fixed datatype for result of SDL_GetNumAudioDevices()
      - Using SR_UNIT_UNITLESS instead of SR_UNIT_VOLT
      - Audio subsystem initialization and scanning is more verbose,
        giving out useful details for debuging purposes
      - Better error handling
      - Code was formated to comply with sigrok rules
    
    Signed-off-by: Tomas Mudrunka <mudrunka@spoje.net>
    Harvie committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a7179b2 View commit details
    Browse the repository at this point in the history