-
It would be nice to add a toggle to check both mid/side spectrograms. A lot of spectrograms can be false due to how new codecs work, and they can be revealed if they're actually high quality by checki…
-
Question:
The cache control on the png/spectrograms seems to be consistently: `Cache-Control: max-age=0, private, must-revalidate` whereas media/mp3's it seems to be: `Cache-Control: private`
Is the…
-
Python Code
```
samples = np.full(16_000 * 5, 0.2)
mel_spec = librosa.feature.melspectrogram(y=samples, sr=16_000, n_fft=1024, hop_length=512, n_mels=128)
print('shape: ', mel_spec.shape)
print…
-
Hi Franco,
I am writing a program called [SPECTRE](https://github.com/jcfitzpatrick12/spectre), which is a Python-based framework for recording and visualising radio spectrograms. With the help of …
-
- [ ] The button to get to the third page, fix the bg color and placement
- [ ] the card, containing the spectrograms, size to be fixed and the bottom line and top line of the card should be in al…
-
Hey @Rongjiehuang,
Thanks a lot for open-sourcing the checkpoint for the FastDiff vocoder for LJSpeech!
I played around with the code a bit and I'm only getting quite noisy generations when dec…
-
As part of the audio event summary reports, the client needs information to create the accumulation Data plot, species composition plot, analysis coverage plots, and false colour spectrograms.
---
…
-
It has occurred at least a couple of times now, that the katydid spectrograms show a single time bin with very high power at 50MHz. This then causes the background shape to be distorted and several ev…
-
Hi,
First of all, very nice work!
I am currently trying your VocalMat pipeline and I realized something that I found quite surprising.
I was comparing the VocalMat detections in one of my 4mi…
-
Hey. I trained the Tacotron 2 synthesizer from Rayhane-mamah, the synthesized spectrograms sound good if you use the griffin limm algorithm. Unfortunately, the vocoder in his repository learns with an…