Fork me on GitHub

The MARY Text-to-Speech System: Download

To install and run MARY TTS, you will need a recent Java Runtime installed (Java 1.6 or newer).

To install, download MARY TTS 5.0 zip or MARY TTS 5.0 tar.gz

MARY TTS 5.0 Release Notes (June 2012)

MARY TTS 5.0+ Releases

... are available from http://github.com/marytts/marytts.

Older MARY Releases

4.1.1

Download: openmary-standalone-install-4.1.1.jar

Fixed a critical bug for Windows users who got an "OutOfMemoryError" when trying to start the server with unit selection voices

4.1.0

Download: openmary-standalone-install-4.1.0.jar

This is a feature release, adding new features while maintaining compatibility with existing 4.0 voices.

For details, check the MARY 4.1.0 Release notes!

4.0.0

openmary-standalone-install-4.0.0.jar
(32 MB)

This is the first stable release of the new 4.0 code. MARY 4.0 is a major cleanup over previous versions of MARY TTS. Its main features are:

  • 100% Pure Java. All native libraries have been removed from the system. MARY should now run on any platform that has Java 1.5 or newer.
  • Fully open source. All code is now open source under the LGPL, including German TTS. Voices are distributed under Creative Commons or BSD licenses.
  • Many languages and voices. In addition to several high-quality German and US English voices, this release adds four expressive British English voices built for the SEMAINE project, a Turkish and a Telugu voice. Also, we have made it easy to add more languages and voices in the future.

MARY now comes with a toolkit for people who want to add support for new languages or build their own voices. There is detailed documentation for

More details can be found in the MARY TTS 4.0 Release Notes.

4.0 beta

openmary-standalone-install-4.0beta.jar  (32 MB)

This is a first beta release of the new 4.0 code.

More details can be found in the MARY TTS 4.0 beta Release Notes.

NOTE: This is beta software. It is not yet ready for production use. You are likely to find problems, and we would appreciate if you tell us about it. See the development pages for details.

Pre-4.0 releases

These releases are mixed open source / research license, and mostly contain native code. This makes them more difficult to reuse and port to new platforms. Support for these releases terminates with the publication of 4.0beta.

Older comments:

DFKI has released the core MARY system as open source, including English and Tibetan synthesis and various voices, including free unit selection voices based on the CMU Arctic databases.

In addition, German synthesis is released under a DFKI research license. The system can also use MBROLA voices, under the MBROLA license.

The interactive, web-based installer which you can download below will guide you through the installation process. It will let you decide on the install location on your file system and will let you select the components you wish to install. You will need to accept the licenses appropriate for the selected components before these will actually be downloaded and installed.

The system should run on MS Windows (2000 and XP, maybe others), PC-Linux, Sun Solaris, and Mac OS X.

MARY 3.6.0

This is a minor feature release, providing one important new feature and several bugfixes over previous MARY 3.5.0.

mary-install-3.6.0.jar (700 kB, will download only selected components)

mary-standalone-install-3.6.0.jar (32 MB, additional voices can be downloaded during install time)

New feature:

MARY 3.5.0

This release provides substantial new features while maintaining the API compatible to previous versions.

mary-install-3.5.0.jar
(700kB)

mary-standalone-install-3.5.0.jar
(32MB, including several voices)

New features include:

  • installer slimmed down to just over 30 MB, including some voices;
  • separate voice installer tool, allowing you to download voices comfortably and with an integrity verification prior to installation;
  • new synthesis technology: Marcela Charfuelan ported the excellent HMM-based synthesis code from the HTS project (http://hts.sp.nitech.ac.jp/) to Java - several HMM-based voices already ship with MARY;
  • audio effects: Oytun Turk implemented a range of audio effects that can be applied to the MARY voices, and can be controlled through the MARYGUIClient;
  • voice creation toolkit: Sathish Chandra Pammi and Anna Hunecke have cleaned up and documented the tool we use for building new synthesis voices;
  • voice recording tool "Redstart": Mat Wilson has programmed a very nice GUI for recording new voices;
  • OGG Vorbis support: under Linux, the MARY server can now generate audio in OGG Vorbis format.

MARY 3.1.0

Ten months after the last stable release, a major milestone release is finally here: MARY 3.1.0.

mary-install-3.1.0.jar (web-based installer)

Its main features are:

3.1beta2

mary-install-3.1beta2.jar (web-based installer, 450kB)

Release notes: Another beta release of the new unit selection code. We have added acoustic targets, so slt-arctic, bdl-arctic and jmk-arctic voices should again sound better than in 3.1beta1. Also, we have four German unit selection voices, using recordings from the BITS project! Quality is not optimal yet, but we're getting there.

Audio data is still stored as uncompressed PCM data, which makes the full install bigger then 2 GB - therefore, unfortunately there is no standalone-installer for this release. We hope to be able to offer smaller voices in the future.

Known issue: The diphone voices in this release are pretty much broken. If you want to use diphone voices, your best bet is probably the 3.0.3 stable release.

For some details of what has been done and what still needs to be done for the stable 3.1 release, see the full list of issues on the development portal.

3.1beta1

mary-install-3.1beta1.jar (web-based installer, 450kB) or use mary-standalone-install-3.1beta1.jar (standalone installer, ~500MB) if the web-based installer causes problemsRelease notes:

First beta release of the new unit selection code. Try the new slt-arctic, bdl-arctic and jmk-arctic voices!

For some details of what has been done and what still needs to be done for the stable release, see the full list of issues on the development portal.

3.0.3

mary-install-3.0.3.jar (web-based installer, 450kB) or use mary-standalone-install-3.0.3.jar (standalone installer, 420MB) if the web-based installer causes problems

Release notes: Third bugfix release. Most relevant changes:

  • fixed standalone mode for running MARY (ticket 80)
  • improved control over prosody using ToBI tags (tickets 59, 60)
  • Several minor improvements of German synthesis (tickets 44, 49, 57, 78)
  • MBROLA to AUDIO conversion fixed (tickets 54, 55)
  • An update is recommended only if you encountered one of these bugs.

    See also the full list of bugs fixed

3.0.2

mary-install-3.0.2.jar (web-based installer, 450kB) or use mary-standalone-install-3.0.2.jar (standalone installer, 420MB) if the web-based installer causes problems

Release notes: Second bugfix release. A number of bugs have been fixed, including:

  • WAV audio can now (really) be saved with proper audio headers (ticket 38)
  • several bugs related to failing validation of intermediate processing results (due to an outdated MaryXML Schema) were fixed (tickets 40, 41, 43)
  • Synthesizing APML was improved (tickets 51, 52)
  • Pronunciation for German compounds was improved (ticket 36)
  • An update is recommended if you encountered one of these bugs.

    See also the full list of bugs fixed

3.0.1

mary-install-3.0.1.jar (web-based installer, 450kB) or use mary-standalone-install-3.0.1.jar (standalone installer, 420MB) if the web-based installer causes problems

Relase notes: First bugfix release. A number of bugs have been fixed which have occurred after the initial release. Most relevant:

3.0.0

mary-install-3.0.0.jar (web-based installer, 450kB) or use mary-standalone-install-3.0.0.jar (standalone installer, 420MB) if the web-based installer causes problems

Note: This is the first open-source release. We have put in a lot of effort to test and debug it, but of course the system may have some teething problems. Please help us improve the system by submitting bug reports on the OpenMary development page.


Related downloads

Plone Speech Synthesis Tool

This Plone product endows your Plone portal with speech output capabilities. It is a client which connects to a MARY TTS server, so you will need to install the MARY TTS system to use the Plone Speech Synthesis Tool.

Installation:

  1. Install MARY TTS and run the server
  2. Unpack SpeechSynthesisTool in your portal's Products/ folder; restart zope; install product using the portal_quickinstaller; and configure the location of your MARY TTS server under "site setup"->"SpeechSynthesisTool Setup".

Download SpeechSynthesisTool-0.1.zip

or get from SVN:

svn checkout https://mary.opendfki.de/repos/trunk/examples/client/SpeechSynthesisTool SpeechSynthesisTool