Changes between Initial Version and Version 1 of audio-check-loopback
- Timestamp:
- Dec 5, 2006 3:16:11 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio-check-loopback
v1 v1 1 = Checking that Microphone and Speaker are Functioning Properly = 2 3 The easiest way to check if both microphone and speaker are functioning properly is by using pjsua and looping the microphone to the speaker in the conference bridge: 4 5 1. run pjsua: 6 {{{ 7 $ ./pjsua 8 }}} 9 1. loopback microphone to the speaker: 10 {{{ 11 >>> cc 0 0 12 }}} 13 1. Done 14 15 Now whatever captured in your microphone will be played-back locally to your speaker.