Metadata-Version: 2.4
Name: librasa
Version: 1.0.1
Summary: A comprehensive Python library for speech processing tasks
Author: Sameer Rizwan
Author-email: Sameer Rizwan <xie19113@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/XIE159/librasa
Keywords: speech-processing,audio-analysis,mfcc,formants,spectral-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: librosa>=0.10.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: scipy>=1.9.0
Requires-Dist: soundfile>=0.12.0
Requires-Dist: scikit-learn>=1.0.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Librasa - Speech Processing Library

A comprehensive Python library for speech processing tasks including spectral analysis, formant estimation, MFCC extraction, and audio visualization.

## Installation

```bash
pip install librasa
