-
Stakeholder C read the prompt _"Do all of the audio segments have the correct applied tag?"_ which was confusing. He did not realise that he could select spectrograms for validation but assumed he cou…
-
Hey there! I am using your code for a similar project (identifying anomalous spectrograms from underwater microphones), and I am getting pretty good results out of the box. I noticed, however, that th…
-
I am trying to use the MoUSE Desktop APP for USV detection in rodents for my graduate research at the University of South Carolina. For our use case, we require individual spectrograms for each audi…
-
-
Hi, thanks for the repo, seems to be promising. We have run some tests with your test file and got:
```
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0.0001
(shapes (513, 30), (513, 1, …
-
EOVSA total-power and cross-power spectrogram, in FITS format, are now available under http://ovsa.njit.edu/fits/synoptic/
- Example for total-power spectrogram on 2020 June 26: http://ovsa.njit.ed…
-
**Is your feature request related to a problem? Please describe.**
I primarily work with audio data and it is particularly challenging to visualize different stages of audio data like `wavefo…
-
According to the idea of paper
'''
Stack spectrograms so that each element in the spectrogram now has 3 elements (prev_frame, curr_frame, next_frame)
For the first(last) frame, prev_frame(next_fram…
-
Hi,
I have created TextGrid files in the subfolder textgrids using MFA.
Im facing issues to get average voice mel-spectrograms in the subfolder mels_mode.
Im using get_avg_mels.ipynb jupyter noteb…
-
I'd like to train hifi-gan on a custom dataset with its own set of wav files. For this I need to generate the corresponding mel spectrograms, which the readme says can be done using Tacotron2 although…