quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
457 stars 64 forks source link

Whitenoise issue #78

Closed Sm0rezDev closed 2 years ago

Sm0rezDev commented 2 years ago

Getting a very noisy(white noise + actual audio) audio at the end with vban_emitter.

Sm0rezDev commented 2 years ago

wasnt vban issue.

NeroBurner commented 2 years ago

@Sm0rezDev could you please explain for future reference what caused the issue? Maybe someone in the future stumbles upon your thread and thinks "what did you see?!"

https://xkcd.com/979/

Sm0rezDev commented 2 years ago

Ok. Here's what I did to fix some of the noise

  1. Reduce the sampling rate from e.x 48000 Hz to 44000 or 32000 Hz

  2. (The one that fixed my problem) Reinstalled the OS, you could get away by reinstalling the audio backend like Alsa.

NeroBurner commented 2 years ago

Thank you for taking the time to write this clarifying response :bow: