pyAudioAnalysis icon indicating copy to clipboard operation
pyAudioAnalysis copied to clipboard

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications

Results 126 pyAudioAnalysis issues
Sort by recently updated
recently updated
newest added

I observed some errors in the results of the speaker diarization...i don't understand how to solve them. First of all, if i put in input an audio file in which...

Training worked perfectly, and the results from training evaluation were perfect. When trying to classify a single file or folder I receive type errors (receiving integer, expecting list for enumerate)...

I'm trying to classify a single file using a previously trained model imported from another computer. Below is the code I'm trying to run from pyAudioAnalysis import audioTrainTest as trained...

I am trying to run the unsupervised segmentation example explained [here](https://github.com/tyiannak/pyAudioAnalysis/wiki/5.-Segmentation). I am running the following command: `python audioAnalysis.py segmentClassifyFile -i data/scottish.wav ` I get the following error: ![image](https://user-images.githubusercontent.com/14250739/47245381-03c51380-d3c7-11e8-8e00-012d9175973d.png) Plaintext...

- I'm using Windows with Python 3.7.4 installed. - I downloaded the zip with all the code and unziped the contents to a local folder. - I pip installed all...

Hello! I am working on MacOS with Mojave, and I am running into issues when trying to run pyAudioAnalysis. The folder is already in my PYTHONPATH, so I am not...

preview code will led to negative element in short term energy; use np.square to get element wise result

Hi When we run this command for speaker diarization, it generates a png file. Does it generate any segment file with time frame and speaker id? If not, how do...

I believe there's an error in the implementation of the chromaFeatures. In `stChromaFeaturesInit` if values of freq is smaller than `Cp=27.5` the nChroma values will have negative index due to...

my command is like : `python audioAnalysis.py fileSpectrogram -i data/doremi.wav` and it will apear a figure , how to close this figure automatically, or how to disable this display function?