├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── download_blind_testset.py ├── download_ears.py ├── speaker_statistics.json └── transcripts.json /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to make participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, sex characteristics, gender identity and expression, 9 | level of experience, education, socio-economic status, nationality, personal 10 | appearance, race, religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies within all project spaces, and it also applies when 49 | an individual is representing the project or its community in public spaces. 50 | Examples of representing a project or community include using an official 51 | project e-mail address, posting via an official social media account, or acting 52 | as an appointed representative at an online or offline event. Representation of 53 | a project may be further defined and clarified by project maintainers. 54 | 55 | This Code of Conduct also applies outside the project spaces when there is a 56 | reasonable belief that an individual's behavior may have a negative impact on 57 | the project or its community. 58 | 59 | ## Enforcement 60 | 61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 | reported by contacting the project team at . All 63 | complaints will be reviewed and investigated and will result in a response that 64 | is deemed necessary and appropriate to the circumstances. The project team is 65 | obligated to maintain confidentiality with regard to the reporter of an incident. 66 | Further details of specific enforcement policies may be posted separately. 67 | 68 | Project maintainers who do not follow or enforce the Code of Conduct in good 69 | faith may face temporary or permanent repercussions as determined by other 70 | members of the project's leadership. 71 | 72 | ## Attribution 73 | 74 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 75 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 76 | 77 | [homepage]: https://www.contributor-covenant.org 78 | 79 | For answers to common questions about this code of conduct, see 80 | https://www.contributor-covenant.org/faq 81 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to ears_dataset 2 | We want to make contributing to this project as easy and transparent as 3 | possible. 4 | 5 | ## Pull Requests 6 | We actively welcome your pull requests. 7 | 8 | 1. Fork the repo and create your branch from `main`. 9 | 2. If you've added code that should be tested, add tests. 10 | 3. If you've changed APIs, update the documentation. 11 | 4. Ensure the test suite passes. 12 | 5. Make sure your code lints. 13 | 6. If you haven't already, complete the Contributor License Agreement ("CLA"). 14 | 15 | ## Contributor License Agreement ("CLA") 16 | In order to accept your pull request, we need you to submit a CLA. You only need 17 | to do this once to work on any of Meta's open source projects. 18 | 19 | Complete your CLA here: 20 | 21 | ## Issues 22 | We use GitHub issues to track public bugs. Please ensure your description is 23 | clear and has sufficient instructions to be able to reproduce the issue. 24 | 25 | Meta has a [bounty program](https://www.facebook.com/whitehat/) for the safe 26 | disclosure of security bugs. In those cases, please go through the process 27 | outlined on that page and do not file a public issue. 28 | 29 | ## License 30 | By contributing to ears_dataset, you agree that your contributions will be licensed 31 | under the LICENSE file in the root directory of this source tree. 32 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-NonCommercial 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-NonCommercial 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-NonCommercial 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | Section 1 -- Definitions. 71 | 72 | a. Adapted Material means material subject to Copyright and Similar 73 | Rights that is derived from or based upon the Licensed Material 74 | and in which the Licensed Material is translated, altered, 75 | arranged, transformed, or otherwise modified in a manner requiring 76 | permission under the Copyright and Similar Rights held by the 77 | Licensor. For purposes of this Public License, where the Licensed 78 | Material is a musical work, performance, or sound recording, 79 | Adapted Material is always produced where the Licensed Material is 80 | synched in timed relation with a moving image. 81 | 82 | b. Adapter's License means the license You apply to Your Copyright 83 | and Similar Rights in Your contributions to Adapted Material in 84 | accordance with the terms and conditions of this Public License. 85 | 86 | c. Copyright and Similar Rights means copyright and/or similar rights 87 | closely related to copyright including, without limitation, 88 | performance, broadcast, sound recording, and Sui Generis Database 89 | Rights, without regard to how the rights are labeled or 90 | categorized. For purposes of this Public License, the rights 91 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 92 | Rights. 93 | d. Effective Technological Measures means those measures that, in the 94 | absence of proper authority, may not be circumvented under laws 95 | fulfilling obligations under Article 11 of the WIPO Copyright 96 | Treaty adopted on December 20, 1996, and/or similar international 97 | agreements. 98 | 99 | e. Exceptions and Limitations means fair use, fair dealing, and/or 100 | any other exception or limitation to Copyright and Similar Rights 101 | that applies to Your use of the Licensed Material. 102 | 103 | f. Licensed Material means the artistic or literary work, database, 104 | or other material to which the Licensor applied this Public 105 | License. 106 | 107 | g. Licensed Rights means the rights granted to You subject to the 108 | terms and conditions of this Public License, which are limited to 109 | all Copyright and Similar Rights that apply to Your use of the 110 | Licensed Material and that the Licensor has authority to license. 111 | 112 | h. Licensor means the individual(s) or entity(ies) granting rights 113 | under this Public License. 114 | 115 | i. NonCommercial means not primarily intended for or directed towards 116 | commercial advantage or monetary compensation. For purposes of 117 | this Public License, the exchange of the Licensed Material for 118 | other material subject to Copyright and Similar Rights by digital 119 | file-sharing or similar means is NonCommercial provided there is 120 | no payment of monetary compensation in connection with the 121 | exchange. 122 | 123 | j. Share means to provide material to the public by any means or 124 | process that requires permission under the Licensed Rights, such 125 | as reproduction, public display, public performance, distribution, 126 | dissemination, communication, or importation, and to make material 127 | available to the public including in ways that members of the 128 | public may access the material from a place and at a time 129 | individually chosen by them. 130 | 131 | k. Sui Generis Database Rights means rights other than copyright 132 | resulting from Directive 96/9/EC of the European Parliament and of 133 | the Council of 11 March 1996 on the legal protection of databases, 134 | as amended and/or succeeded, as well as other essentially 135 | equivalent rights anywhere in the world. 136 | 137 | l. You means the individual or entity exercising the Licensed Rights 138 | under this Public License. Your has a corresponding meaning. 139 | 140 | Section 2 -- Scope. 141 | 142 | a. License grant. 143 | 144 | 1. Subject to the terms and conditions of this Public License, 145 | the Licensor hereby grants You a worldwide, royalty-free, 146 | non-sublicensable, non-exclusive, irrevocable license to 147 | exercise the Licensed Rights in the Licensed Material to: 148 | 149 | a. reproduce and Share the Licensed Material, in whole or 150 | in part, for NonCommercial purposes only; and 151 | 152 | b. produce, reproduce, and Share Adapted Material for 153 | NonCommercial purposes only. 154 | 155 | 2. Exceptions and Limitations. For the avoidance of doubt, where 156 | Exceptions and Limitations apply to Your use, this Public 157 | License does not apply, and You do not need to comply with 158 | its terms and conditions. 159 | 160 | 3. Term. The term of this Public License is specified in Section 161 | 6(a). 162 | 163 | 4. Media and formats; technical modifications allowed. The 164 | Licensor authorizes You to exercise the Licensed Rights in 165 | all media and formats whether now known or hereafter created, 166 | and to make technical modifications necessary to do so. The 167 | Licensor waives and/or agrees not to assert any right or 168 | authority to forbid You from making technical modifications 169 | necessary to exercise the Licensed Rights, including 170 | technical modifications necessary to circumvent Effective 171 | Technological Measures. For purposes of this Public License, 172 | simply making modifications authorized by this Section 2(a) 173 | (4) never produces Adapted Material. 174 | 175 | 5. Downstream recipients. 176 | 177 | a. Offer from the Licensor -- Licensed Material. Every 178 | recipient of the Licensed Material automatically 179 | receives an offer from the Licensor to exercise the 180 | Licensed Rights under the terms and conditions of this 181 | Public License. 182 | 183 | b. No downstream restrictions. You may not offer or impose 184 | any additional or different terms or conditions on, or 185 | apply any Effective Technological Measures to, the 186 | Licensed Material if doing so restricts exercise of the 187 | Licensed Rights by any recipient of the Licensed 188 | Material. 189 | 190 | 6. No endorsement. Nothing in this Public License constitutes or 191 | may be construed as permission to assert or imply that You 192 | are, or that Your use of the Licensed Material is, connected 193 | with, or sponsored, endorsed, or granted official status by, 194 | the Licensor or others designated to receive attribution as 195 | provided in Section 3(a)(1)(A)(i). 196 | 197 | b. Other rights. 198 | 199 | 1. Moral rights, such as the right of integrity, are not 200 | licensed under this Public License, nor are publicity, 201 | privacy, and/or other similar personality rights; however, to 202 | the extent possible, the Licensor waives and/or agrees not to 203 | assert any such rights held by the Licensor to the limited 204 | extent necessary to allow You to exercise the Licensed 205 | Rights, but not otherwise. 206 | 207 | 2. Patent and trademark rights are not licensed under this 208 | Public License. 209 | 210 | 3. To the extent possible, the Licensor waives any right to 211 | collect royalties from You for the exercise of the Licensed 212 | Rights, whether directly or through a collecting society 213 | under any voluntary or waivable statutory or compulsory 214 | licensing scheme. In all other cases the Licensor expressly 215 | reserves any right to collect such royalties, including when 216 | the Licensed Material is used other than for NonCommercial 217 | purposes. 218 | 219 | Section 3 -- License Conditions. 220 | 221 | Your exercise of the Licensed Rights is expressly made subject to the 222 | following conditions. 223 | 224 | a. Attribution. 225 | 226 | 1. If You Share the Licensed Material (including in modified 227 | form), You must: 228 | 229 | a. retain the following if it is supplied by the Licensor 230 | with the Licensed Material: 231 | 232 | i. identification of the creator(s) of the Licensed 233 | Material and any others designated to receive 234 | attribution, in any reasonable manner requested by 235 | the Licensor (including by pseudonym if 236 | designated); 237 | 238 | ii. a copyright notice; 239 | 240 | iii. a notice that refers to this Public License; 241 | 242 | iv. a notice that refers to the disclaimer of 243 | warranties; 244 | 245 | v. a URI or hyperlink to the Licensed Material to the 246 | extent reasonably practicable; 247 | 248 | b. indicate if You modified the Licensed Material and 249 | retain an indication of any previous modifications; and 250 | 251 | c. indicate the Licensed Material is licensed under this 252 | Public License, and include the text of, or the URI or 253 | hyperlink to, this Public License. 254 | 255 | 2. You may satisfy the conditions in Section 3(a)(1) in any 256 | reasonable manner based on the medium, means, and context in 257 | which You Share the Licensed Material. For example, it may be 258 | reasonable to satisfy the conditions by providing a URI or 259 | hyperlink to a resource that includes the required 260 | information. 261 | 262 | 3. If requested by the Licensor, You must remove any of the 263 | information required by Section 3(a)(1)(A) to the extent 264 | reasonably practicable. 265 | 266 | 4. If You Share Adapted Material You produce, the Adapter's 267 | License You apply must not prevent recipients of the Adapted 268 | Material from complying with this Public License. 269 | 270 | Section 4 -- Sui Generis Database Rights. 271 | 272 | Where the Licensed Rights include Sui Generis Database Rights that 273 | apply to Your use of the Licensed Material: 274 | 275 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 276 | to extract, reuse, reproduce, and Share all or a substantial 277 | portion of the contents of the database for NonCommercial purposes 278 | only; 279 | 280 | b. if You include all or a substantial portion of the database 281 | contents in a database in which You have Sui Generis Database 282 | Rights, then the database in which You have Sui Generis Database 283 | Rights (but not its individual contents) is Adapted Material; and 284 | 285 | c. You must comply with the conditions in Section 3(a) if You Share 286 | all or a substantial portion of the contents of the database. 287 | 288 | For the avoidance of doubt, this Section 4 supplements and does not 289 | replace Your obligations under this Public License where the Licensed 290 | Rights include other Copyright and Similar Rights. 291 | 292 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 293 | 294 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 295 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 296 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 297 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 298 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 299 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 300 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 301 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 302 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 303 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 304 | 305 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 306 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 307 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 308 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 309 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 310 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 311 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 312 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 313 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 314 | 315 | c. The disclaimer of warranties and limitation of liability provided 316 | above shall be interpreted in a manner that, to the extent 317 | possible, most closely approximates an absolute disclaimer and 318 | waiver of all liability. 319 | 320 | Section 6 -- Term and Termination. 321 | 322 | a. This Public License applies for the term of the Copyright and 323 | Similar Rights licensed here. However, if You fail to comply with 324 | this Public License, then Your rights under this Public License 325 | terminate automatically. 326 | 327 | b. Where Your right to use the Licensed Material has terminated under 328 | Section 6(a), it reinstates: 329 | 330 | 1. automatically as of the date the violation is cured, provided 331 | it is cured within 30 days of Your discovery of the 332 | violation; or 333 | 334 | 2. upon express reinstatement by the Licensor. 335 | 336 | For the avoidance of doubt, this Section 6(b) does not affect any 337 | right the Licensor may have to seek remedies for Your violations 338 | of this Public License. 339 | 340 | c. For the avoidance of doubt, the Licensor may also offer the 341 | Licensed Material under separate terms or conditions or stop 342 | distributing the Licensed Material at any time; however, doing so 343 | will not terminate this Public License. 344 | 345 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 346 | License. 347 | 348 | Section 7 -- Other Terms and Conditions. 349 | 350 | a. The Licensor shall not be bound by any additional or different 351 | terms or conditions communicated by You unless expressly agreed. 352 | 353 | b. Any arrangements, understandings, or agreements regarding the 354 | Licensed Material not stated herein are separate from and 355 | independent of the terms and conditions of this Public License. 356 | 357 | Section 8 -- Interpretation. 358 | 359 | a. For the avoidance of doubt, this Public License does not, and 360 | shall not be interpreted to, reduce, limit, restrict, or impose 361 | conditions on any use of the Licensed Material that could lawfully 362 | be made without permission under this Public License. 363 | 364 | b. To the extent possible, if any provision of this Public License is 365 | deemed unenforceable, it shall be automatically reformed to the 366 | minimum extent necessary to make it enforceable. If the provision 367 | cannot be reformed, it shall be severed from this Public License 368 | without affecting the enforceability of the remaining terms and 369 | conditions. 370 | 371 | c. No term or condition of this Public License will be waived and no 372 | failure to comply consented to unless expressly agreed to by the 373 | Licensor. 374 | 375 | d. Nothing in this Public License constitutes or may be interpreted 376 | as a limitation upon, or waiver of, any privileges and immunities 377 | that apply to the Licensor or You, including from the legal 378 | processes of any jurisdiction or authority. 379 | 380 | ======================================================================= 381 | 382 | Creative Commons is not a party to its public 383 | licenses. Notwithstanding, Creative Commons may elect to apply one of 384 | its public licenses to material it publishes and in those instances 385 | will be considered the “Licensor.” The text of the Creative Commons 386 | public licenses is dedicated to the public domain under the CC0 Public 387 | Domain Dedication. Except for the limited purpose of indicating that 388 | material is shared under a Creative Commons public license or as 389 | otherwise permitted by the Creative Commons policies published at 390 | creativecommons.org/policies, Creative Commons does not authorize the 391 | use of the trademark "Creative Commons" or any other trademark or logo 392 | of Creative Commons without its prior written consent including, 393 | without limitation, in connection with any unauthorized modifications 394 | to any of its public licenses or any other arrangements, 395 | understandings, or agreements concerning use of licensed material. For 396 | the avoidance of doubt, this paragraph does not form part of the 397 | public licenses. 398 | 399 | Creative Commons may be contacted at creativecommons.org. 400 | 401 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # EARS Dataset 2 | 3 | We release the **E**xpressive **A**nechoic **R**ecordings of **S**peech (EARS) dataset. 4 | 5 | If you use the dataset or any derivative of it, please cite our [Paper](https://arxiv.org/abs/2406.06185) 6 | 7 | ``` 8 | @inproceedings{richter2024ears, 9 | title={{EARS}: An Anechoic Fullband Speech Dataset Benchmarked for Speech Enhancement and Dereverberation}, 10 | author={Richter, Julius and Wu, Yi-Chiao and Krenn, Steven and Welker, Simon and Lay, Bunlong and Watanabe, Shinjii and Richard, Alexander and Gerkmann, Timo}, 11 | booktitle={Interspeech}, 12 | year={2024} 13 | } 14 | ``` 15 | 16 | For audio samples or scripts to generate the speech enhancement benchmarks, please visit the [project page](https://sp-uhh.github.io/ears_dataset/). 17 | 18 | ## Highlights 19 | * **100 h** of speech data from **107 speakers** 20 | * high-quality recordings at **48 kHz** in an anechoic chamber 21 | * **high speaker diversity** with speakers from different ethnicities and age range from 18 to 75 years 22 | * **full dynamic range** of human speech, ranging from whispering to yelling 23 | * 18 minutes of **freeform monologues** per speaker 24 | * sentence reading in **7 different reading styles** (regular, loud, whisper, high pitch, low pitch, fast, slow) 25 | * emotional reading and freeform tasks covering **22 different emotions** for each speaker 26 | 27 | ## Download EARS Dataset 28 | 29 | ### using bash 30 | ``` 31 | for X in $(seq -w 001 107); do 32 | curl -L https://github.com/facebookresearch/ears_dataset/releases/download/dataset/p${X}.zip -o p${X}.zip 33 | unzip p${X}.zip 34 | rm p${X}.zip 35 | done 36 | ``` 37 | 38 | ### using python 39 | run the [EARS download script](https://github.com/facebookresearch/ears_dataset/blob/main/download_ears.py) 40 | ``` 41 | python download_ears.py 42 | ``` 43 | 44 | ## Download Blind Testset with Noisy Speech 45 | 46 | ### using bash 47 | ``` 48 | curl -L https://github.com/facebookresearch/ears_dataset/releases/download/blind_testset/blind_testset.zip -o blind_testset.zip 49 | mkdir blind_testset 50 | unzip blind_testset.zip -d blind_testset 51 | rm blind_testset.zip 52 | ``` 53 | 54 | ### using python 55 | run the [blind testset download script](https://github.com/facebookresearch/ears_dataset/blob/main/download_blind_testset.py) 56 | ``` 57 | python download_blind_testset.py 58 | ``` 59 | 60 | ## Statistics and Transcripts 61 | The speaker statistics (age, ethnicity, gender, weight, height, native language) for the 107 speakers are collected in [speaker_statistics.json](https://github.com/facebookresearch/ears_dataset/blob/main/speaker_statistics.json). 62 | 63 | Transcripts of the reading portions of the dataset are available in [transcripts.json](https://github.com/facebookresearch/ears_dataset/blob/main/transcripts.json). 64 | 65 | # License 66 | The code and dataset are released under [CC-NC 4.0 International license](https://github.com/facebookresearch/ears_dataset/blob/main/LICENSE). 67 | -------------------------------------------------------------------------------- /download_blind_testset.py: -------------------------------------------------------------------------------- 1 | """ 2 | Copyright (c) Meta Platforms, Inc. and affiliates. 3 | All rights reserved. 4 | This source code is licensed under the license found in the 5 | LICENSE file in the root directory of this source tree. 6 | """ 7 | 8 | import os 9 | import urllib.request 10 | import zipfile 11 | 12 | 13 | def download_file(url, filename): 14 | with urllib.request.urlopen(url) as response: 15 | data = response.read() 16 | with open(filename, 'wb') as file: 17 | file.write(data) 18 | 19 | 20 | def unzip_file(zip_path, extract_to): 21 | os.makedirs(extract_to, exist_ok=True) 22 | with zipfile.ZipFile(zip_path, 'r') as zip_ref: 23 | zip_ref.extractall(extract_to) 24 | 25 | 26 | print("downloading blind testset (1.4GB)...") 27 | url = "https://github.com/facebookresearch/ears_dataset/releases/download/blind_testset/blind_testset.zip" 28 | file = f"blind_testset.zip" 29 | download_file(url, file) 30 | unzip_file(file, "blind_testset") 31 | os.remove(file) 32 | 33 | -------------------------------------------------------------------------------- /download_ears.py: -------------------------------------------------------------------------------- 1 | """ 2 | Copyright (c) Meta Platforms, Inc. and affiliates. 3 | All rights reserved. 4 | This source code is licensed under the license found in the 5 | LICENSE file in the root directory of this source tree. 6 | """ 7 | 8 | import os 9 | import tqdm 10 | import urllib.request 11 | import zipfile 12 | 13 | 14 | def download_file(url, filename): 15 | with urllib.request.urlopen(url) as response: 16 | data = response.read() 17 | with open(filename, 'wb') as file: 18 | file.write(data) 19 | 20 | 21 | def unzip_file(zip_path, extract_to): 22 | os.makedirs(extract_to, exist_ok=True) 23 | with zipfile.ZipFile(zip_path, 'r') as zip_ref: 24 | zip_ref.extractall(extract_to) 25 | 26 | 27 | for i in tqdm.tqdm(range(1, 108), desc="download 107 speakers of EARS dataset"): 28 | url = f"https://github.com/facebookresearch/ears_dataset/releases/download/dataset/p{i:03d}.zip" 29 | file = f"p{i:03d}.zip" 30 | download_file(url, file) 31 | unzip_file(file, ".") 32 | os.remove(file) 33 | 34 | -------------------------------------------------------------------------------- /speaker_statistics.json: -------------------------------------------------------------------------------- 1 | { 2 | "p001": { 3 | "age": "36-45", 4 | "ethnicity": "white or caucasian", 5 | "gender": "male", 6 | "weight": "160 - 180 lbs", 7 | "native language": "german", 8 | "height": "6' - 6'3" 9 | }, 10 | "p002": { 11 | "age": "46-55", 12 | "ethnicity": "white or caucasian", 13 | "gender": "female", 14 | "weight": "100 - 120 lbs", 15 | "native language": "american english", 16 | "height": "5' - 5'3" 17 | }, 18 | "p003": { 19 | "age": "26-35", 20 | "ethnicity": "black or african american", 21 | "gender": "female", 22 | "weight": "100 - 120 lbs", 23 | "native language": "american english", 24 | "height": "5'4 - 5'7" 25 | }, 26 | "p004": { 27 | "age": "18-25", 28 | "ethnicity": "white or caucasian", 29 | "gender": "male", 30 | "weight": "140 - 160 lbs", 31 | "native language": "american english", 32 | "height": "5'8 - 5'11" 33 | }, 34 | "p005": { 35 | "age": "18-25", 36 | "ethnicity": "asian", 37 | "gender": "male", 38 | "weight": "140 - 160 lbs", 39 | "native language": "mandarin", 40 | "height": "5'4 - 5'7" 41 | }, 42 | "p006": { 43 | "age": "36-45", 44 | "ethnicity": "hispanic or latino", 45 | "gender": "female", 46 | "weight": "200 - 220 lbs", 47 | "native language": "american english", 48 | "height": "< 5'" 49 | }, 50 | "p007": { 51 | "age": "36-45", 52 | "ethnicity": "white or caucasian", 53 | "gender": "male", 54 | "weight": "140 - 160 lbs", 55 | "native language": "american english", 56 | "height": "5'8 - 5'11" 57 | }, 58 | "p008": { 59 | "age": "56-65", 60 | "ethnicity": "white or caucasian", 61 | "gender": "male", 62 | "weight": "180 - 200 lbs", 63 | "native language": "british english", 64 | "height": "6' - 6'3" 65 | }, 66 | "p009": { 67 | "age": "18-25", 68 | "ethnicity": "white or caucasian", 69 | "gender": "male", 70 | "weight": "180 - 200 lbs", 71 | "native language": "american english", 72 | "height": "5'8 - 5'11" 73 | }, 74 | "p010": { 75 | "age": "36-45", 76 | "ethnicity": "black or african american", 77 | "gender": "male", 78 | "weight": "200 - 220 lbs", 79 | "native language": "american english", 80 | "height": "5'8 - 5'11" 81 | }, 82 | "p011": { 83 | "age": "18-25", 84 | "ethnicity": "white or caucasian", 85 | "gender": "female", 86 | "weight": "120 - 140 lbs", 87 | "native language": "american english", 88 | "height": "5'4 - 5'7" 89 | }, 90 | "p012": { 91 | "age": "26-35", 92 | "ethnicity": "hispanic or latino", 93 | "gender": "female", 94 | "weight": "280 - 300 lbs", 95 | "native language": "american english", 96 | "height": "5'4 - 5'7" 97 | }, 98 | "p013": { 99 | "age": "26-35", 100 | "ethnicity": "white or caucasian", 101 | "gender": "female", 102 | "weight": "140 - 160 lbs", 103 | "native language": "ukrainian", 104 | "height": "5' - 5'3" 105 | }, 106 | "p014": { 107 | "age": "26-35", 108 | "ethnicity": "white or caucasian", 109 | "gender": "female", 110 | "weight": "160 - 180 lbs", 111 | "native language": "american english", 112 | "height": "5'4 - 5'7" 113 | }, 114 | "p015": { 115 | "age": "46-55", 116 | "ethnicity": "white or caucasian", 117 | "gender": "female", 118 | "weight": "180 - 200 lbs", 119 | "native language": "american english", 120 | "height": "5'4 - 5'7" 121 | }, 122 | "p016": { 123 | "age": "18-25", 124 | "ethnicity": "white or caucasian", 125 | "gender": "male", 126 | "weight": "160 - 180 lbs", 127 | "native language": "american english", 128 | "height": "5'8 - 5'11" 129 | }, 130 | "p017": { 131 | "age": "36-45", 132 | "ethnicity": "white or caucasian", 133 | "gender": "male", 134 | "weight": "160 - 180 lbs", 135 | "native language": "american english", 136 | "height": "6' - 6'3" 137 | }, 138 | "p018": { 139 | "age": "46-55", 140 | "ethnicity": "white or caucasian", 141 | "gender": "female", 142 | "weight": "220 - 240 lbs", 143 | "native language": "american english", 144 | "height": "5' - 5'3" 145 | }, 146 | "p019": { 147 | "age": "18-25", 148 | "ethnicity": "white or caucasian", 149 | "gender": "male", 150 | "weight": "260 - 280 lbs", 151 | "native language": "american english", 152 | "height": "5'8 - 5'11" 153 | }, 154 | "p020": { 155 | "age": "26-35", 156 | "ethnicity": "black or african american", 157 | "gender": "male", 158 | "weight": "160 - 180 lbs", 159 | "native language": "prefer not to answer", 160 | "height": "5'8 - 5'11" 161 | }, 162 | "p021": { 163 | "age": "66-75", 164 | "ethnicity": "white or caucasian", 165 | "gender": "female", 166 | "weight": "140 - 160 lbs", 167 | "native language": "american english", 168 | "height": "5' - 5'3" 169 | }, 170 | "p022": { 171 | "age": "36-45", 172 | "ethnicity": "white or caucasian", 173 | "gender": "male", 174 | "weight": "220 - 240 lbs", 175 | "native language": "american english", 176 | "height": "5'8 - 5'11" 177 | }, 178 | "p023": { 179 | "age": "26-35", 180 | "ethnicity": "white or caucasian", 181 | "gender": "male", 182 | "weight": "180 - 200 lbs", 183 | "native language": "american english", 184 | "height": "6' - 6'3" 185 | }, 186 | "p024": { 187 | "age": "36-45", 188 | "ethnicity": "white or caucasian", 189 | "gender": "female", 190 | "weight": "120 - 140 lbs", 191 | "native language": "american english", 192 | "height": "5'4 - 5'7" 193 | }, 194 | "p025": { 195 | "age": "46-55", 196 | "ethnicity": "white or caucasian", 197 | "gender": "male", 198 | "weight": "180 - 200 lbs", 199 | "native language": "american english", 200 | "height": "5'8 - 5'11" 201 | }, 202 | "p026": { 203 | "age": "46-55", 204 | "ethnicity": "white or caucasian", 205 | "gender": "female", 206 | "weight": "140 - 160 lbs", 207 | "native language": "american english", 208 | "height": "5'4 - 5'7" 209 | }, 210 | "p027": { 211 | "age": "46-55", 212 | "ethnicity": "white or caucasian", 213 | "gender": "female", 214 | "weight": "160 - 180 lbs", 215 | "native language": "american english", 216 | "height": "5' - 5'3" 217 | }, 218 | "p028": { 219 | "age": "18-25", 220 | "ethnicity": "white or caucasian", 221 | "gender": "female", 222 | "weight": "120 - 140 lbs", 223 | "native language": "american english", 224 | "height": "5'4 - 5'7" 225 | }, 226 | "p029": { 227 | "age": "26-35", 228 | "ethnicity": "black or african american", 229 | "gender": "female", 230 | "weight": "120 - 140 lbs", 231 | "native language": "american english", 232 | "height": "5'8 - 5'11" 233 | }, 234 | "p030": { 235 | "age": "26-35", 236 | "ethnicity": "white or caucasian", 237 | "gender": "female", 238 | "weight": "280 - 300 lbs", 239 | "native language": "american english", 240 | "height": "5'4 - 5'7" 241 | }, 242 | "p031": { 243 | "age": "18-25", 244 | "ethnicity": "hispanic or latino", 245 | "gender": "male", 246 | "weight": "180 - 200 lbs", 247 | "native language": "american english", 248 | "height": "5'8 - 5'11" 249 | }, 250 | "p032": { 251 | "age": "56-65", 252 | "ethnicity": "white or caucasian", 253 | "gender": "female", 254 | "weight": "160 - 180 lbs", 255 | "native language": "american english", 256 | "height": "5'8 - 5'11" 257 | }, 258 | "p033": { 259 | "age": "56-65", 260 | "ethnicity": "white or caucasian", 261 | "gender": "female", 262 | "weight": "120 - 140 lbs", 263 | "native language": "american english", 264 | "height": "5'8 - 5'11" 265 | }, 266 | "p034": { 267 | "age": "56-65", 268 | "ethnicity": "white or caucasian", 269 | "gender": "female", 270 | "weight": "140 - 160 lbs", 271 | "native language": "american english", 272 | "height": "5' - 5'3" 273 | }, 274 | "p035": { 275 | "age": "18-25", 276 | "ethnicity": "white or caucasian", 277 | "gender": "female", 278 | "weight": "140 - 160 lbs", 279 | "native language": "american english", 280 | "height": "5'4 - 5'7" 281 | }, 282 | "p036": { 283 | "age": "26-35", 284 | "ethnicity": "black or african american", 285 | "gender": "female", 286 | "weight": "120 - 140 lbs", 287 | "native language": "american english", 288 | "height": "5' - 5'3" 289 | }, 290 | "p037": { 291 | "age": "46-55", 292 | "ethnicity": "white or caucasian", 293 | "gender": "female", 294 | "weight": "200 - 220 lbs", 295 | "native language": "american english", 296 | "height": "5'4 - 5'7" 297 | }, 298 | "p038": { 299 | "age": "26-35", 300 | "ethnicity": "hispanic or latino", 301 | "gender": "male", 302 | "weight": "160 - 180 lbs", 303 | "native language": "american english", 304 | "height": "5'4 - 5'7" 305 | }, 306 | "p039": { 307 | "age": "26-35", 308 | "ethnicity": "white or caucasian", 309 | "gender": "male", 310 | "weight": "200 - 220 lbs", 311 | "native language": "american english", 312 | "height": "5'8 - 5'11" 313 | }, 314 | "p040": { 315 | "age": "18-25", 316 | "ethnicity": "white or caucasian", 317 | "gender": "male", 318 | "weight": "140 - 160 lbs", 319 | "native language": "american english", 320 | "height": "5'8 - 5'11" 321 | }, 322 | "p041": { 323 | "age": "18-25", 324 | "ethnicity": "black or african american", 325 | "gender": "female", 326 | "weight": "220 - 240 lbs", 327 | "native language": "american english", 328 | "height": "5'4 - 5'7" 329 | }, 330 | "p042": { 331 | "age": "18-25", 332 | "ethnicity": "hispanic or latino", 333 | "gender": "male", 334 | "weight": "100 - 120 lbs", 335 | "native language": "spanish", 336 | "height": "5'4 - 5'7" 337 | }, 338 | "p043": { 339 | "age": "18-25", 340 | "ethnicity": "black or african american", 341 | "gender": "female", 342 | "weight": "340 - 360 lbs", 343 | "native language": "american english", 344 | "height": "5'4 - 5'7" 345 | }, 346 | "p044": { 347 | "age": "46-55", 348 | "ethnicity": "white or caucasian", 349 | "gender": "female", 350 | "weight": "100 - 120 lbs", 351 | "native language": "american english", 352 | "height": "5' - 5'3" 353 | }, 354 | "p045": { 355 | "age": "18-25", 356 | "ethnicity": "black or african american", 357 | "gender": "female", 358 | "weight": "280 - 300 lbs", 359 | "native language": "american english", 360 | "height": "5'4 - 5'7" 361 | }, 362 | "p046": { 363 | "age": "26-35", 364 | "ethnicity": "white or caucasian", 365 | "gender": "male", 366 | "weight": "220 - 240 lbs", 367 | "native language": "american english", 368 | "height": "6' - 6'3" 369 | }, 370 | "p047": { 371 | "age": "56-65", 372 | "ethnicity": "white or caucasian", 373 | "gender": "female", 374 | "weight": "160 - 180 lbs", 375 | "native language": "american english", 376 | "height": "5' - 5'3" 377 | }, 378 | "p048": { 379 | "age": "56-65", 380 | "ethnicity": "white or caucasian", 381 | "gender": "female", 382 | "weight": "180 - 200 lbs", 383 | "native language": "american english", 384 | "height": "5'4 - 5'7" 385 | }, 386 | "p049": { 387 | "age": "36-45", 388 | "ethnicity": "white or caucasian", 389 | "gender": "male", 390 | "weight": "180 - 200 lbs", 391 | "native language": "american english", 392 | "height": "5'8 - 5'11" 393 | }, 394 | "p050": { 395 | "age": "56-65", 396 | "ethnicity": "white or caucasian", 397 | "gender": "female", 398 | "weight": "120 - 140 lbs", 399 | "native language": "american english", 400 | "height": "< 5'" 401 | }, 402 | "p051": { 403 | "age": "46-55", 404 | "ethnicity": "white or caucasian", 405 | "gender": "female", 406 | "weight": "140 - 160 lbs", 407 | "native language": "american english", 408 | "height": "5' - 5'3" 409 | }, 410 | "p052": { 411 | "age": "18-25", 412 | "ethnicity": "black or african american", 413 | "gender": "female", 414 | "weight": "120 - 140 lbs", 415 | "native language": "american english", 416 | "height": "5' - 5'3" 417 | }, 418 | "p053": { 419 | "age": "18-25", 420 | "ethnicity": "white or caucasian", 421 | "gender": "female", 422 | "weight": "200 - 220 lbs", 423 | "native language": "american english", 424 | "height": "5'4 - 5'7" 425 | }, 426 | "p054": { 427 | "age": "46-55", 428 | "ethnicity": "white or caucasian", 429 | "gender": "male", 430 | "weight": "160 - 180 lbs", 431 | "native language": "american english", 432 | "height": "6' - 6'3" 433 | }, 434 | "p055": { 435 | "age": "46-55", 436 | "ethnicity": "white or caucasian", 437 | "gender": "female", 438 | "weight": "140 - 160 lbs", 439 | "native language": "american english", 440 | "height": "5'4 - 5'7" 441 | }, 442 | "p056": { 443 | "age": "18-25", 444 | "ethnicity": "white or caucasian", 445 | "gender": "female", 446 | "weight": "100 - 120 lbs", 447 | "native language": "american english", 448 | "height": "5' - 5'3" 449 | }, 450 | "p057": { 451 | "age": "18-25", 452 | "ethnicity": "white or caucasian", 453 | "gender": "male", 454 | "weight": "180 - 200 lbs", 455 | "native language": "american english", 456 | "height": "6' - 6'3" 457 | }, 458 | "p058": { 459 | "age": "26-35", 460 | "ethnicity": "white or caucasian", 461 | "gender": "female", 462 | "weight": "120 - 140 lbs", 463 | "native language": "american english", 464 | "height": "5' - 5'3" 465 | }, 466 | "p059": { 467 | "age": "26-35", 468 | "ethnicity": "white or caucasian", 469 | "gender": "female", 470 | "weight": "140 - 160 lbs", 471 | "native language": "american english", 472 | "height": "5'4 - 5'7" 473 | }, 474 | "p060": { 475 | "age": "26-35", 476 | "ethnicity": "hispanic or latino", 477 | "gender": "male", 478 | "weight": "140 - 160 lbs", 479 | "native language": "american english", 480 | "height": "5'8 - 5'11" 481 | }, 482 | "p061": { 483 | "age": "56-65", 484 | "ethnicity": "white or caucasian", 485 | "gender": "female", 486 | "weight": "160 - 180 lbs", 487 | "native language": "american english", 488 | "height": "5'4 - 5'7" 489 | }, 490 | "p062": { 491 | "age": "18-25", 492 | "ethnicity": "hispanic or latino", 493 | "gender": "female", 494 | "weight": "140 - 160 lbs", 495 | "native language": "american english", 496 | "height": "5' - 5'3" 497 | }, 498 | "p063": { 499 | "age": "36-45", 500 | "ethnicity": "white or caucasian", 501 | "gender": "female", 502 | "weight": "120 - 140 lbs", 503 | "native language": "american english", 504 | "height": "5' - 5'3" 505 | }, 506 | "p064": { 507 | "age": "36-45", 508 | "ethnicity": "white or caucasian", 509 | "gender": "female", 510 | "weight": "180 - 200 lbs", 511 | "native language": "american english", 512 | "height": "5'4 - 5'7" 513 | }, 514 | "p065": { 515 | "age": "56-65", 516 | "ethnicity": "white or caucasian", 517 | "gender": "male", 518 | "weight": "140 - 160 lbs", 519 | "native language": "american english", 520 | "height": "5'8 - 5'11" 521 | }, 522 | "p066": { 523 | "age": "46-55", 524 | "ethnicity": "white or caucasian", 525 | "gender": "female", 526 | "weight": "180 - 200 lbs", 527 | "native language": "american english", 528 | "height": "5'4 - 5'7" 529 | }, 530 | "p067": { 531 | "age": "18-25", 532 | "ethnicity": "asian", 533 | "gender": "female", 534 | "weight": "120 - 140 lbs", 535 | "native language": "dari", 536 | "height": "5'4 - 5'7" 537 | }, 538 | "p068": { 539 | "age": "18-25", 540 | "ethnicity": "hispanic or latino", 541 | "gender": "female", 542 | "weight": "120 - 140 lbs", 543 | "native language": "american english", 544 | "height": "5' - 5'3" 545 | }, 546 | "p069": { 547 | "age": "46-55", 548 | "ethnicity": "white or caucasian", 549 | "gender": "female", 550 | "weight": "120 - 140 lbs", 551 | "native language": "american english", 552 | "height": "5' - 5'3" 553 | }, 554 | "p070": { 555 | "age": "36-45", 556 | "ethnicity": "white or caucasian", 557 | "gender": "female", 558 | "weight": "140 - 160 lbs", 559 | "native language": "american english", 560 | "height": "5' - 5'3" 561 | }, 562 | "p071": { 563 | "age": "18-25", 564 | "ethnicity": "black or african american", 565 | "gender": "male", 566 | "weight": "140 - 160 lbs", 567 | "native language": "american english", 568 | "height": "5'4 - 5'7" 569 | }, 570 | "p072": { 571 | "age": "prefer not to answer", 572 | "ethnicity": "prefer not to answer", 573 | "gender": "prefer not to answer", 574 | "weight": "prefer not to answer", 575 | "native language": "prefer not to answer", 576 | "height": "prefer not to answer" 577 | }, 578 | "p073": { 579 | "age": "18-25", 580 | "ethnicity": "black or african american", 581 | "gender": "female", 582 | "weight": "140 - 160 lbs", 583 | "native language": "american english", 584 | "height": "5'8 - 5'11" 585 | }, 586 | "p074": { 587 | "age": "18-25", 588 | "ethnicity": "white or caucasian", 589 | "gender": "male", 590 | "weight": "140 - 160 lbs", 591 | "native language": "american english", 592 | "height": "5'8 - 5'11" 593 | }, 594 | "p075": { 595 | "age": "18-25", 596 | "ethnicity": "black or african american", 597 | "gender": "female", 598 | "weight": "120 - 140 lbs", 599 | "native language": "american english", 600 | "height": "5' - 5'3" 601 | }, 602 | "p076": { 603 | "age": "26-35", 604 | "ethnicity": "white or caucasian", 605 | "gender": "male", 606 | "weight": "180 - 200 lbs", 607 | "native language": "american english", 608 | "height": "5'8 - 5'11" 609 | }, 610 | "p077": { 611 | "age": "46-55", 612 | "ethnicity": "white or caucasian", 613 | "gender": "male", 614 | "weight": "180 - 200 lbs", 615 | "native language": "american english", 616 | "height": "5'8 - 5'11" 617 | }, 618 | "p078": { 619 | "age": "18-25", 620 | "ethnicity": "white or caucasian", 621 | "gender": "prefer not to answer", 622 | "weight": "160 - 180 lbs", 623 | "native language": "american english", 624 | "height": "5'4 - 5'7" 625 | }, 626 | "p079": { 627 | "age": "46-55", 628 | "ethnicity": "white or caucasian", 629 | "gender": "female", 630 | "weight": "220 - 240 lbs", 631 | "native language": "american english", 632 | "height": "5' - 5'3" 633 | }, 634 | "p080": { 635 | "age": "26-35", 636 | "ethnicity": "black or african american", 637 | "gender": "female", 638 | "weight": "180 - 200 lbs", 639 | "native language": "american english", 640 | "height": "5'4 - 5'7" 641 | }, 642 | "p081": { 643 | "age": "18-25", 644 | "ethnicity": "white or caucasian", 645 | "gender": "male", 646 | "weight": "220 - 240 lbs", 647 | "native language": "american english", 648 | "height": "5'4 - 5'7" 649 | }, 650 | "p082": { 651 | "age": "26-35", 652 | "ethnicity": "black or african american", 653 | "gender": "female", 654 | "weight": "120 - 140 lbs", 655 | "native language": "american english", 656 | "height": "5'4 - 5'7" 657 | }, 658 | "p083": { 659 | "age": "26-35", 660 | "ethnicity": "black or african american", 661 | "gender": "female", 662 | "weight": "200 - 220 lbs", 663 | "native language": "american english", 664 | "height": "5'4 - 5'7" 665 | }, 666 | "p084": { 667 | "age": "66-75", 668 | "ethnicity": "white or caucasian", 669 | "gender": "female", 670 | "weight": "100 - 120 lbs", 671 | "native language": "american english", 672 | "height": "5'4 - 5'7" 673 | }, 674 | "p085": { 675 | "age": "26-35", 676 | "ethnicity": "white or caucasian", 677 | "gender": "male", 678 | "weight": "160 - 180 lbs", 679 | "native language": "american english", 680 | "height": "5'8 - 5'11" 681 | }, 682 | "p086": { 683 | "age": "18-25", 684 | "ethnicity": "white or caucasian", 685 | "gender": "male", 686 | "weight": "160 - 180 lbs", 687 | "native language": "american english", 688 | "height": "5'8 - 5'11" 689 | }, 690 | "p087": { 691 | "age": "56-65", 692 | "ethnicity": "white or caucasian", 693 | "gender": "male", 694 | "weight": "180 - 200 lbs", 695 | "native language": "american english", 696 | "height": "5'8 - 5'11" 697 | }, 698 | "p088": { 699 | "age": "18-25", 700 | "ethnicity": "white or caucasian", 701 | "gender": "male", 702 | "weight": "140 - 160 lbs", 703 | "native language": "american english", 704 | "height": "5'8 - 5'11" 705 | }, 706 | "p089": { 707 | "age": "26-35", 708 | "ethnicity": "asian", 709 | "gender": "female", 710 | "weight": "160 - 180 lbs", 711 | "native language": "american english", 712 | "height": "5'4 - 5'7" 713 | }, 714 | "p090": { 715 | "age": "56-65", 716 | "ethnicity": "white or caucasian", 717 | "gender": "male", 718 | "weight": "160 - 180 lbs", 719 | "native language": "american english", 720 | "height": "5'8 - 5'11" 721 | }, 722 | "p091": { 723 | "age": "26-35", 724 | "ethnicity": "white or caucasian", 725 | "gender": "male", 726 | "weight": "160 - 180 lbs", 727 | "native language": "american english", 728 | "height": "5'4 - 5'7" 729 | }, 730 | "p092": { 731 | "age": "36-45", 732 | "ethnicity": "white or caucasian", 733 | "gender": "female", 734 | "weight": "160 - 180 lbs", 735 | "native language": "american english", 736 | "height": "5'4 - 5'7" 737 | }, 738 | "p093": { 739 | "age": "56-65", 740 | "ethnicity": "white or caucasian", 741 | "gender": "female", 742 | "weight": "160 - 180 lbs", 743 | "native language": "american english", 744 | "height": "5'4 - 5'7" 745 | }, 746 | "p094": { 747 | "age": "36-45", 748 | "ethnicity": "hispanic or latino", 749 | "gender": "male", 750 | "weight": "160 - 180 lbs", 751 | "native language": "american english", 752 | "height": "5'8 - 5'11" 753 | }, 754 | "p095": { 755 | "age": "36-45", 756 | "ethnicity": "white or caucasian", 757 | "gender": "male", 758 | "weight": "220 - 240 lbs", 759 | "native language": "american english", 760 | "height": "5'8 - 5'11" 761 | }, 762 | "p096": { 763 | "age": "18-25", 764 | "ethnicity": "white or caucasian", 765 | "gender": "non-binary / third gender", 766 | "weight": "140 - 160 lbs", 767 | "native language": "american english", 768 | "height": "5' - 5'3" 769 | }, 770 | "p097": { 771 | "age": "56-65", 772 | "ethnicity": "white or caucasian", 773 | "gender": "male", 774 | "weight": "160 - 180 lbs", 775 | "native language": "american english", 776 | "height": "6' - 6'3" 777 | }, 778 | "p098": { 779 | "age": "46-55", 780 | "ethnicity": "black or african american", 781 | "gender": "female", 782 | "weight": "160 - 180 lbs", 783 | "native language": "american english", 784 | "height": "5' - 5'3" 785 | }, 786 | "p099": { 787 | "age": "46-55", 788 | "ethnicity": "black or african american", 789 | "gender": "female", 790 | "weight": "180 - 200 lbs", 791 | "native language": "american english", 792 | "height": "5'4 - 5'7" 793 | }, 794 | "p100": { 795 | "age": "36-45", 796 | "ethnicity": "white or caucasian", 797 | "gender": "female", 798 | "weight": "140 - 160 lbs", 799 | "native language": "american english", 800 | "height": "5'8 - 5'11" 801 | }, 802 | "p101": { 803 | "age": "46-55", 804 | "ethnicity": "black or african american", 805 | "gender": "male", 806 | "weight": "160 - 180 lbs", 807 | "native language": "american english", 808 | "height": "6' - 6'3" 809 | }, 810 | "p102": { 811 | "age": "26-35", 812 | "ethnicity": "white or caucasian", 813 | "gender": "male", 814 | "weight": "160 - 180 lbs", 815 | "native language": "american english", 816 | "height": "5'8 - 5'11" 817 | }, 818 | "p103": { 819 | "age": "prefer not to answer", 820 | "ethnicity": "prefer not to answer", 821 | "gender": "prefer not to answer", 822 | "weight": "prefer not to answer", 823 | "native language": "prefer not to answer", 824 | "height": "prefer not to answer" 825 | }, 826 | "p104": { 827 | "age": "56-65", 828 | "ethnicity": "white or caucasian", 829 | "gender": "female", 830 | "weight": "180 - 200 lbs", 831 | "native language": "american english", 832 | "height": "5'4 - 5'7" 833 | }, 834 | "p105": { 835 | "age": "36-45", 836 | "ethnicity": "black or african american", 837 | "gender": "male", 838 | "weight": "220 - 240 lbs", 839 | "native language": "american english", 840 | "height": "6' - 6'3" 841 | }, 842 | "p106": { 843 | "age": "56-65", 844 | "ethnicity": "white or caucasian", 845 | "gender": "female", 846 | "weight": "120 - 140 lbs", 847 | "native language": "american english", 848 | "height": "5' - 5'3" 849 | }, 850 | "p107": { 851 | "age": "36-45", 852 | "ethnicity": "asian", 853 | "gender": "male", 854 | "weight": "140 - 160 lbs", 855 | "native language": "russian", 856 | "height": "5'8 - 5'11" 857 | } 858 | } 859 | -------------------------------------------------------------------------------- /transcripts.json: -------------------------------------------------------------------------------- 1 | { 2 | "emo_adoration_sentences": "You're just the sweetest person I know and I am so happy to call you my friend. I had the best time with you, I just adore you. I love this gift, thank you!", 3 | "emo_amazement_sentences": "I just love how you can play guitar. You're so impressive. I admire your abilities so much.", 4 | "emo_amusement_sentences": "The sound that baby just made was quite amusing. I liked that stand up comic, I found her pretty funny. What a fun little show to watch!", 5 | "emo_anger_sentences": "I'm so mad right now I could punch a hole in the wall. I can't believe he said that, he's such a jerk! There's a stop sign there and parents are just letting their kids run around!", 6 | "emo_confusion_sentences": "Huh, what is going on over here? What is this? Where are we going?", 7 | "emo_contentment_sentences": "I really enjoyed dinner tonight, it was quite nice. Everything is working out just fine. I'm good either way.", 8 | "emo_cuteness_sentences": "Look at that cute little kitty cat! Oh my goodness, she's so cute! That's the cutest thing I've ever seen!", 9 | "emo_desire_sentences": "Mmm that chocolate fudge lava cake looks devine. I want that car so badly. I can't wait to see you again.", 10 | "emo_disappointment_sentences": "I'm so disappointed in myself. I wish I had worked harder. I had such higher expectations for you. I really was hoping you were better than this.", 11 | "emo_disgust_sentences": "I have never seen anything grosser than this in my entire life. This is the worst dinner I've ever had. Yuck, I can't even look at that.", 12 | "emo_distress_sentences": "Oh god, I am not sure if we are going to make this flight on time. This is all too stressful to handle right now. I don't know where anything is and I'm running late.", 13 | "emo_embarassment_sentences": "I don't know what happend, I followed the recipe perfectly but the cake just deflated. I'm so embarrassed. I hope no one saw that, I'd be mortified if they did.", 14 | "emo_extasy_sentences": "This is the most exciting thing I've ever seen in my life! I can't believe I got to see that. I'm so excited, I've never been there before.", 15 | "emo_fear_sentences": "Did you hear that sound? I'm afraid someone or something is outside. Oh my gosh, what is that? What do you think is going to happen if we don't run?", 16 | "emo_guilt_sentences": "I'm sorry I did that to you. I really didn't mean to hurt you. I feel horrible that happened to you.", 17 | "emo_interest_sentences": "Hmm, I wonder what that cookie tastes like. Oh, what is that over there? So what exactly is it that you do?", 18 | "emo_neutral_sentences": "That wall in the living room is white. There is one more piece of bread in the pantry. The store closes at 8pm tonight.", 19 | "emo_pain_sentences": "Oh, this headache is the worst one I've ever had! My foot hurts so badly right now! I'm in terrible pain from that medication.", 20 | "emo_pride_sentences": "That was all me, I'm the one who found the project, created the company and made it succeed. I have worked hard to get here and I deserve it. I'm really proud of how well you did.", 21 | "emo_realization_sentences": "Wow, I never know that the body was made up of 75% water. Did you know that a flamingo is actually white but turns pink because it eats too many shrimp? Apparently dolphins sleep with one eye open.", 22 | "emo_relief_sentences": "I'm so relieved my taxes are done. That was so stressful. I'm so relieved that is over with. Thank goodness that's all done.", 23 | "emo_sadness_sentences": "I am so upset by the state of the world. I hope it gets better soon. I really miss her, life isn't the same without her. I'm sorry for your loss.", 24 | "emo_serenity_sentences": "This has been the most peaceful day of my life. I am very calm right now. I'm going to relax and take a nap here on the beach.", 25 | "rainbow_01_fast": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 26 | "rainbow_01_highpitch": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 27 | "rainbow_01_loud": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 28 | "rainbow_01_lowpitch": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 29 | "rainbow_01_regular": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 30 | "rainbow_01_slow": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 31 | "rainbow_01_whisper": "When the sunlight strikes raindrops in the air, they act as a prism and form a rainbow. The rainbow is a division of white light into many beautiful colors.", 32 | "rainbow_02_fast": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 33 | "rainbow_02_highpitch": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 34 | "rainbow_02_loud": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 35 | "rainbow_02_lowpitch": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 36 | "rainbow_02_regular": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 37 | "rainbow_02_slow": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 38 | "rainbow_02_whisper": "These take the shape of a long round arch, with its path high above, and its two ends apparently beyond the horizon. There is, according to legend, a boiling pot of gold at one end.", 39 | "rainbow_03_fast": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 40 | "rainbow_03_highpitch": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 41 | "rainbow_03_loud": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 42 | "rainbow_03_lowpitch": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 43 | "rainbow_03_regular": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 44 | "rainbow_03_slow": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 45 | "rainbow_03_whisper": "People look, but no one ever finds it. When a man looks for something beyond his reach, his friends say he is looking for the pot of gold at the end of the rainbow. Throughout the centuries people have explained the rainbow in various ways.", 46 | "rainbow_04_fast": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 47 | "rainbow_04_highpitch": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 48 | "rainbow_04_loud": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 49 | "rainbow_04_lowpitch": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 50 | "rainbow_04_regular": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 51 | "rainbow_04_slow": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 52 | "rainbow_04_whisper": "Some have accepted it as a miracle without physical explanation. To the Hebrews it was a token that there would be no more universal floods. The Greeks used to imagine that it was a sign from the gods to foretell war or heavy rain.", 53 | "rainbow_05_fast": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 54 | "rainbow_05_highpitch": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 55 | "rainbow_05_loud": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 56 | "rainbow_05_lowpitch": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 57 | "rainbow_05_regular": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 58 | "rainbow_05_slow": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 59 | "rainbow_05_whisper": "The Norsemen considered the rainbow as a bridge over which the gods passed from earth to their home in the sky. Others have tried to explain the phenomenon physically. Aristotle thought that the rainbow was caused by reflection of the sun's rays by the rain.", 60 | "rainbow_06_fast": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 61 | "rainbow_06_highpitch": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 62 | "rainbow_06_loud": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 63 | "rainbow_06_lowpitch": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 64 | "rainbow_06_regular": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 65 | "rainbow_06_slow": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 66 | "rainbow_06_whisper": "Since then physicists have found that it is not reflection, but refraction by the raindrops which causes the rainbows. Many complicated ideas about the rainbow have been formed.", 67 | "rainbow_07_fast": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 68 | "rainbow_07_highpitch": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 69 | "rainbow_07_loud": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 70 | "rainbow_07_lowpitch": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 71 | "rainbow_07_regular": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 72 | "rainbow_07_slow": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 73 | "rainbow_07_whisper": "The difference in the rainbow depends considerably upon the size of the drops, and the width of the colored band increases as the size of the drops increases. The actual primary rainbow observed is said to be the effect of super-imposition of a number of bows.", 74 | "rainbow_08_fast": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 75 | "rainbow_08_highpitch": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 76 | "rainbow_08_loud": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 77 | "rainbow_08_lowpitch": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 78 | "rainbow_08_regular": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 79 | "rainbow_08_slow": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 80 | "rainbow_08_whisper": "If the red of the second bow falls upon the green of the first, the result is to give a bow with an abnormally wide yellow band, since red and green light when mixed form yellow. This is a very common type of bow, one showing mainly red and yellow, with little or no green or blue.", 81 | "sentences_01_fast": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 82 | "sentences_01_highpitch": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 83 | "sentences_01_loud": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 84 | "sentences_01_lowpitch": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 85 | "sentences_01_regular": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 86 | "sentences_01_slow": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 87 | "sentences_01_whisper": "I will not stay here. God, we simply must dress the character. Stay, stay, I will go myself. May one ask what it is for. He rushed to the window and opened the movable pane.", 88 | "sentences_02_fast": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 89 | "sentences_02_highpitch": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 90 | "sentences_02_loud": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 91 | "sentences_02_lowpitch": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 92 | "sentences_02_regular": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 93 | "sentences_02_slow": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 94 | "sentences_02_whisper": "It might happen, he added with an involuntary smile. It is sold, sir, was again his laconic reply. And you must have some water, my dear fellow. What is that flying about? Who wants a dead cert for the Gold cup?", 95 | "sentences_03_whisper": "Had it been but one, it had been easy. We have boxed the compass among us. I shall rush out and prevent it. All that is mean slander. The doctor seemed tired and in a hurry.", 96 | "sentences_04_whisper": "I only heard it last night. We had now got into the month of March. But go thy ways; I had forgot. Conceited fellow with his waxed up moustache! Anne's unhappiness continued for a week.", 97 | "sentences_05_loud": "In fact, the count's face brightened. For God's sake, talk to her. In what an amiable light does this place him! Take me out of my way. I heard many things in hell.", 98 | "sentences_06_loud": "Yes; but we do not invite people of fashion. You see what he writes. Silent with awe and pity I went to her bedside. Happy to say, I never knew him. Birthdays are of no importance to a rational being.", 99 | "sentences_07_slow": "But it may all be put in two words. Clear up the room, the sick man said with effort. He was still in sight. He delayed; he seemed almost afraid of something. Then they carried me in.", 100 | "sentences_08_slow": "But I have never been presented. But we were only in fun! Now, look at that third name. And serve them both right, too. Good glass of burgundy take away that.", 101 | "sentences_09_fast": "And it seemed to her that God heard her prayer. My word, I admire you. I also have a pious visit to pay. She has promised to come on the twentieth. I want to tell you something.", 102 | "sentences_10_fast": "Oh, sir, it will break bones. I am very glad to see you. This question absorbed all his mental powers. Before going away forever, I'll tell him all. I told you it was mother.", 103 | "sentences_11_highpitch": "You're all in good spirits. They might retreat and leave the pickets. But I like sentimental people. Our potato crop is very good this year. Why is the chestnut on the right?", 104 | "sentences_12_highpitch": "His room was on the first floor. I have had a pattern in my hand. The knocking still continued and grew louder. May my sorrows ever shun the light. How must I arrange it, then?", 105 | "sentences_13_lowpitch": "Just read it out to me. I shall take your advice in every particular. What mortal imagination could conceive it? The gate was again hidden by smoke. After a while I left him.", 106 | "sentences_14_lowpitch": "There was a catch in her breath. They told me, but I didn't understand. What a cabin it is. A cry of joy broke from his lips. He had obviously prepared the sentence beforehand.", 107 | "sentences_15_regular": "They were all sitting in her room. So that's how it stands. He did not know why he embraced it. Why don't you speak, cousin? I didn't tell a tale.", 108 | "sentences_16_regular": "My head aches dreadfully now. Not to say every word. I have only found out. He is trying to discover something. I have done my duty.", 109 | "sentences_17_regular": "I always had a value for him. He is a deceiver and a villain. But those tears were pleasant to them both. She conquered her fears, and spoke. Oh, he couldn't overhear me at the door.", 110 | "sentences_18_regular": "How could I have said it more directly? She remembered her oath. My kingdom for a drink! Have they caught the little girl and the boy? Then she gave him the dry bread.", 111 | "sentences_19_regular": "Your sister is given to government. Water was being sprinkled on his face. The clumsy things are dear. He jumped up and sat on the sofa. How do you know her?", 112 | "sentences_20_regular": "I never could guess a riddle in my life. The expression of her face was cold. Besides, what on earth could happen to you? Allow me to give you a piece of advice. This must be stopped at once.", 113 | "sentences_21_regular": "The lawyer was right about that. You are fond of fighting. Every word is so deep. So you were never in London before? Death is now, perhaps, striking a fourth blow.", 114 | "sentences_22_regular": "It seemed that sleep and night had resumed their empire. The snowstorm was still raging. But we'll talk later on. Take the baby, Mum, and give me your book. The doctor gave him his hand.", 115 | "sentences_23_regular": "It is, nevertheless, conclusive to my mind. Give this to the countess. It is only a question of a few hours. No, we don't keep a cat. The cool evening air refreshed him.", 116 | "sentences_24_regular": "You can well enjoy the evening now. We'll make up for it now. The weakness of a murderer. But they wouldn't leave me alone. The telegram was from his wife." 117 | } 118 | --------------------------------------------------------------------------------