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

![image](https://user-images.githubusercontent.com/11643704/59592109-f4e35c00-9121-11e9-9325-c797a76842c9.png) anyone got this error?

Thank you very much for your work, noticed that the default shortTermWindow and shortTermStep in the audioTrainTest.py code are both 50 milliseconds, my task here is to classify a segmented...

In the [Pypi package](https://pypi.org/project/pyAudioAnalysis/), it shows *Author of this package has not provided a project description*. To fix this: - [ ] `setup.py` should be modified to include contents of...

/site-packages/pyAudioAnalysis/analyzeMovieSound.py", line 31 print "No WAV files found!" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("No WAV files found!")?

When running code((run with Python 3.7) from pyAudioAnalysis import audioFeatureExtraction ImportError: cannot import name 'audioFeatureExtraction' from 'pyAudioAnalysis' (f:\python\python37\lib\site-packages\pyAudioAnalysis\__init__.py)

details as below --------------------------------------------------------------------------- ValueError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_5940\2340920530.py in 4 if os.path.isdir(f'{test}{directory}'): 5 features, files, f_names = dir_feat_extract(f'{test}{directory}', 0.2, 0.2, ----> 6 0.1, 0.1, 1) 7 feature_list...

If I run `pip install pyAudioAnalysis` followed by `pip show pyAudioAnalysis`, I see `Requires: `, with zero requirements listed. Is this intentional? (Did I do something wrong?) We're planning to...

Hi! Congrats on the great package I've been using `python ./audioAnalysis.py featureExtractionDir` to get the feature analysis of multiple audio files. It works great, but the output CSV files don't...

at the bottom of https://github.com/tyiannak/pyAudioAnalysis/wiki/2.-General , `ShortTertFeatures.py` should be `ShortTermFeatures.py`