Page 1 of 1

Noise reduction for streaming audio

Posted: 24 Jan 2013 10:12
by df4
I'm trying to stream the sound from the microphone:

Code: Select all

vlc.exe -I rc dshow:// --dshow-vdev=none --dshow-adev="USB2.0 Camera Audio" --live-caching=10 --sout="#transcode{vcodec=none,acodec=mpga,ab=320,channels=2,samplerate=44100}:std{access=udp{ttl=5},mux=ts,dst=<ip-addrss>:<udp-port>}" --ttl 5 --sout-keep
and receive the sound in another computer:

Code: Select all

vlc.exe udp://@:<udp-port>/
In the receiving stream very high noise levels.
Whether there is any filter for noise reduction?

Re: Noise reduction for streaming audio

Posted: 23 May 2013 07:12
by df4
up

Re: Noise reduction for streaming audio

Posted: 23 May 2013 17:22
by RĂ©mi Denis-Courmont
No.