lib/pwn/reports/phone.rb in pwn-0.4.590 vs lib/pwn/reports/phone.rb in pwn-0.4.592
- old
+ new
@@ -104,12 +104,13 @@
<a class="toggle-vis" data-column="5" href="#">Seconds Recorded</a> |
<a class="toggle-vis" data-column="6" href="#">Call Stopped</a>
<a class="toggle-vis" data-column="7" href="#">Reason</a>
<a class="toggle-vis" data-column="8" href="#">Screenlog</a> |
<a class="toggle-vis" data-column="9" href="#">Recording</a> |
- <a class="toggle-vis" data-column="10" href="#">Spectrogram</a> |
- <a class="toggle-vis" data-column="11" href="#">Waveform</a>
+ <a class="toggle-vis" data-column="10" href="#">Speech to Text</a> |
+ <a class="toggle-vis" data-column="11" href="#">Spectrogram</a> |
+ <a class="toggle-vis" data-column="12" href="#">Waveform</a>
</div>
<br /><br />
<div>
<table id="pwn_phone_results" class="display" cellspacing="0">
@@ -123,10 +124,11 @@
<th>Seconds Recorded</th>
<th>Call Stopped</th>
<th>Reason Stopped</th>
<th>Screenlog</th>
<th>Recording</th>
+ <th>Speech to Text</th>
<th>Spectrogram</th>
<th>Waveform</th>
</tr>
</thead>
<!-- DataTables <tbody> -->
@@ -215,9 +217,13 @@
return wav;
} else {
return '<audio controls><source src="' + wav +'" type="audio/wav"></audio>';
}
}
+ },
+ {
+ "data": "speech_to_text",
+ "render": $.fn.dataTable.render.text()
},
{
"data": "spectrogram",
"render": function (data, type, row, meta) {
var spt = htmlEntityEncode(data);