Arsenal commited on
Commit
d9cb438
1 Parent(s): e512462

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+ # StoryTTS
5
+
6
+ > [STORYTTS: A HIGHLY EXPRESSIVE TEXT-TO-SPEECH DATASET WITH RICH TEXTUAL EXPRESSIVENESS ANNOTATIONS](https://ieeexplore.ieee.org/document/10446023)
7
+
8
+ StoryTTS is a highly expressive text-to-speech dataset that contains rich expressiveness both in acoustic and textual perspective, from the recording of a Mandarin storytelling show (评书), which is delivered by a female artist, Lian Liru(连丽如). It contains 61 hours of consecutive and highly prosodic speech equipped with accurate text transcriptions and rich textual expressiveness annotations.
9
+
10
+ [Demos](https://goarsenal.github.io/StoryTTS/)
11
+
12
+ [More Info](https://github.com/X-LANCE/StoryTTS)
13
+
14
+
15
+ ## File Description
16
+
17
+ * `StoryTTS.zip`: The audio data of StoryTTS.
18
+ * `transcript` : The transcripts of StoryTTS in simplified Chinese with puncuations.
19
+
20
+ ## Note
21
+
22
+ * The dataset is **ONLY** for research purposes.
23
+ * The ownership of the speech data remains with the original owner. Downloading this dataset defaults to agreeing to sign our [licensing agreement](https://github.com/X-LANCE/StoryTTS/blob/main/storytts_license_agreement.pdf). lt's important to note that these materials may be removed at any time upon request from the original owner.
24
+
25
+ ## Citation
26
+
27
+ ```
28
+ @inproceedings{storytts,
29
+ author={Sen Liu and Yiwei Guo and Xie Chen and Kai Yu},
30
+ title={{StoryTTS: A Highly Expressive Text-to-Speech Dataset with Rich Textual Expressiveness Annotations}},
31
+ year={2024},
32
+ booktitle={ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
33
+ pages={11521-11525},
34
+ doi={10.1109/ICASSP48485.2024.10446023}
35
+ }
36
+ ```
37
+