Metadata-Version: 2.4
Name: audiopylib
Version: 0.1.0
Summary: A generalised Python library for audio editing and effects with AI-powered analysis, inspired by OpenCV.
Author-email: Adarsh Kotawar <adarshkotawar@gmail.com>
License: MIT
Keywords: audio,dsp,signal-processing,ai,speech-recognition
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: soundfile>=0.10.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: transformers>=4.20.0
Requires-Dist: torch>=1.9.0
Provides-Extra: advanced
Requires-Dist: librosa>=0.9.0; extra == "advanced"
Dynamic: license-file
