Sound: Mic ke Speaker

From OnnoWiki
Revision as of 20:27, 17 December 2019 by Onnowpurbo (talk | contribs) (Created page with "Sumber: https://askubuntu.com/questions/123798/how-to-hear-my-voice-in-speakers-with-a-mic Install PulseAudio Volume Control (pavucontrol): sudo apt install pavuc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sumber: https://askubuntu.com/questions/123798/how-to-hear-my-voice-in-speakers-with-a-mic



   Install PulseAudio Volume Control (pavucontrol):
   sudo apt install pavucontrol
   Now we will route your microphone to your speakers. Do this by running the following command:
   pactl load-module module-loopback latency_msec=1
   On the Recording tab of pavucontrol, you can show all streams (combobox at the bottom) and then configure which microphone (if you have more than one) should loopback into the built-in analog stereo

To stop it running, run:

pactl unload-module module-loopback



Referensi