Metadata-Version: 2.4
Name: evolvo
Version: 0.1.1
Summary: Advanced Speech Processing and Code Generation Library
Home-page: https://github.com/yourusername/evolvo
Author: Sameer Rizwan
Author-email: sameer@example.com
Keywords: speech-processing,audio-analysis,code-generation,mfcc,spectrogram
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: numpy>=1.21.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: librosa>=0.9.0
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: soundfile>=0.10.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Evolvo Speech Processing Library

Advanced speech processing and code generation library for audio analysis, feature extraction, and automated code synthesis.

## Features

- **Speech Analysis**: Waveform, spectral, and formant analysis
- **Feature Extraction**: MFCC, pitch, energy, formants
- **Visualization**: Spectrograms, waveforms, frequency plots
- **Code Generation**: Automatic Python code synthesis from templates
- **Synthetic Speech**: Generate vowel sounds and test signals

## Installation

```bash
pip install evolvo
