var fDesc=new Array(); fDesc[0] = "Talking Clipboard is a text to speech conversion software, that can read, any type of document, whether ePub books, web pages (HTML), CHM, PDF, MS Word, RTF, RSS feeds, scanned image documents, etc. using natural sounding synthetic voices (SAPI 5 compliant) and can convert them to MP3 or WAV audio files for your portable music player.

Talking Clipboard can read selected text from any application by pressing one key and convert it to audio file with just one click. Talking Clipboard has intuitive media player like interface, so that you can Play/Pause/Stop, jump to next or previous, paragraph or line using multi media remote or keyboard. It highlights the currently spoken word, so that, you can follow the text while listening. You can precisely define how a word will be spoken using aliases and pronunciation for enhanced listening experience. Some other award winning features include: plugins for popular applications (Firefox, Thunderbird, MS Word, Pidgin), bookmarks to traverse through large documents, auto spell correction, read emotions :), RSS reader, inbuilt dictionary, insert speech pause, insert multiple voices in a single document, Talking Reminder, full screen mode eBook reader, Vocabulary Builder, and many other features."; 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 = ''; } }