| Index: content/browser/resources/media/dump_creator.js
|
| diff --git a/content/browser/resources/media/dump_creator.js b/content/browser/resources/media/dump_creator.js
|
| index 90de1d5d6f2ea76bdaf7950ee52745f47f5c0dad..be913705f078d3914e82e1c0cdc0a6ffa00c076b 100644
|
| --- a/content/browser/resources/media/dump_creator.js
|
| +++ b/content/browser/resources/media/dump_creator.js
|
| @@ -34,26 +34,26 @@ var DumpCreator = (function() {
|
| '<p><label><input type=checkbox>' +
|
| 'Enable diagnostic audio recordings</label></p>' +
|
| '<p class=audio-diagnostic-dumps-info>A diagnostic audio recording is' +
|
| - ' used for analyzing audio problems. It consists of two files and' +
|
| - ' contains the audio played out from the speaker and recorded from' +
|
| - ' the microphone and is saved to the local disk. Checking this box' +
|
| - ' will enable the recording for ongoing WebRTC calls and for future' +
|
| - ' WebRTC calls. When the box is unchecked or this page is closed, all' +
|
| - ' ongoing recordings will be stopped and this recording' +
|
| - ' functionality will be disabled for future WebRTC calls. Recordings' +
|
| - ' in multiple tabs are supported as well as multiple recordings in' +
|
| - ' the same tab. When enabling, you select a base filename to which' +
|
| - ' suffixes will be appended as</p>' +
|
| + ' used for analyzing audio problems. It consists of several files and' +
|
| + ' contains the audio played out to the speaker (output) and captured' +
|
| + ' from the microphone (input). The data is saved locally.' +
|
| + ' Checking this box will enable recordings of all ongoing input and' +
|
| + ' output audio streams (including non-WebRTC streams) and for future' +
|
| + ' audio streams. When the box is unchecked or this page is closed,' +
|
| + ' all ongoing recordings will be stopped and this recording' +
|
| + ' functionality disabled. Recording audio from multiple tabs is' +
|
| + ' supported as well as multiple recordings from the same tab.</p>' +
|
| + '<p>When enabling, select a base filename to which the following' +
|
| + ' suffixes will be added:</p>' +
|
| '<p><div><base filename>.<render process ID>' +
|
| - '.aec_dump.<recording ID></div>' +
|
| + '.aec_dump.<AEC dump recording ID></div>' +
|
| '<div><base filename>.<render process ID>' +
|
| - '.source_input.<stream ID>.wav</div></p>' +
|
| - '<p class=audio-diagnostic-dumps-info>If recordings are disabled and' +
|
| - ' then enabled using the same base filename, the microphone recording' +
|
| - ' file will be overwritten, and the AEC dump file will be appended to' +
|
| - ' and may become invalid. It is recommended to choose a new base' +
|
| - ' filename each time or move the produced files before enabling' +
|
| - ' again.</p>' +
|
| + '.source_input.<stream ID>.wav</div>' +
|
| + '<div><base filename>.output' +
|
| + '.<output stream recording ID>.wav</div></p>' +
|
| + '<p class=audio-diagnostic-dumps-info>It is recommended to choose a' +
|
| + ' new base filename each time the feature is enabled to avoid ending' +
|
| + ' up with partially overwritten or unusable audio files.</p>' +
|
| '<p><label><input type=checkbox>' +
|
| 'Enable diagnostic packet and event recording</label></p>' +
|
| '<p class=audio-diagnostic-dumps-info>A diagnostic packet and event' +
|
|
|