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,6 @@
timestamp,freq_hz,vol,duration_s,avg_db,min_db,max_db,samples
2026-06-16T16:44:31,250,0.2,3.0,56.6,56.3,56.8,7
2026-06-16T16:44:34,500,0.2,3.0,56.0,56.0,56.1,6
2026-06-16T16:44:38,1000,0.2,3.0,57.3,56.2,58.1,6
2026-06-16T16:44:41,2000,0.2,3.0,61.8,58.6,64.4,5
2026-06-16T16:44:45,4000,0.2,3.0,63.1,61.1,65.2,6
1 timestamp freq_hz vol duration_s avg_db min_db max_db samples
2 2026-06-16T16:44:31 250 0.2 3.0 56.6 56.3 56.8 7
3 2026-06-16T16:44:34 500 0.2 3.0 56.0 56.0 56.1 6
4 2026-06-16T16:44:38 1000 0.2 3.0 57.3 56.2 58.1 6
5 2026-06-16T16:44:41 2000 0.2 3.0 61.8 58.6 64.4 5
6 2026-06-16T16:44:45 4000 0.2 3.0 63.1 61.1 65.2 6