Forum Discussion
Audio quality timeseries
- 2 years ago
Yes, I used this myself to record/analyse phonerecords. If for example you add a column with a sound quality score this score would be added to every row. You can then easily aggregate per minute what the average/max/min sound quality was per minute over all the streams that where active in that specific minute.
I also experimented with this in seconds. That's also possible with a little code adjustment, but this will generate a huge amount of rows.
Hope you get to a workable solution!
Yes, I used this myself to record/analyse phonerecords. If for example you add a column with a sound quality score this score would be added to every row. You can then easily aggregate per minute what the average/max/min sound quality was per minute over all the streams that where active in that specific minute.
I also experimented with this in seconds. That's also possible with a little code adjustment, but this will generate a huge amount of rows.
Hope you get to a workable solution!
Grateful for your effort Chiel, great solution!