ferdium / ferdium-website

Ferdium project's website
https://ferdium.org
8 stars 14 forks source link

Snap download instructions recommends depreciated pulseaudio plug #20

Closed NathanaelGandhi closed 2 years ago

NathanaelGandhi commented 2 years ago

Implementing PulseAudio directly was depreciated in snapd 2.41. Ref: https://snapcraft.io/docs/pulseaudio-interface

https://github.com/ferdium/ferdium-app/pull/215 adds audio-record which is the preferred way to allow the system audio service, such as PulseAudio, to enable microphone/audio recording hardware access (in Snap). Ref: https://snapcraft.io/docs/audio-record-interface

This instruction change would only remain valid while auto-connection is disabled as outlined in "Additional Information" in https://github.com/ferdium/ferdium-app/issues/214