orcasound / ambient-sound-analysis

This repository aims to hold code for UW MSDS capstone project analyzing ambient sounds in orcasound hydrophone data
MIT License
4 stars 4 forks source link

Deep Dive into repo and create process flow diagram #31

Closed vaibhavmehrotraml closed 5 months ago

vaibhavmehrotraml commented 7 months ago

Identify functions responsible for data download, data processing, transformation (the heavy math), and generate visualizable intermediate results. Review with @scottveirs

### Tasks
- [ ] Understand the process flow of the existing database
- [ ] Identify specific mathematical transformations/calculations and review with domain experts
- [ ] Add any comments [here](https://github.com/orcasound/orca-hls-utils/issues/12) about audio file organization (HLS & FLAC) that could optimize future ambient noise analysis (e.g. make parallelization easier, or save costs in the long-run)
vaibhavmehrotraml commented 7 months ago

Checkout acoustic_util.py/apply_per_channel_energy_norm

zprice12 commented 5 months ago

Understand repo and process flow diagram created