Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.306.528 Times

Multi Speech freeware
Filter: All | Freeware | Demo
 

Multi Speech

1 2 3 4 5 > 
Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 521

Speech and Debate Timekeeper Speech and Debate Timekeeper is an open source, multi-platform timer for speech and debate competitions. It has speech order and time limits preset for Policy, Lincoln-Douglas, Parliamentary, Public Forum, World Schools, Karl Popper, and miscellaneous debate formats as well as individual events....



Platforms: Mac

License: Freeware Size: 1.4 MB Download (62): Speech and Debate Timekeeper Download

Added: February 19, 2006 | Visits: 4.805

Multi Browser for IE5 Multi Browser is an Internet Browsing tool that enables the user to browse 10 web pages at the same time without crowding your toolbar. Switching between the different pages has never been this easy. Multi Browser requires Microsoft Internet Explorer 4 and higher to function. Web pages have all...






License: Freeware Size: 2.75 MB Download (434): Multi Browser for IE5 Download

Released: April 10, 1998  |  Added: May 15, 2006 | Visits: 6.384

Multi-International Time Clock Multi-International Time Clock displays local (computer) time and the times at four other locations around the world in analog form and digital form. The locations are individually selectable by means of a drop down list. Data for the locations is stored in a simple text file which may accessed...


Platforms: Windows

License: Freeware Size: 1.81 MB Download (533): Multi-International Time Clock Download

Released: June 12, 2016  |  Added: July 25, 2016 | Visits: 25.370

M8 Free Multi Clipboard CLIPS - M8 is the simplest of all multi-clipboard and screen capture programs. Just have it running minimized and it captures everything you cut or copy from other programs. It keeps up to 500 clips. When you want to paste one back, all you have to do is restore M8 and click on the clip you want....


Platforms: OS/2, Windows, Mac, *nix, Palm OS, DOS, Windows 8, Windows Phone, Windows 7, Windows Server, iOS, Android, Symbian, Pocket PC, OpenVMS, Handheld, Other,BlackBerry,iPhone,iPod,iTouch,Palm,Not Applicable,Java,AS/400,RIM,Netware,BEOS

License: Freeware Size: 6.95 MB Download (266): M8 Free Multi Clipboard Download

Added: January 18, 2010 | Visits: 1.410

Speech Dispatcher Speech Dispatchers project goal is to provide a device independent layer for speech synthesis through a simple, stable and well documented interface. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (134): Speech Dispatcher Download

Added: August 08, 2010 | Visits: 1.178

Speech::Recognizer::SPX::Server Speech::Recognizer::SPX::Server is a Perl module for writing streaming audio speech recognition servers using Sphinx2. SYNOPSIS my $sock = new IO::Socket(... blah blah blah ...); my $log = new IO::File(server.log); my $audio_fh = new IO::File(speech.raw); my $srvr =...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (111): Speech::Recognizer::SPX::Server Download

Added: March 23, 2010 | Visits: 1.385

Multi Gnome Terminal Multi Gnome Terminal is an enhanced version of gnome-terminal, with many powerful new features and extensions. The most notable enhancement is the ability to run multiple terminals within the same window. Each terminal may be accessed by its "tab", through keyboard shortcuts, or menu...


Platforms: *nix

License: Freeware Size: 1.46 MB Download (108): Multi Gnome Terminal Download

Added: November 02, 2010 | Visits: 1.005

Tk::Multi::Manager Tk::Multi::Manager is a Tk composite widget managing Tk::Multi slaves. SYNOPSIS use Tk::Multi::Manager ; use Tk::Multi::Text ; # if you use MultiText as a slave my $manager = yourWindow -> MultiManager ( menu => $menu_ref , # optionnal title => "windows", # optionnal help => "Explain...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): Tk::Multi::Manager Download

Added: June 19, 2010 | Visits: 1.769

Multi-Cursor Window Manager Multi-Cursor Window Manager is a modified Unix window manager which provides multiple cursors. This allows multiple users to simultaneously interact with a Unix desktop environment. Using a modified x2x client users can capture the keyboard and mouse input from their workstation and send to...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (166): Multi-Cursor Window Manager Download

