Add inn_listen/tests/data/sample_audio.json
This commit is contained in:
parent
0ce9aaa39a
commit
a0bf16982d
1 changed files with 32 additions and 0 deletions
32
inn_listen/tests/data/sample_audio.json
Normal file
32
inn_listen/tests/data/sample_audio.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-04-30T10:30:00.000Z",
|
||||
"frequency": 49.8,
|
||||
"amplitude": 0.85,
|
||||
"pattern": "background_hum"
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-04-30T10:30:01.000Z",
|
||||
"frequency": 150.3,
|
||||
"amplitude": 0.64,
|
||||
"pattern": "bridge_vibration"
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-04-30T10:30:02.500Z",
|
||||
"frequency": 201.1,
|
||||
"amplitude": 0.42,
|
||||
"pattern": "resonance_peak"
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-04-30T10:30:03.750Z",
|
||||
"frequency": 50.0,
|
||||
"amplitude": 0.90,
|
||||
"pattern": "electric_interference"
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-04-30T10:30:05.000Z",
|
||||
"frequency": 85.2,
|
||||
"amplitude": 0.30,
|
||||
"pattern": "ambient_noise"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue