Commit Graph

9 Commits

Author SHA1 Message Date
tes 849ad47230 Scaffold C# wakeword probe: vendored ONNX models + ORT sanity spike
Models sourced from openwakeword==0.6.0 on the Pi (alexa_v0.1.onnx
vendored as alexa.onnx). ORT 1.26.0 loads all three on linux-arm64
self-contained publish; libonnxruntime.so confirmed in publish dir.

SHA-256:
  melspectrogram.onnx  ba2b0e0f8b7b875369a2c89cb13360ff53bac436f2895cced9f479fa65eb176f
  embedding_model.onnx 70d164290c1d095d1d4ee149bc5e00543250a7316b59f31d056cff7bd3075c1f
  alexa.onnx           6ff566a01d12670e8d9e3c59da32651db1575d17272a601b7f8a39283dfbae3e
2026-06-12 11:24:46 +00:00
tes 87a85db38d Playback: append OutputStream playback of recorded buffer 2026-06-12 10:00:59 +00:00
tes e2bd845abe Record loop: callback InputStream + RMS meter + WAV write 2026-06-12 09:54:43 +00:00
tes 1d08f49204 Add WavWriter: mono PCM16 RIFF writer for the C# probe 2026-06-12 09:38:55 +00:00
tes d744a6318f Scaffold C# record-play probe + PortAudio device-list spike 2026-06-12 09:29:26 +00:00
tes 46f05bc120 Test 2: detection threshold + cooldown + beep 2026-06-11 14:56:54 +00:00
tes 2cea1e8de0 Test 2 skeleton: openwakeword loads via --no-deps split, scores print 2026-06-11 14:54:45 +00:00
tes a301345ec4 Test 1: add playback step — record-play loop complete 2026-06-11 14:38:41 +00:00
tes 431fe7cfbc Test 1: record 5s from USB mic with RMS meter (PA_ALSA_PLUGHW for resampling) 2026-06-11 14:35:45 +00:00