StanfordBDHG / NAMS

Platform for EEG data collection from Bluetooth-enabled devices.
MIT License
5 stars 0 forks source link

Downsample data for the live preview #53

Closed Supereg closed 6 months ago

Supereg commented 8 months ago

Problem

Currently, the live preview displays the eeg recording in full resolution. This has heavy performance impacts.

Solution

We would like to downsample the data (on a background thread) before pushing updates to the UI thread for improved performance.

Additional context

No response

Code of Conduct

Supereg commented 6 months ago

Resolved with #57