soundata
soundata copied to clipboard
[WIP] Generalizing a SpatialEvents class
This PR implements #58, introducing a SpatialEvents
class that inherits from Events
and extends it adding spatial information such as azimuth
or distance
of the sound source. Notice that this is meant to be used for annotations where spatial information changes over time. Otherwise, if position of sources is static we include spatial information as metadata
.
Before I go further in the implementation of the tests let me know what do you think @justinsalamon @nkundiushuti @iranroman
Codecov Report
Merging #61 (1302bdb) into main (c8dc7a8) will decrease coverage by
1.26%
. The diff coverage is82.97%
.
:exclamation: Current head 1302bdb differs from pull request most recent head 86c9f85. Consider uploading reports for the commit 86c9f85 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #61 +/- ##
==========================================
- Coverage 98.52% 97.26% -1.26%
==========================================
Files 24 18 -6
Lines 2096 1465 -631
==========================================
- Hits 2065 1425 -640
- Misses 31 40 +9