Commit Graph

13 Commits

Author SHA1 Message Date
Xin Wang
51dd7f8002 chore: Update .gitignore to include additional runtime caches and output files
This commit enhances the .gitignore file by adding entries for runtime caches, TTS/audio outputs, and Python-related files. The changes ensure that unnecessary files are excluded from version control, improving repository cleanliness and reducing clutter.

Changes:
- Added entries for edge_tts_voices_cache.json, *.wav, and *.mp3 files.
- Included Python cache directories and virtual environment folders.
- Retained existing entries for build artifacts and IDE/editor files.
2026-06-18 13:55:11 +08:00
Andrew Ward
20358adafb update gitignore 2025-03-25 10:43:06 +00:00
Andrew Ward
a529835037 address bugs around api key and non api key app modes, also refresh app on key input. Grey out buttons and add warnings for disabled features 2025-03-25 10:06:39 +00:00
Andrew Ward
bc130badc6 tidy up the design of the tone preset manager 2025-03-22 10:05:21 +00:00
Andrew Ward
e2bf3f3f91 update presets area to scale to fit scaled window sizes 2025-03-21 18:29:43 +00:00
Andrew Ward
1aa99026b0 remove wav restriction 2024-11-12 11:17:42 +00:00
Andrew Ward
5dbc462d06 change .env location and add hotkey selection setting 2024-08-12 15:17:45 +01:00
Andrew Ward
2d5a5d8d75 1.0.5 add chatgpt functionality 2024-05-03 10:30:23 +01:00
Andrew Ward
df24ac297f update readme with more instructions 2024-05-01 17:33:31 +01:00
Andrew Ward
1dc15bc3b0 Create a basic GUI 2024-05-01 16:23:54 +01:00
Andrew Ward
13cbf1b4eb Working python version that streams to two different audio streams at the same time 2024-05-01 14:50:04 +01:00
Andrew Ward
4ccebf0cdc pyaudio playing noise at this point 2024-05-01 12:45:53 +01:00
Andrew Ward
e1ea803eb6 setup git ignore to ignore the .env file 2024-05-01 12:22:31 +01:00