Leonard Loo
Leonard Loo
 Hi, i am new to andriod studio. I did the following : 1. git clone this project 2. Open project to the dir of the git clone 3. download...
Hi, line 42 of the pySpeechRev.py, the normalisation is wrong. You should abs them before u get the max. From ``` # Signal normalization signal_clean=signal_clean/np.abs(np.max(signal_clean)) ``` to ``` # Signal...
Hi, this is an amazing app! However, i tried to modify it to draw the spectrogram in a full audio file from my `res/raw` folder instead of recording from the...
Hi, after `import pycasp` i did `from gmm_specializer.gmm import *` but the following error gives: ``` No configuration file ~/.asp_config.yml found. Configuration key cuda_device_id not found Configuration key autotune not...
Hi, i tried following the above method installing in windows, but i encountered the following problem: Can anyone help ? ``` Installed c:\users\ltiangku\appdata\local\continuum\anaconda3\lib\site-packages\ pycasp-0.1-py3.5.egg Processing dependencies for pycasp==0.1 Searching for...
Hi, according to the README, everything seems to be end-to-end when running benchmark across the whole covers80 dataset. Is there a way to simply compare two audio using any of...