Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sonic-pi-net/sonic-pi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: sonic-pi-net/sonic-pi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pipewire-env
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 31, 2023

  1. Boot - set env vars for pipewire (matching pw-jack's behaviour)

    pw-jack sets the PIPEWIRE_QUANTUM and LD_LIBRARY_PATH env vars before execing a binary. To use this we'd need to run sonic pi from pw-jack (so the exec would do its work correctly). Instead of that we set the env vars within the call to popen2e when starting scsynth to match this behaviour.
    
    It is now also possible to use new change pipewire's buffsize and samplerate with two new audio-settings.toml config options:
    
    ```
    linux_pipewire_buffsize = 1024
    linux_pipewire_samplerate = 4800
    ```
    samaaron committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3c21fd0 View commit details
    Browse the repository at this point in the history
  2. Boot - fix typos

    samaaron committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5dd9db0 View commit details
    Browse the repository at this point in the history
  3. Boot - fix another typo

    samaaron committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d0ba881 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d6e9ae View commit details
    Browse the repository at this point in the history
Loading