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

Default to PortAudio backend on non-Linux #1257

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

Commits on Jan 5, 2024

  1. Default to PortAudio backend on non-Linux

    - macOS homebrew[0], NetBSD pkgsrc[1], FreeBSD[2] and OpenBSD[3] ports
      diable default features and do not reenable "alsa_backend" by default
    - macOS CI builds do not use it
    - Windows has no ALSA
    
    They all do, however, enable "portaudio_backend" to use PortAudio by default.
    
    Reflect that such that the aforementioned four platforms/operating systems
    do not have to override features whilst making ALSA Linux-only by default.
    
    I am not sure what backend is used on Windows by default, but PortAudio
    aught to work there;  certainly better than ALSA.
    
    0: https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/spotifyd.rb
    1: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/audio/spotifyd/Makefile?rev=1.2&content-type=text/x-cvsweb-markup
    2: https://cgit.freebsd.org/ports/tree/audio/spotifyd/Makefile
    3: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio/spotifyd/Makefile?rev=1.6&content-type=text/x-cvsweb-markup
    klemensn committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    df49002 View commit details
    Browse the repository at this point in the history