tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.75k stars 1.18k forks source link

No requirements for pip pyAudioAnalysis? #387

Open ted-at-openai opened 1 year ago

ted-at-openai commented 1 year ago

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 highlight this library in an OpenAI Whisper tutorial, and I want to make sure we write the correct installation instructions for folks.