Changes between Initial Version and Version 1 of 4.0.0


Ignore:
Timestamp:
12/18/09 16:42:48 (14 years ago)
Author:
masc01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 4.0.0

    v1 v1  
     1= MARY TTS 4.0 -- Release Notes = 
     2[http://mary.dfki.de/download/4.0/openmary-standalone-install-4.0.x.jar MARY TTS 4.0 download] 
     3 
     4== What's new == 
     5MARY 4.0 is a major cleanup over previous versions of MARY TTS. 
     6 
     7=== Changes since MARY 3.6 === 
     8 
     9 * 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. 
     10 * Fully open source. All code is now open source under the [http://www.gnu.org/licenses/lgpl-3.0-standalone.html LGPL], including German TTS. Voices are distributed under Creative Commons or BSD licenses. 
     11 * New languages. We have added British English, Turkish and Telugu synthesis for now, and have made it easy to add more languages in the future. 
     12 * New component installer. New languages and voices can be installed using a new component installer tool. If new languages and/or voices are made available for download, they can be installed without having to re-install the full system. 
     13 
     14MARY 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 
     15 
     16 * [wiki:NewLanguageSupport creating initial support for a new language]; 
     17 * [wiki:VoiceImportToolsTutorial recording and building a unit selection voice]; and 
     18 * [wiki:HMMVoiceCreationMary4.0 creating an HMM-based voice] from the same recordings. 
     19 
     20=== Changes since MARY 4.0 beta === 
     21 
     22 * New British English expressive voices. We are releasing the voices of four expressive characters built for the [http://www.semaine-project.eu SEMAINE project]. 
     23 * Improved Installer. You can now install downloaded components without requiring an internet connection at install time. The Installer handles updates of language and voice components correctly.  
     24 * Improved German pronounciation. Several thousand words were added to the pronounciation lexicon, bringing the total number of German transcriptions to over 26,000. Some bugs were fixed in the transcription of unknown words, making the synthesis of German more reliable. 
     25 * Added MBROLA voices. There are still many people who use MARY with MBROLA diphone voices because of the control over prosody that they provide. Therefore we have added MBROLA voices to this release. They can be installed like the other voices through the MARY component installer. 
     26 * Voice creation tools were simplified. The handling of external programs needed, in particular, for the creation of HMM-based voices was simplified. We provide a script now that you can use to find or, if necessary, download and compile third-party software required for training HMM-based voices. 
     27 
     28More details on individual issues addressed can be seen in the [http://mary.opendfki.de/query?status=closed&group=resolution&milestone=4.0 list of tickets associated with this release] and in the [http://mary.opendfki.de/query?status=closed&group=resolution&milestone=4.0+beta list of tickets associated with the 4.0 beta release] 
     29 
     30== Tested environments == 
     31The MARY client and server code was tested on: 
     32 
     33 * Mac OS X (Intel) 10.5.8 with java 1.6.0_07 
     34 * Ubuntu Linux 8.10 and 9.04 with sun java 1.5, 1.6, and openjdk-6 
     35 * Windows XP and Vista 
     36 
     37The web interface at http://localhost:59125 should work with any recent browser that supports AJAX. We have obtained best results with: 
     38 
     39 * Firefox 3.5 with built-in audio support 
     40 * Firefox 3.0, Internet Explorer 6 and 7, Safari 4, with Quicktime plugin 
     41 
     42== Known issues == 
     43 * On Ubuntu Linux with sun java 1.5 and 1.6, we observed a problem with audio playback in the MARY client: the final section is cut off. With openjdk-6, it works ok. 
     44 * On Ubuntu Linux 8.10 with the builtin Firefox 3.0, the audio plugin doesn't work properly. 
     45 * Web interface in the browser Chrome suboptimal: Chrome does not seem to handle the HTML 5 <audio> tag correctly. It claims it can handle it, but then doesn't play audio. Click on "Save audio file" to get the raw audio data. 
     46 
     47== Bug reports == 
     48 
     49Thanks to user feedback, we have fixed a number of bugs found in the beta release. We are therefore confident that the system is ready for production use. Nevertheless it is likely that new bugs will appear in new circumstances. 
     50 
     51If you think you have identified a bug, proceed as follows: 
     52 
     53 1. Check in the [http://mary.opendfki.de/query?group=status&milestone=4.0 list of known bugs] whether the bug has been reported already; 
     54 1. If you cannot find it, prepare your request to the mailing list. Try to find out exactly: 
     55   * what to do to reproduce the error; 
     56   * expected behaviour; 
     57 1. Then send an informative email as described in the [http://mary.opendfki.de/wiki/FrequentlyAskedQuestions#bugreport FAQ]. 
     58 
     59== Contributions == 
     60People interested in adding support for a language can get in touch, e.g. via the [http://www.dfki.de/mailman/listinfo/mary-dev MARY developers mailing list].