Skip to content

Commit

Permalink
chore: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Jun 20, 2024
1 parent 476ea7d commit 4555605
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions everyvoice/.schema/everyvoice-aligner-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,12 @@
"title": "Label",
"type": "string"
},
"permissions_obtained": {
"default": false,
"description": "An attestation that permission has been obtained to use this data. You may not use EveryVoice to build a TTS system with data that you do not have permission to use and there are serious possible consequences for doing so. Finding data online does not constitute permission. The speaker should be aware and consent to their data being used in this way.",
"title": "Permissions Obtained",
"type": "boolean"
},
"data_dir": {
"default": "/please/create/a/path/to/your/dataset/data",
"description": "The path to the directory with your audio files.",
Expand Down
6 changes: 6 additions & 0 deletions everyvoice/.schema/everyvoice-shared-data-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
"title": "Label",
"type": "string"
},
"permissions_obtained": {
"default": false,
"description": "An attestation that permission has been obtained to use this data. You may not use EveryVoice to build a TTS system with data that you do not have permission to use and there are serious possible consequences for doing so. Finding data online does not constitute permission. The speaker should be aware and consent to their data being used in this way.",
"title": "Permissions Obtained",
"type": "boolean"
},
"data_dir": {
"default": "/please/create/a/path/to/your/dataset/data",
"description": "The path to the directory with your audio files.",
Expand Down
6 changes: 6 additions & 0 deletions everyvoice/.schema/everyvoice-spec-to-wav-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@
"title": "Label",
"type": "string"
},
"permissions_obtained": {
"default": false,
"description": "An attestation that permission has been obtained to use this data. You may not use EveryVoice to build a TTS system with data that you do not have permission to use and there are serious possible consequences for doing so. Finding data online does not constitute permission. The speaker should be aware and consent to their data being used in this way.",
"title": "Permissions Obtained",
"type": "boolean"
},
"data_dir": {
"default": "/please/create/a/path/to/your/dataset/data",
"description": "The path to the directory with your audio files.",
Expand Down
6 changes: 6 additions & 0 deletions everyvoice/.schema/everyvoice-text-to-spec-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@
"title": "Label",
"type": "string"
},
"permissions_obtained": {
"default": false,
"description": "An attestation that permission has been obtained to use this data. You may not use EveryVoice to build a TTS system with data that you do not have permission to use and there are serious possible consequences for doing so. Finding data online does not constitute permission. The speaker should be aware and consent to their data being used in this way.",
"title": "Permissions Obtained",
"type": "boolean"
},
"data_dir": {
"default": "/please/create/a/path/to/your/dataset/data",
"description": "The path to the directory with your audio files.",
Expand Down
6 changes: 6 additions & 0 deletions everyvoice/.schema/everyvoice-text-to-wav-schema-0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,12 @@
"title": "Label",
"type": "string"
},
"permissions_obtained": {
"default": false,
"description": "An attestation that permission has been obtained to use this data. You may not use EveryVoice to build a TTS system with data that you do not have permission to use and there are serious possible consequences for doing so. Finding data online does not constitute permission. The speaker should be aware and consent to their data being used in this way.",
"title": "Permissions Obtained",
"type": "boolean"
},
"data_dir": {
"default": "/please/create/a/path/to/your/dataset/data",
"description": "The path to the directory with your audio files.",
Expand Down

0 comments on commit 4555605

Please sign in to comment.