Add audio_signal_analysis/tests/data/test_audio.json
This commit is contained in:
parent
a14528ed83
commit
8296f34a27
1 changed files with 14 additions and 0 deletions
14
audio_signal_analysis/tests/data/test_audio.json
Normal file
14
audio_signal_analysis/tests/data/test_audio.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{"timestamp": "2024-05-14T20:00:00Z", "audio_level": -42.5},
|
||||
{"timestamp": "2024-05-14T21:00:00Z", "audio_level": -41.7},
|
||||
{"timestamp": "2024-05-14T22:00:00Z", "audio_level": -40.9},
|
||||
{"timestamp": "2024-05-14T23:00:00Z", "audio_level": -41.2},
|
||||
{"timestamp": "2024-05-15T00:00:00Z", "audio_level": -42.1},
|
||||
{"timestamp": "2024-05-15T01:00:00Z", "audio_level": -43.0},
|
||||
{"timestamp": "2024-05-15T02:00:00Z", "audio_level": -43.8},
|
||||
{"timestamp": "2024-05-15T03:00:00Z", "audio_level": -44.1},
|
||||
{"timestamp": "2024-05-15T04:00:00Z", "audio_level": -43.5},
|
||||
{"timestamp": "2024-05-15T05:00:00Z", "audio_level": -42.9},
|
||||
{"timestamp": "2024-05-15T06:00:00Z", "audio_level": -41.8},
|
||||
{"timestamp": "2024-05-15T07:00:00Z", "audio_level": -40.4}
|
||||
]
|
||||
Loading…
Reference in a new issue