Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
https://emotiscope.rocks/
GNU General Public License v3.0
31 stars 6 forks source link

Hide "START DEBUG RECORDING" button behind eventual "Advanced Mode" toggle #25

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

https://github.com/connornishijima/Emotiscope/blob/693a80a1a39b41c8c60f6c50290055ac1c987273/data/index.html#L102


            <div class="page_title">CALIBRATION</div>
            <div class="page_paragraph">
                <button onclick="start_noise_calibration();">REMOVE BACKGROUND NOISE</button>
                <!-- TODO: Hide "START DEBUG RECORDING" button behind eventual "Advanced Mode" toggle -->
                <button onclick="start_debug_recording();">START DEBUG RECORDING</button>
            </div>
        </div>
github-actions[bot] commented 7 months ago

Closed in c0067160198b7d34061772a3e3069ca4e72a7161

connornishijima commented 7 months ago

It's accessible instead by "fetch_debug_audio.py" in the extras folder, which communicates over WS/HTTP to your device

That script is hardcoded to my personal local IP, but swap it with the IP of your unit and you can listen to 3-second samples directly from your own Emotiscope's microphone so you can hear what it hears.