init commit & proof of concept

This commit is contained in:
Ashton
2024-06-08 16:53:29 -06:00
parent c51ad85655
commit c24171aec9
4 changed files with 347 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
Dependencies:
pip install scipy pydub torch torchaudio wavio silero sounddevice;
Create output.txt file, TODO: Implement error handling.
touch output.txt;
Currently, you have 5 seconds to record a prompt. It will automatically place "in 50 words or less" at the start of your prompt for faster testing. The Text To Speech (TTS) engine is not great quality, at least at first. Just getting the basic structure together, more to come...