huge commit. assistant code is now semifunctional

This commit is contained in:
Looki2000
2023-12-01 21:48:56 +01:00
parent af6f2a13b7
commit f18e41476f
7 changed files with 501 additions and 168 deletions

View File

@@ -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"
]
}
],