huge commit. assistant code is now semifunctional
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from tts_stream import TTSstream\n",
|
||||
"from tts_stream import TTSStream\n",
|
||||
"\n",
|
||||
"tts = TTSstream(speaker_wav=\"voices/lector.wav\")"
|
||||
"tts = TTSStream(speaker_wav=\"voices/lector.wav\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -27,7 +27,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"tts.tts_speak(\"Testowanie syntezy naturalnego głosu za pomocą sztucznej sieci neuronowej.\")\n"
|
||||
"tts.tts_speak(\"Testowanie syntezy naturalnego głosu za pomocą sztucznych sieci neuronowych.\")\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user