mirror of
https://github.com/pstrueb/piper.git
synced 2026-06-01 09:27:02 +00:00
Added the toggle of single or multi-speakers.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"colab": {
|
||||
"provenance": [],
|
||||
"gpuType": "T4",
|
||||
"authorship_tag": "ABX9TyNzgUqXPdUDnC0fjtxDZE0P",
|
||||
"authorship_tag": "ABX9TyNiXaJjWsxcoKeHr7HeL2eD",
|
||||
"include_colab_link": true
|
||||
},
|
||||
"kernelspec": {
|
||||
@@ -249,6 +249,9 @@
|
||||
"#@markdown ### Choose dataset format\n",
|
||||
"dataset_format = \"ljspeech\" #@param [\"ljspeech\", \"mycroft\"]\n",
|
||||
"#@markdown ---\n",
|
||||
"#@markdown ### Is this a single speaker dataset? Otherwise, uncheck:\n",
|
||||
"single-speaker = True #@param {type:\"boolean\"}\n",
|
||||
"#@markdown ---\n",
|
||||
"#@markdown ### Select the sample rate of the dataset\n",
|
||||
"sample_rate = \"16000\" #@param [\"16000\", \"22050\"]\n",
|
||||
"#@markdown ---\n",
|
||||
@@ -258,7 +261,8 @@
|
||||
" --input-dir /content/dataset \\\n",
|
||||
" --output-dir {output_dir} \\\n",
|
||||
" --dataset-format {dataset_format} \\\n",
|
||||
" --sample-rate {sample_rate}"
|
||||
" --sample-rate {sample_rate}|\n",
|
||||
" --single-speaker {single-speaker}"
|
||||
],
|
||||
"metadata": {
|
||||
"cellView": "form",
|
||||
|
||||
Reference in New Issue
Block a user