Différences entre versions de « Stream consulting »
Sauter à la navigation
Sauter à la recherche
(Page créée avec « == tips == === skype === * disable hardware acceleration ** launch ./Skype.exe with <nowiki>--disable-gpu --disable-gpu-compositing</nowiki> flags ») |
m |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 2 : | Ligne 2 : | ||
=== skype === | === skype === | ||
* disable hardware acceleration | * disable hardware acceleration | ||
− | ** launch ./Skype.exe with | + | ** launch ./Skype.exe with '''--disable-gpu --disable-gpu-compositing''' flags |
− | <nowiki>-- | + | |
+ | == streaming on linux == | ||
+ | === audio === | ||
+ | [https://gist.github.com/ericbolo/1261438048147b97316ff65f1ee105c6 GitHub Gist ericbolo/route-mic-to-headphones.md ] | ||
+ | <nowiki>pacat -r --latency-msec=1 -d alsa_input.usb-0d8c_C-Media_USB_Headphone_Set-00-Set.analog-mono | pacat -p --latency-msec=1 -d alsa_output.usb-0d8c_C-Media_USB_Headphone_Set-00-Set.analog-stereo</nowiki> |
Version actuelle datée du 7 mai 2021 à 15:11
tips
skype
- disable hardware acceleration
- launch ./Skype.exe with --disable-gpu --disable-gpu-compositing flags
streaming on linux
audio
GitHub Gist ericbolo/route-mic-to-headphones.md
pacat -r --latency-msec=1 -d alsa_input.usb-0d8c_C-Media_USB_Headphone_Set-00-Set.analog-mono | pacat -p --latency-msec=1 -d alsa_output.usb-0d8c_C-Media_USB_Headphone_Set-00-Set.analog-stereo