Xavi Lizarraga

Results 15 issues of Xavi Lizarraga

Hi guys, I was using LogSpectrum lately. I realize the output spectrum it is limited to 7 or 8 octaves. ![acumulated_spectrum__Duke Jones_This Could Be (Chill Mix)](https://user-images.githubusercontent.com/4201322/135442055-da5dc7f6-c0ae-4f90-8fc5-221fb4756629.png) ![acumulated_spectrum_log_spectrum__Duke Jones_This Could Be...

enhancement

Hi, I detected some features and algorithms used in Speech Processing unavailable in Essentia which might be interesting to implement. Here my proposals: 1. Mel Spectrogram 2. Delta MFCC 3....

algorithms wishlist

Hi, I got the following warning combining `RMS` output values with `DCRemoval`: `[ INFO ] Warning: essentia can currently only accept numpy arrays of dtype "single". "signal" dtype is double....

Hi David, thanks for sharing your work. I have tried to install via `python setup.py install` with Python2.7 and 3.7 but always the same error: `[ 80%] Linking CUDA device...

help wanted

Hi all, I have been using ReSpeaker Core v2 as 6ch recorder and most of these recordings have loud corrupted frames from the mic array in channel 5 and 6....

Hi mate, I am testing DOA algorithm with Respeaker Core v2 with test_8mic(), can you tell me which would be the reference angle (0 degrees)? Thanks in advance, XL

- Audio2pitch: includes PitchYinFFT, RMS and FrameBuffer algorithms to provide an accurate pitch estimation for RT purpouses. - Pitch2MIDI: just convert pitch and rms features to MIDI features (midi note,...

Gabor filter of the MelSpectrogram bands https://github.com/tan90xx/spectro-temporal-Gabor-features/blob/main/3.Mel%20and%20Gabor.ipynb

algorithms wishlist

Baseline algorithm for real-time Pitch Detection. http://musicweb.ucsd.edu/~trsmyth/analysis/Harmonic_Product_Spectrum.html Thanks!

algorithms wishlist

Hi all, first of all, thanks for your dedication. I have tried to use mic.record() but I have realize record function is incomplete or at least I cannot see wave.writeframes(data)....