Added: June 05, 2010 | Visits: 1.341

Multi-Agent Grid Engine library Multi-Agent Grid Engine library is an experiment aimed to make a programming tool for creation of autonomic systems..


Platforms: *nix

License: Freeware Size: 696.32 KB Download (108): Multi-Agent Grid Engine library Download

Added: March 05, 2010 | Visits: 1.114

Test::Tail::Multi Test::Tail::Multi is a Perl module to execute code, monitor dynamic file contents. SYNOPSIS use Test::Tail::Multi files => [qw(file1 file2)] tests=>2; # Can add files dynamically as well add_file(file3, "decided to add file3 too"); # Execute a command and check against output...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Test::Tail::Multi Download

Added: September 10, 2010 | Visits: 1.166

SNMP::Multi SNMP::Multi is a Perl module to perform SNMP operations on multiple hosts simultaneously. SYNOPSIS use SNMP::Multi; my $req = SNMP::Multi::VarReq->new ( nonrepeaters => 1, hosts => [ qw/ router1.my.com router2.my.com / ], vars => [ [ sysUpTime ], [ ifInOctets ], [ ifOutOctets ] ], );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): SNMP::Multi Download

Added: April 02, 2010 | Visits: 1.257

Multi-Simulation Interface Multi-Simulator Interface, in shrot MSI, is a simulation interconnection engine. In other words it is a program that connects simulations together by synchronizing their clocks and data. Multi-Simulation Interface serves the same purpose as HLA and supports most of HLAs functionality (and more)....


Platforms: *nix

License: Freeware Size: 3 MB Download (107): Multi-Simulation Interface Download

Added: May 20, 2010 | Visits: 1.399

gnome-speech GNOME Speechs purpose is to provide a simple general API for producing text-to-speech output. The GNOME Speech 1.0 API is currently under development, and it will provide API for both text-to-speech output as well as speech input. It will be heavily influenced by the Java Speech API, both the...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (162): gnome-speech Download

Added: November 27, 2010 | Visits: 857

GraphViz::ISA::Multi GraphViz::ISA::Multi is a display ISA relations between modules. SYNOPSIS use GraphViz::ISA::Multi; my $gnew= GraphViz::ISA::Multi->new(ignore => [ Exporter ]); $gnew->add("Curses::UI::TextViewer" ); $gnew->add("Curses::UI::Listbox" ); print $gnew->as_png(); GraphViz::ISA::Multi...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): GraphViz::ISA::Multi Download

Added: January 24, 2010 | Visits: 1.705

Multi Switch Looking Glass for PHP Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches via a Web interface. It is clear, configurable, and very useful to LAN party organizers for opening a port when a gamer pays for his place in the manifestation.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (135): Multi Switch Looking Glass for PHP Download

Added: September 16, 2010 | Visits: 2.372

Speech Recognition HOWTO Speech Recognition HOWTO is a project that contains instructions for using speech recognition software and hardware and their use on Linux systems. Whats New in This Release: - Changed license information (now GFDL) and added a new publication..


Platforms: *nix

License: Freeware Download (365): Speech Recognition HOWTO Download

Added: January 27, 2010 | Visits: 1.097

Speech::Recognizer::ViaVoice Speech::Recognizer::ViaVoice contains Perl wrappers for IBMs ViaVoice speech Recognizer library. SYNOPSIS use Speech::Recognizer::ViaVoice; $| = 1; if (0 == connectEngine) { if ( 0 == defineVocab(myTestVocab, [hello,world,quit]) ) { print please say "hello", "world", or "quit" at each...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Speech::Recognizer::ViaVoice Download

Added: May 14, 2010 | Visits: 1.470

Simple Multi User Out-Of-Office-Responder Simple Multi User Out-Of-Office-Responder project is a vacation email responder that can be easily plugged into simple SMTP servers with procmail. We have a small e-mail server running on Debian GNU/Linux. All users are local (in /etc/passwd), have mail delivered via procmail to mailboxes in...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Simple Multi User Out-Of-Office-Responder Download

Added: May 08, 2010 | Visits: 1.331

Distributed Multi-User Compilation System Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time..


Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Distributed Multi-User Compilation System Download

1 2 3 4 5 >