-
This might be due to wrong indexing in the Arduino code. (this makes the old spectrograms invalid)
Or this is wrong loading in python. (this is better)
-
### Story
The minimap component is a sub-component of the spectrogram that shows the full timeline of the audio, even when zoomed
### Requirements
- [ ] I can "scrub" my audio clip when zoomed by…
-
I was referring the tacotron 2 and other TTS papers where they have converted the text into Mel-spectrogram and comparing it with the Mel-spectrogram generated from the actual audio. I'm having a diff…
-
As we have a spectrum panel, would it be possible to have also a spectrogram panel in EegView?
-
Hi, am doing speech recognition for micro controller. Am new to this and trying to modify the code which is written for Acoustic Scene Classification where they have used 30sec wav audio dataset.
…
-
I am trying to train the model based on my mel spectrogram dataset but I cant seem to find a way to configure the model for that
-
The maximum width/height of a QWidget is 16777215 and this is pretty easy to hit with a large file / high zoom / small fft size.
Might need to rethink how the spectrogram drawing is done.
-
Should not go all the way to white, since phase matters. Should scale from amplitude = [min dB, max dB] to J = [0, 62], for instance. Maybe color according to [derivative of phase](https://gist.gith…
-
## broken voice message spectrogram
### Steps to reproduce
Just try sending any voice message (.ogg file, opus encoder) with sendVoiceAsync() that is longer than 10-15 minutes
` await using Str…
-
Hi, I'm sorry to ask this as an issue but I have no other way of contacting you. My question is I have a `.csv` file that I want to view as a spectrogram. Your code works and here is an image of what …