-
thanks for the great work, managed to build CyberEther and use with a USRP finally! :)
I was wondering whether instead of live streaming from SDR, a simple file input to allow e.g. spectra/spectrog…
nzqo updated
10 months ago
-
MemoryError: "Unable to allocate 3.12 GiB for an array with shape (2, 769, 272036) and data type complex64"
Traceback Error: "
File "UVR.py", line 6638, in process_start
File "separate.py", lin…
BDSKU updated
7 months ago
-
Hi,
I want to extract 13 MFCC values from an audio file and I am using the newly added mfcc function like this -
`mfcc(nMFCC: 13, nFFT: 2048, hopLength: 512, sampleRate: 22050, melsCount: 128)`
…
-
So since you have to define the source language when you use m4t-v2, I wonder how you guys handle
the problem of language identification? At the moment I use whisper to detect the language and delega…
-
I'm looking at complex-valued radio signals caught from my SDR and normally process spectrograms in their human-understandable (fftshift'd) form.
Here's what scipy produces:
![image](https://user-…
-
@MlWoo have you tried Fastspeech for Mel generation , its astonishing fast for generating Mel spectrograms, combined with LPCNET vocoder it could be work as realtime voice synthesis.
-
Ability to plot 10-minute spectrograms for whole arc at one time would aid identification of regionals. (Chris N.)
-
Spinning off an issue from #8:
> One question though: do we really want to show spectrograms to annotators? I've heard concerns voiced in the past that this additional stimulus can bias annotators to…
-
### Describe the bug
When I run the plotting examples from the documentation, e.g. from [here](https://docs.sunpy.org/projects/sunraster/en/latest/data_types/spectrogram.html#plotting), in jupyter …
-
The torchaudio modules implement sox-effects, spectrograms, and various audio transforms. I'm not sure if we should use/rely on these within opensoundscape. It may be somewhat redundant to have intern…