README 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. ===============================================================================
  2. The HMM-Based Singing Voice Synthesis System "Sinsy" version 0.92
  3. release December 25, 2015
  4. The Sinsy is an HMM-Based Singing Voice Synthesis System. It has been being
  5. developed by Sinsy working group (see "Who we are" below) and some graduate
  6. students in Nagoya Institute of Technology (see "AUTHORS" in the same
  7. directory).
  8. *******************************************************************************
  9. Copying
  10. *******************************************************************************
  11. The Sinsy is released under the Modified BSD license (see
  12. http://www.opensource.org/). Using and distributing this software is free
  13. (without restriction including without limitation the rights to use, copy,
  14. modify, merge, publish, distribute, sublicense, and/or sell copies of this
  15. work, and to permit persons to whom this work is furnished to do so) subject to
  16. the conditions in the following license:
  17. /* ----------------------------------------------------------------- */
  18. /* The HMM-Based Singing Voice Synthesis System "Sinsy" */
  19. /* developed by Sinsy Working Group */
  20. /* http://sinsy.sourceforge.net/ */
  21. /* ----------------------------------------------------------------- */
  22. /* */
  23. /* Copyright (c) 2009-2015 Nagoya Institute of Technology */
  24. /* Department of Computer Science */
  25. /* */
  26. /* All rights reserved. */
  27. /* */
  28. /* Redistribution and use in source and binary forms, with or */
  29. /* without modification, are permitted provided that the following */
  30. /* conditions are met: */
  31. /* */
  32. /* - Redistributions of source code must retain the above copyright */
  33. /* notice, this list of conditions and the following disclaimer. */
  34. /* - Redistributions in binary form must reproduce the above */
  35. /* copyright notice, this list of conditions and the following */
  36. /* disclaimer in the documentation and/or other materials provided */
  37. /* with the distribution. */
  38. /* - Neither the name of the Sinsy working group nor the names of */
  39. /* its contributors may be used to endorse or promote products */
  40. /* derived from this software without specific prior written */
  41. /* permission. */
  42. /* */
  43. /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */
  44. /* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, */
  45. /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */
  46. /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */
  47. /* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */
  48. /* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */
  49. /* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */
  50. /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */
  51. /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */
  52. /* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */
  53. /* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */
  54. /* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */
  55. /* POSSIBILITY OF SUCH DAMAGE. */
  56. /* ----------------------------------------------------------------- */
  57. Although this software is free, we still offer no warranties and no
  58. maintenance. We will continue to endeavor to fix bugs and answer queries when
  59. can, but are not in a position to guarantee it. We will consider consultancy if
  60. desired, please contacts us for details.
  61. If you are using the Sinsy in commercial environments, even though no license
  62. is required, we would be grateful if you let us know as it helps justify
  63. ourselves to our various sponsors. We also strongly encourage you to
  64. * refer to the use of Sinsy in any publications that use this software
  65. * report bugs, where possible with bug fixes, that are found
  66. See also "COPYING" file in the current directory for details.
  67. *******************************************************************************
  68. Installation
  69. *******************************************************************************
  70. mkdir build
  71. cd build
  72. cmake ..
  73. make
  74. *******************************************************************************
  75. Acknowledgements
  76. *******************************************************************************
  77. Keiichi Tokuda
  78. Yoshihiko Nankaku
  79. Keiichiro Oura
  80. Kazuhiro Nakamura
  81. Shinji Sako
  82. *******************************************************************************
  83. Who we are
  84. *******************************************************************************
  85. The Sinsy working group is a voluntary group for developing the HMM-Based
  86. Singing Voice Synthesis System. Current members are
  87. Keiichi Tokuda http://www.sp.nitech.ac.jp/~tokuda/
  88. (Produce and Design)
  89. Keiichiro Oura http://www.sp.nitech.ac.jp/~uratec/
  90. (Design and Development)
  91. Kazuhiro Nakamura http://www.sp.nitech.ac.jp/~nkazu/
  92. (Development and Main Maintainer)
  93. Yoshihiko Nankaku http://www.sp.nitech.ac.jp/~nankaku/
  94. and the members are dynamically changing. The current formal contact address of
  95. Sinsy working group and a mailing list for Sinsy users can be found at
  96. http://sinsy.sourceforge.net/
  97. ===============================================================================