Search found 4 matches

by samikre
Thu Aug 25, 2022 12:51 pm
Forum: Mind Monitor
Topic: Problems with OSC streaming
Replies: 9
Views: 1832

Re: Problems with OSC streaming

I even tested it again (making sure to copy and paste the exact updated code from your repository). I recorded for 2 minutes and saw overlaps from the start of the file. I am using a 14-inch MBP (macOS 12.5.1) from 2021 with M1 Pro processor, 16GB of Ram and 1TB SSD (with more than 200 GB of free sp...
by samikre
Thu Aug 25, 2022 8:35 am
Forum: Mind Monitor
Topic: Problems with OSC streaming
Replies: 9
Views: 1832

Re: Problems with OSC streaming

Thanks for the message! This sadly did not solve the issue for me. I assume that using BlockingOSCUDPServer instead of ThreadingOSCUDPServer would work but that would, of course, cause data loss while the server is idle inbetween handling requests. I also had the same idea of creating a buffer (i.e ...
by samikre
Sun Jul 10, 2022 11:33 pm
Forum: Mind Monitor
Topic: Problems with OSC streaming
Replies: 9
Views: 1832

Re: Problems with OSC streaming

Hi, Thank for the help. I did not know that Muse S has 2 AUX channels, I will modify my script accordingly. For #2, I also thought that I could have introduced a bug. So I tested it with the exact version on github (unmodified). Sadly this error was consistent. It is writing new lines, but introduce...
by samikre
Thu Jul 07, 2022 3:17 pm
Forum: Mind Monitor
Topic: Problems with OSC streaming
Replies: 9
Views: 1832

Problems with OSC streaming

Hi James, Thank you for the wonderful mind-monitor app, it has been very helpful. I am using the app for OSC streaming with a muse headband (model MS-01) and the corresponding script (https://github.com/Enigma644/MindMonitorPython/blob/main/OSC%20Receiver.py). The script is working and saves the str...