Question / Help Audio output is low pitched.

AConsolePeasant

New Member
Usually something like this would only happen if the sample rate is off, but I don't see anything unusual with the log file. I haven't heard this from others either; I'm not entirely sure, perhaps the pulseaudio implementation? Definitely can't say for sure yet.
 
You should be able to prevent pulseaudio from switching to the alternate sampling rate by creating ~/.pulse/daemon.conf
with the following lines:
Code:
default-sample-rate = 44100
alternate-sample-rate = 44100
This should overwrite the systemwide settings and - after restarting pulseaudio / relogging - the obs log should only mention sample rates of 44100 Hz.
 
You should be able to prevent pulseaudio from switching to the alternate sampling rate by creating ~/.pulse/daemon.conf
with the following lines:
Code:
default-sample-rate = 44100
alternate-sample-rate = 44100
This should overwrite the systemwide settings and - after restarting pulseaudio / relogging - the obs log should only mention sample rates of 44100 Hz.

Thanks so much, had the same problem, this fixed it!
 
You should be able to prevent pulseaudio from switching to the alternate sampling rate by creating ~/.pulse/daemon.conf
with the following lines:
Code:
default-sample-rate = 44100
alternate-sample-rate = 44100
This should overwrite the systemwide settings and - after restarting pulseaudio / relogging - the obs log should only mention sample rates of 44100 Hz.


HI there, I'm having the same problem with my audio coming out lower pitch when recording. However, unless it's built into OBS I don't think my laptop uses Pulse Audio. I'm not super tech savvy so would you please tell me how I'd change the lines of code to fix this issue? Thanks advance!
 
Back
Top