Commit Graph

77 Commits

Author SHA1 Message Date
ab3ef81df9 Trying to write just straight ogg rather than convert to PCM, which seems to be the issue 2023-11-21 18:06:32 -05:00
0f68356254 Possibly working version of joining voice call and collecting audio 2023-11-21 17:38:01 -05:00
855a91e340 Trying something I found on Stack Overflow 2023-11-19 19:49:28 -05:00
8ef2ede2c0 Trying another logging check to figure out this cache 2023-11-19 19:46:21 -05:00
32954a2536 Fixed the problem with registering a new call id 2023-11-19 19:42:21 -05:00
a689783b36 Another commit 2023-11-19 19:39:07 -05:00
9b0f381673 I DID PRINT AGAIN, JAVASCRIPT IS NOT PYTHON 2023-11-19 19:31:29 -05:00
1eb4da8729 More debugging 2023-11-19 19:29:57 -05:00
85fc4805dc Trying to fix the call registration return 2023-11-19 19:25:00 -05:00
f7bcbe348b Python is not Javascript, print doesn't exist 2023-11-19 19:22:00 -05:00
2307119ad7 More random prints 2023-11-19 19:20:32 -05:00
d3daa299c0 Trying another sqlutil fix for inserting call state 2023-11-19 19:14:32 -05:00
abf8f10668 Modifications to fix some bugs with inputting ID 2023-11-19 19:10:55 -05:00
acaedb434c Adding a bunch of random minor changes to sqlutil to fix a lambda parameter problem 2023-11-19 19:00:41 -05:00
e64811a179 More debug messages 2023-11-19 18:57:34 -05:00
113f6cbbd5 Adding a random debug message to see if what I think is happening is actually happening 2023-11-19 18:52:51 -05:00
7c4b5c52f1 Fixing a minor object reference issue 2023-11-19 18:46:52 -05:00
b5ded6acaf Adding a bunch of debug logging 2023-11-19 18:44:22 -05:00
08a9d0addd Another slight modification to make sure voice audio data is stored in a sensible location 2023-11-19 18:37:26 -05:00
aa1789da97 Adding a gitignore entry for media capture testing 2023-11-19 18:36:03 -05:00
9e0c78d939 Major modifications to try out actual audio recording 2023-11-19 18:32:16 -05:00
d82c569363 Added a large amount of untested voice management code, stopping just short of actually connecting to/disconnecting from calls 2023-11-14 21:50:42 -05:00
6effe2983e Some final updates for today, trying to keep track of how many people are in a particular voice channel 2023-11-12 14:54:42 -05:00
a729545e01 Fixing comparison states 2023-11-12 11:01:07 -05:00
7e79b2c3b4 Adding an actual detection that says what user joined where 2023-11-12 10:58:09 -05:00
87be8ca8db Doing to some state value checking now that the event works 2023-11-12 10:49:22 -05:00
5507fea98e I think some misplaced brackets were causing the issues 2023-11-12 10:16:41 -05:00
92df0cf4a7 Trying something simpler for VoiceStateChange notification just to see if the event works 2023-11-12 10:12:57 -05:00
944f8d4e72 I'm pretty sure I used the wrong intent 2023-11-12 10:07:52 -05:00
27e9fdb743 Missing an intent to capture the event that I want 2023-11-12 10:03:57 -05:00
b9a699c4c2 Adding preliminary test for Voice State Changed 2023-11-12 10:01:41 -05:00
734aa58e67 Adding a 'Database Backup', it's not perfect, the queries are out of order, but it'll do for now if something blows up 2023-11-11 22:31:59 -05:00
dc323ffeb1 Some final cleanup, and README adjustments 2023-11-11 22:18:54 -05:00
9fd8f3c289 Cleanup, and more logic fixes 2023-11-11 22:09:26 -05:00
c82fceeef1 Fixing some more logic problems 2023-11-11 22:02:31 -05:00
01a72ca544 Fixing a logic error 2023-11-11 21:58:56 -05:00
8befc32453 Trying a different way of handling the rows variable 2023-11-11 21:57:59 -05:00
4a3e470945 Adding some more console noise for debugging 2023-11-11 21:56:07 -05:00
7c6389d421 A significant amount of reimplementation 2023-11-11 21:51:34 -05:00
ac672e73d0 Pretty sure I have a working chain example 2023-11-11 21:29:05 -05:00
43546d93fe More changes to promise chain testing 2023-11-11 21:23:49 -05:00
6ea91cd1c9 Testing some stuff with promises and return values 2023-11-11 21:20:25 -05:00
0ad30722ae Added more modifications, await doesn't seem to be respected in the way I'm thinking, so more logging! 2023-11-11 20:35:30 -05:00
dfeb3d5148 Trying to fix issues again, this time with the truthiness of promise objects 2023-11-11 20:21:24 -05:00
6cbf6dc718 Trying to unwind some async/await mess 2023-11-11 20:17:59 -05:00
e24cc98fec Fixed some syncronization issues (I think) 2023-11-11 20:09:03 -05:00
a0e979e0bc The field for the message sender is author, not user 2023-11-11 19:52:27 -05:00
69a711a4a4 Added some fancy intents to try to fix BreadBots deafness to new messages 2023-11-11 19:48:08 -05:00
89e73e866b Adding greater console logging for event misfire 2023-11-11 19:43:23 -05:00
77b526ca21 Added preliminary BreadBot message surveillance 2023-11-11 19:39:07 -05:00