tyiannak / pyAudioAnalysis

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

Use this library for analysis content of audio and set metadata? #276

Open Camelia2020 opened 4 years ago

Camelia2020 commented 4 years ago

I was looking for a sound analysis library that I came across. I need to use it in a php program. Can this library get a audio as input and then analysis its and identify audio subjects and send them as output? Subjects are important content for audio content. Or can subjects be assigned to one voice as metadata?

tyiannak commented 4 years ago

Please send clearer details

Camelia2020 commented 4 years ago

I want to put an audio file on the web. I want to identify the topics that have been discussed, such as books, sports, etc., and tag them on the audio. Search by tag to identify the sound with the start time of the searched topic. Can I use this library for this purpose?

slowglow commented 3 years ago

No, you can't. You'll need a speech recognition library.