We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The server command:
pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=alsa_output.pci-0000_00_1b.0.analog-stereo.monitor record=true port=33333 listen=0.0.0.0
results in delay on the sound increasing. I have experience delays up to 4 s which is more than just annoying.
Replace rate=48000 with rate=44100 the delay is minimized, but introduces clicks (maybe buffer underruns?).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The server command:
pactl load-module module-simple-protocol-tcp rate=48000 format=s16le channels=2 source=alsa_output.pci-0000_00_1b.0.analog-stereo.monitor record=true port=33333 listen=0.0.0.0
results in delay on the sound increasing. I have experience delays up to 4 s which is more than just annoying.
Replace rate=48000 with rate=44100 the delay is minimized, but introduces clicks (maybe buffer underruns?).
The text was updated successfully, but these errors were encountered: