= [[span(style=color: #FF0000, NOTE: As of 2012, MaryTTS is maintained at http://github.com/marytts/marytts. These pages are only kept online for historical interest.)]] = Welcome to the !OpenMary development page = [https://github.com/marytts/marytts/wiki/MARY-TTS-5.0 MARY TTS 5.0 Release Notes (June 2012)][[BR]] '''Documentation and issues will move there at some stage, so in the meantime, you may want to look in both places for the information you are looking for.'''|| Information about new languages and voices in MARY TTS 5.0 can be found in: [https://github.com/marytts/marytts/wiki MARY TTS 5.0 wiki at github][[BR]] Online demo still running in: [http://mary.dfki.de:59125/ MARYY TTS 5.0 online demo] For an introduction to MARY go to the [http://mary.dfki.de/ main MARY page.] == Access to the source code repository at github == You can check out the latest development source code from the Github repository at http://github.com/marytts/marytts, using the following command: {{{ git clone git://github.com/marytts/marytts.git }}} The source code of previous released versions can be obtained from the old SVN repository, below [source:tags/]. For example, to check out the source code of the "4.1.1" release, do this: {{{ svn checkout https://mary.opendfki.de/repos/tags/4.1.1 openmary-4.1.1 }}} == Bug reports == If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: 1. Check in the [http://github.com/marytts/marytts new list of issues on github] as well as the [http://mary.opendfki.de/query?group=status&milestone=4.0 old list of known bugs on TRAC] whether the bug has been reported already; 1. If you cannot find it, create a [https://github.com/marytts/marytts/issues/new new issue on github] containing the following information: * operating system and java version used; * what to do to reproduce the error; * expected behaviour; * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. 1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. == Old releases == * [wiki:4.3.1 4.3.1 Release Notes] * [wiki:4.3.0 4.3.0 Release Notes] * [wiki:4.2.0 4.2.0 Release Notes] * [wiki:4.1.1 4.1.1 Release Notes] * [wiki:4.1.0 4.1.0 Release Notes] * [wiki:4.0.0 4.0.0 Release Notes] == Wiki documentation == * [wiki:FrequentlyAskedQuestions Frequently Asked Questions] * User documentation: * ProsodySpecificationSupport * VocalizationSynthesis * Documentation for adding support for a new language and voice: * [wiki:NewLanguageSupport New language support] * [wiki:VoiceImportToolsTutorial Building a New Voice for MARY using Voice Import Components] * [http://mary.opendfki.de/wiki/HMMVoiceCreation creating an HMM-based voice] Guidelines for code development: * [wiki:Eclipse How to work with MARY source code in Eclipse] * Code quality guidelines: - [http://mary.opendfki.de/repos/trunk/doc/ErrorHandling.pdf Error Handling in MARY TTS] - more to follow... == Mailing List == If you use the MARY system, you can subscribe to the [http://dfki.de/mailman/listinfo/mary-users mary-users mailing list]. Topics that should be discussed here include: * How to use the MARY system: run the server, start the client, save audio, run MARY in standalone mode, etc. * Suggestions for improvement, bug reports, feature requests (no guarantees of course that anyone has time to do it). The [http://www.dfki.de/mailman/listinfo/mary-dev MARY developers mailing list] is for discussions around the MARY TTS source code: * Improvements of the core MARY code; * issues around attempts to build new language components and voices; * issues arising when integrating MARY TTS into other code. {{{ #!html

You can search past messages on the Mary-users or the Mary-developers lists:

Google
WWW Mary-users Archives Mary-developers Archives
}}} == Contributions == People interested in adding support for a language in MARY TTS can contact Marc Schröder (schroed at dfki.de). We can discuss whether you want to do your development on your own servers or in a branch on the MARY SVN repository. Once it is sufficiently mature, your contribution could be merged into the trunk and become part of a future MARY TTS release. Any pronunciation corrections are welcome on the PronunciationCorrections page. == Trac == This development environment is built using [wiki:TracGuide Trac].