Noise reduction for streaming audio
Posted: 24 Jan 2013 10:12
I'm trying to stream the sound from the microphone:
and receive the sound in another computer:
In the receiving stream very high noise levels.
Whether there is any filter for noise reduction?
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
Code: Select all
vlc.exe udp://@:<udp-port>/
Whether there is any filter for noise reduction?