Commit Graph

331 Commits

Author SHA1 Message Date
Shiven Mian e156fec978 fix: have three btns for StepCheckDialog 2024-02-17 22:57:32 -08:00
Theia Vogel 22761d0344 streaming audio / playback 2024-02-17 22:45:22 -08:00
Tom Chapin 53864cba7e Merge branch 'main' into feature/replace-ngrok-with-open-source 2024-02-17 22:41:24 -08:00
Tom Chapin 2630b5addf Updating readme with more info about localtunnel 2024-02-17 22:34:17 -08:00
Tom Chapin a0cc46cfc0 Adding localtunnel support 2024-02-17 22:27:58 -08:00
Tom Chapin 21dc07026a Switching tunneling functionality from ngrok to localhost.run 2024-02-17 21:23:36 -08:00
Theia Vogel 15bb6c92ac Merge remote-tracking branch 'lincoln/esp32-websockets' into theia/websockets 2024-02-17 20:59:40 -08:00
Lincoln Roth 1ca19d396a works on debugging websocket receive 2024-02-17 19:42:26 -08:00
killian 7169b14c89
Merge pull request #42 from zachwe/main 2024-02-17 19:01:52 -08:00
Zach Wener 25cf7c8284 feat: added wifi scanning 2024-02-17 18:58:22 -08:00
killian e9890bea80 Lenient teach mode, incremented version 2024-02-17 18:55:14 -08:00
killian 7eb1cc0a13 Lenient teach mode, incremented version 2024-02-17 18:54:37 -08:00
Tom Chapin 5f7d99071c configuring cursor to ignore archive and other random files 2024-02-17 18:42:12 -08:00
Lincoln Roth b4dd20950b websockets from esp32 to server work, very chunky in other direction 2024-02-17 18:17:49 -08:00
Shiven Mian 72706c37a4 feat: added WiFi captive portal 2024-02-17 16:54:54 -08:00
killian a6882e6124
Merge pull request #38 from shivenmian/u/shivenmian/teach
feat: teach mode + accumulator fixes
2024-02-17 14:29:27 -08:00
killian 1088bb747b
Merge pull request #39 from shivenmian/u/shivenmian/esp32ino
feat: added playback .ino code for esp32 atom echo
2024-02-17 14:28:45 -08:00
Shiven Mian 89cbb196e6 feat: added playback .ino code for esp32 atom echo 2024-02-17 14:11:12 -08:00
Shiven Mian 6e3993d0c2 feat: add function to add steps instead, force task completion 2024-02-17 14:01:52 -08:00
Shiven Mian e366f3825b feat: add code in skill instead of steps 2024-02-17 13:35:53 -08:00
Shiven Mian 6f540fc07c feat: add Teach Mode args 2024-02-17 05:44:32 -08:00
Shiven Mian 566dc4df94 fix: remove unnecessary files 2024-02-17 05:33:33 -08:00
Shiven Mian eeff385f63 Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach 2024-02-17 05:31:47 -08:00
Shiven Mian 7b3178e2fd feat: teach mode + accumulator fixes 2024-02-17 05:30:05 -08:00
killian 03f212109c
Merge pull request #36 from shivenmian/u/shivenmian/fix_local
fix: add back whisper-rust local scripts, compile binary in start script
2024-02-16 23:27:25 -08:00
Shiven Mian d12bc644ca fix: compile Rust binary in start script if needed, added check if Rust installed 2024-02-16 04:14:25 -08:00
Shiven Mian a190387b34 nit: removed all .DS_Store, added to gitignore 2024-02-16 03:35:54 -08:00
Shiven Mian 4e3c1f77a6 fix: re-add whisper-rust source code, modify scripts 2024-02-16 03:34:26 -08:00
Shiven Mian a2b56be005 Revert "Added `--clear-local` to delete local models"
This reverts commit 39afff19ff.
2024-02-16 01:36:48 -08:00
Shiven Mian 86a399d218 Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach 2024-02-16 00:34:20 -08:00
Shiven Mian 502d26dd63 fix: added base Skills class and env var 2024-02-16 00:30:21 -08:00
killian 39afff19ff Added `--clear-local` to delete local models 2024-02-15 12:55:49 -08:00
killian 1b68f14a7a Better errors, bug fix 2024-02-15 12:42:41 -08:00
killian 3571382a9f Bug fixes, CTRL-C fix, relative script fixes, less print statements 2024-02-15 12:36:08 -08:00
killian f2e51dd14f
Merge pull request #34 from tomchapin/feature/camera-snapshots
Feature/camera snapshots (WIP)
2024-02-15 03:20:35 -08:00
killian 8fb4ed6b5e
Merge branch 'main' into feature/camera-snapshots 2024-02-14 04:41:40 -08:00
killian d4629c017c Better LMC accumulator logic, queued audio messages, proper audio streaming via bytes 2024-02-14 04:38:15 -08:00
Shiven Mian b76bbc3e40 fix: remove output_audio 2024-02-13 20:11:21 -08:00
Shiven Mian 818597caa9 fix: don't output if websocket disconnected normally 2024-02-13 20:09:08 -08:00
Shiven Mian 86975c4026 fix: added tom's fixes 2024-02-13 19:44:38 -08:00
killian cb628fa314
Merge pull request #33 from shivenmian/u/shivenmian/teach
fix: download piper voice for non-macos OSes
2024-02-13 18:46:21 -08:00
killian c6ed70cbd8
Update TASKS.md 2024-02-13 18:17:04 -08:00
Shiven Mian 589af671bc fix: fixed start script 2024-02-13 18:07:49 -08:00
Shiven Mian 7469e684d6 Merge remote-tracking branch 'upstream/main' into u/shivenmian/teach 2024-02-13 18:01:53 -08:00
Tom Chapin b83c7fb261 convert captured images to base64 and send them as messages whenever an audio message is sent 2024-02-12 19:47:13 -08:00
Tom Chapin ed4db2aa45 removing unnecessary hasattr check 2024-02-12 18:53:41 -08:00
Tom Chapin 0b47293681 removing un-used import 2024-02-12 18:51:35 -08:00
Tom Chapin ea790146ef removing output_audio.wav from git tracking 2024-02-12 18:35:20 -08:00
Tom Chapin e0a5bf52d0 fixing issues with simultaneous key press detection. Adding captured images to a list. 2024-02-12 18:34:55 -08:00
Tom Chapin c309745e04 Prepend local PYTHONPATH in with the local folder during startup, to solve issues with local development of the python module 2024-02-12 18:33:57 -08:00