8 | | == What's new == |
| 8 | |
| 9 | '''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.'''|| |
| 10 | |
| 11 | 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]] |
| 12 | |
| 13 | Online demo still running in: [http://mary.dfki.de:59125/ MARYY TTS 5.0 online demo] |
| 14 | |
| 15 | For an introduction to MARY go to the [http://mary.dfki.de/ main MARY page.] |
| 16 | |
| 17 | |
| 18 | == Access to the source code repository at github == |
| 19 | |
| 20 | You can check out the latest development source code from the Github repository at http://github.com/marytts/marytts, using the following command: |
| 21 | |
| 22 | {{{ |
| 23 | git clone git://github.com/marytts/marytts.git |
| 24 | }}} |
| 25 | |
| 26 | 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: |
| 27 | |
| 28 | {{{ |
| 29 | svn checkout https://mary.opendfki.de/repos/tags/4.1.1 openmary-4.1.1 |
| 30 | }}} |
| 31 | == Bug reports == |
| 32 | If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: |
| 33 | |
| 34 | 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; |
| 35 | 1. If you cannot find it, create a [https://github.com/marytts/marytts/issues/new new issue on github] containing the following information: |
| 36 | * operating system and java version used; |
| 37 | * what to do to reproduce the error; |
| 38 | * expected behaviour; |
| 39 | * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. |
| 40 | 1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. |
| 41 | |
| 42 | |
| 43 | |
| 44 | == Old releases == |
38 | | {{{ |
39 | | git clone git://github.com/marytts/marytts.git |
40 | | }}} |
41 | | |
42 | | 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.0.0" release, do this: |
43 | | |
44 | | {{{ |
45 | | svn checkout https://mary.opendfki.de/repos/tags/4.1.1 openmary-4.1.1 |
46 | | }}} |
47 | | == Bug reports == |
48 | | If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: |
49 | | |
50 | | 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; |
51 | | 1. If you cannot find it, create a [https://github.com/marytts/marytts/issues/new new issue on github] containing the following information: |
52 | | * operating system and java version used; |
53 | | * what to do to reproduce the error; |
54 | | * expected behaviour; |
55 | | * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. |
56 | | 1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. |