Advertisement
plirof2

Pulseaudio Mic-Send-to-speakers-v001-NoALSA

Oct 6th, 2022
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. pulseaudio --system &
  4.  
  5. #https://languor.us/kubuntu-pulseaudio-record-both-mic-and-system-audio
  6. alias micon='pactl load-module module-loopback latency_msec=1'
  7. alias micoff='pactl unload-module module-loopback'
  8. pactl load-module module-loopback latency_msec=1
  9.  
  10.  
  11. pavucontrol &
  12.  
  13. sudo chown root /opt/google/chrome/chrome-sandbox
  14. sudo chmod 4755 /opt/google/chrome/chrome-sandbox
  15. google-chrome-stable --no-sandbox --disable-features=TranslateUI --always-authorize-plugins --media-cache-size=10000000 "$@" &
  16.  
  17.  
  18. /appimages/streaming/obs-studio-plus-25.0.8-x86_64.AppImage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement