Search found 1 match

by BenJabituya
Wed Jun 23, 2021 4:03 pm
Forum: Mind Monitor
Topic: How to download the spectrogram data from Muse 2
Replies: 5
Views: 2352

Re: How to download the spectrogram data from Muse 2

I've got a different approach to creating the spectrograms which is to essentially export the RAW signal as a WAV file and then just open that up in an audio tool like audacity. Example python script and project folder: https://github.com/jabituyaben/MuseDataProcessing Can probably be made more effi...