Skip to content

Instantly share code, notes, and snippets.

@enamoria
Last active November 6, 2021 22:10
Show Gist options
  • Save enamoria/30cc7bbd989f914d11fc33f7a6727c69 to your computer and use it in GitHub Desktop.
Save enamoria/30cc7bbd989f914d11fc33f7a6727c69 to your computer and use it in GitHub Desktop.
Fix chrome and firefox cannot play sound with external audio interface in between, even though they can recognize the interface
# Source https://askubuntu.com/a/668329/646308
killall pulseaudio
rm -r ~/.config/pulse/*
rm -r ~/.pulse*
# IF NOT WORK: MAY BE A DAW IS TAKING OVER THE CONTROL OF THE OUTPUT
# INSTALL pavucontrol-module-jack. Check the link below
# SOURCE: https://askubuntu.com/a/681079/646308 ######################
# FINAL RESORT: WORKED WITH REAPER + SCARLETTE 2i2 + UBUNTU 20.04
# SOURCE https://askubuntu.com/a/1300695/646308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment