Sound server added

This commit is contained in:
David Rice
2026-06-16 17:36:21 +02:00
parent 528c7df10e
commit fdbbc98088
8 changed files with 522 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
timestamp,freq_hz,vol,duration_s,avg_db,min_db,max_db,samples
2026-06-16T17:13:29,100,0.0,5.0,0.0,0.0,0.0,0
2026-06-16T17:13:34,100,0.1,5.0,0.0,0.0,0.0,0
2026-06-16T17:13:40,100,0.2,5.0,0.0,0.0,0.0,0
1 timestamp freq_hz vol duration_s avg_db min_db max_db samples
2 2026-06-16T17:13:29 100 0.0 5.0 0.0 0.0 0.0 0
3 2026-06-16T17:13:34 100 0.1 5.0 0.0 0.0 0.0 0
4 2026-06-16T17:13:40 100 0.2 5.0 0.0 0.0 0.0 0