pyAudioAnalysis
pyAudioAnalysis copied to clipboard
Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
In short term `feature_extraction()`, there is no windowing function applied. However, Hamming window (or sometimes Kaiser window) is typically used to counter the boundary effect. Should this be added to...
First of all, awesome work on the library and thanks so much for open-sourcing it! Just did a fresh install and found that plotly is required but missing from the...
In python packages, it is common to have `.__version__` attributes such as, ``` In [8]: sklearn.__version__ Out[8]: '0.22.2.post1' In [9]: np.__version__ Out[9]: '1.18.2' ``` Unfortunately, pyAudioAnalysis did not implement it...
`Traceback (most recent call last): File "myExperiment.py", line 11, in aT.extract_features_and_train(data, 1.0, 1.0, aT.shortTermWindow, aT.shortTermStep, "svm", "svmSMtemp", False) File "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/audioTrainTest.py", line 307, in extract_features_and_train compute_beat=compute_beat) File "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/MidTermFeatures.py", line 245, in...
Hello, The code didn't work when I using F = audioFeatureExtraction.stFeatureExtraction(x, Fs, 0.050*Fs, 0.025*Fs); which says Traceback (most recent call last): File "", line 1, in File "pyAudioAnalysis/audioFeatureExtraction.py", line 577,...
On small steps, fixed an error where python could not cast spec to C[num_chroma] array. Fixed it by 0-padding.
Dear Fellows, I am trying to run pyAudio Analysis on windows, I can run many library functions without errors but some have failed to run and tried to search in...
I am using Speaker Diarization without any problem. Audio file contains only 2 speakers. My question is about speaker labels assigned to each segment of audio file. For example, in...
Hi, I am able to use the speaker diarization now and it is running good and produces results. But the results aren't accurate. I have an example wav file with...
Collecting audiotools Using cached https://files.pythonhosted.org/packages/a9/14/5ef88704f5c662ee79ce2beaf92270f44b494a5234dcff4d0bac438855f0/audiotools-0.1.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/np/bm64l_3d2xl07vpkpl9f2sv80000gn/T/pip-build-FFdram/audiotools/setup.py", line 7, in with open(path.join(here, 'README.md'),...