diff --git a/.gitignore b/.gitignore index e6cf2cb..15798d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ .env .env_backup -*.wav *.mp3 build/ dist/ settings.json - - +resampled_last_output.wav +output.wav +last_output.wav .vs vs/ .zip diff --git a/assets/no-last-audio.wav b/assets/no-last-audio.wav new file mode 100644 index 0000000..55bbaaf Binary files /dev/null and b/assets/no-last-audio.wav differ diff --git a/assets/please-select-input.wav b/assets/please-select-input.wav new file mode 100644 index 0000000..513b2d7 Binary files /dev/null and b/assets/please-select-input.wav differ diff --git a/assets/pop.wav b/assets/pop.wav new file mode 100644 index 0000000..ad6e079 Binary files /dev/null and b/assets/pop.wav differ diff --git a/assets/wrong-short.wav b/assets/wrong-short.wav new file mode 100644 index 0000000..a3c3ce0 Binary files /dev/null and b/assets/wrong-short.wav differ diff --git a/settings-old.json b/settings-old.json deleted file mode 100644 index 742eaca..0000000 --- a/settings-old.json +++ /dev/null @@ -1 +0,0 @@ -{"chat_gpt_completion": false, "model": "gpt-3.5-turbo", "prompt": "convert to french", "auto_apply_ai_to_recording": false, "max_tokens": 750} \ No newline at end of file diff --git a/utils/__pycache__/text_to_mic.cpython-312.pyc b/utils/__pycache__/text_to_mic.cpython-312.pyc index de55a3b..1e40b52 100644 Binary files a/utils/__pycache__/text_to_mic.cpython-312.pyc and b/utils/__pycache__/text_to_mic.cpython-312.pyc differ