Changes between Version 2 and Version 3 of audio-how-to-record
- Timestamp:
- Dec 6, 2006 9:47:43 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
audio-how-to-record
v2 v3 39 39 Success 40 40 }}} 41 In this case, the audio from both the call and the microphone will be first mixed in the conference bridge before it is recorded to the WAV file.41 In this case, the audio from both the call and the microphone will be first mixed in the conference bridge before it is recorded to the WAV file. 42 42 1. Now both the audio from the remote call and the audio from the microphone will be recorded to the WAV file. You can confirm this with {{{cl}}} command: 43 43 {{{ … … 48 48 Port #02[16KHz/20ms] sip:user@localhost transmitting to: #0 #1 49 49 }}} 50 As you can see from above output, both the sound device (port 0) and the call (port 2) are both transmitting to the WAV file, thus output from both will be mixed and recorded to the WAV file.51 1. Note that when debugging audio problem, it's probably best '''not''' to mix the audio with other sources so that we can be clear about the source of the problem.50 As you can see from above output, both the sound device (port 0) and the call (port 2) are both transmitting to the WAV file, thus output from both will be mixed and recorded to the WAV file. 51 1. Note that when debugging audio problem, it's probably best '''not''' to mix the audio from the problematic source with other sources so that we can be clear about the source of the problem. 52 52