var fDesc=new Array(); fDesc[0] = "Speech-Over accepts user narration text and launches text-to-speech voices from within PowerPoint to record professional narrations from the text alone.
Change the narration text as often as you need and these tireless voices record new versions quickly and faithfully without complaint.
Among the features and benefits offered by Speech-Over:
· Embedded text-to-speech engine
· Speech editing for quick and easy entry and editing of speech text, including SAPI voice modulation tags, and association of speech with screen shape. Text can be typed in or dictated.
· Integration of multiple voices in a presentation to make it more interesting and varied
· Alternative narrations of a presentation for different audiences, including in different languages."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }