Skip to content

Commit

Permalink
Fix #91
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jan 25, 2020
1 parent 1c3462d commit a011f55
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Change log
==========

v0.0.20 <2019-xx-xx>
v0.0.20 <2020-xx-xx>

- `#90`_: Expand available speakers list for CMU Arctic dataset
- `#91`_: Add support for JVS dataset: a free Japanese multi-speaker voice corpus.

--------------------

Expand Down Expand Up @@ -186,3 +187,4 @@ v0.0.1 <2017-08-14>
.. _#87: https://github.com/r9y9/nnmnkwii/pull/87
.. _#88: https://github.com/r9y9/nnmnkwii/pull/88
.. _#90: https://github.com/r9y9/nnmnkwii/pull/90
.. _#91: https://github.com/r9y9/nnmnkwii/issues/91
14 changes: 14 additions & 0 deletions docs/references/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,17 @@ You can download data (2.7GB) from https://sites.google.com/site/shinnosuketakam

.. autoclass:: nnmnkwii.datasets.jsut.WavFileDataSource
:members:


JVS (ja)
---------

JVS: free Japanese multi-speaker voice corpus

You can download data from https://sites.google.com/site/shinnosuketakamichi/research-topics/jvs_corpus.

.. autoclass:: nnmnkwii.datasets.jvs.TranscriptionDataSource
:members:

.. autoclass:: nnmnkwii.datasets.jvs.WavFileDataSource
:members:

0 comments on commit a011f55

Please sign in to comment.