obs studio without pulse audio using oss audio and virtual oss instead

Freebsd use obs studio without pulse audio and use oss audio input capture for your microphone
and virtual oss to capture desktop audio


pulse audio was causing audio popping recording on fresbsd and switching to oss audio has fixed the issue

in this video i cover setting up your mic with audio capture oss
using virtual oss to capture desktop audio as well as noise reduction audio filters

virtual oss command pinched from this post
replace dsp1 with your output device
Code:
virtual_oss -Q 0 -C 2 -c 2 -r 48000 -b 16 -s 1024 -P /dev/dsp1 -R /dev/null -w vdsp.wav -l dsp


enabling audio ducking so when you start talking the volume of the captured desktop audio is lower
and when you stop talking the volume returns to normal

and how to set up firefox to use oss instead of pulse audio

virtual oss to capture desktop audio

firefox oss audio

if you compare the audio on this video using oss

to the last couple of video i recorded using pulse audio
which had really bad audio popping in you should notice a big improvement
 
Back
Top