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

`spec_plot` and `plot_spec` functions in acoustic_utils very confusing #57

Open valentina-s opened 5 months ago

valentina-s commented 5 months ago

Currently, acoustic_utils has a spec_plot and a plot_spec functions which is very confusing.

spec_plot is using librosa.display.specshow, that can be just plot_spec since it is just matplotlib

plot_spec is using plotly so possibly rename to plot_spec_plotly