Metadata-Version: 2.1
Name: audio_image_embedder
Version: 0.1.0
Summary: A package to embed audio into images and extract it back.
Home-page: https://github.com/neuralshyam/audio_image_embedder
Author: Shyam Mondal
Author-email: info@damoadarglobal.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Audio Image Embedder

A Python package to embed audio files within image files using the RGB channels.

## Installation

```bash
pip install audio_image_embedder


```
go
