Metadata-Version: 2.4
Name: sound_rs
Version: 0.1.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# 🎵 sound_rs

**sound_rs** is a blazing-fast Python library written in **Rust** for audio playback.  
Powered by Rust’s performance and safety, it delivers **instant response times** while being simple to use from Python.

---

## 🚀 Features

✅ Play `.wav` audio files  
⚡ High performance and low resource usage thanks to Rust  
🐍 Fully integrated with Python via [PyO3](https://pyo3.rs/)  

---

## 🧠 Installation

```bash
pip install sound_rs
```

*(Once published on PyPI, this command will work directly.)*

---

## 💻 Usage

```python
from sound_rs import play_audio

# Play a WAV file
play_audio("example.wav")
```

---

## 🛠️ Roadmap

🔹 Support for more audio formats (`.mp3`, `.ogg`, `.flac`)  
🔹 Audio recording from microphone  
🔹 Volume control and playback management  
🔹 Asynchronous API for streaming audio  

---

## ⚙️ Built With

- **Rust** – for performance and safety  
- **PyO3** – to bridge Rust and Python  
- **Maturin** – to build and publish Python modules written in Rust  

---

## 👨‍💻 Author

**Nurassyl Mussainov**  
Kazakhstan 🇰🇿  
Python / Rust Developer  

---

## 📜 License

This project is licensed under the **MIT License** — feel free to use, modify, and improve it!

