This project is an AI-powered .wav generator that allows you to create audio samples based on various parameters like quality, duration, mood, and type of sound.
- Python 3.9 or higher
- pip (Python package installer)
- Virtual environment (optional but recommended)
Clone the repository to your local machine.
git clone git@github.com:ericpesto/ai-sample-generator.git
Navigate to the project directory and create a virtual environment.
- On macOS and Linux:
python3 -m venv venv
- On Windows:
python -m venv venv
- On macOS and Linux:
source venv/bin/activate
- On Windows:
venv\\Scripts\\activate
Install the required packages using pip.
pip install -r requirements.txt
To run the AI WAV Generator, execute the following command:
python src/main.py
Follow the on-screen prompts to customize your audio sample.
If you encounter any issues, please check the requirements.txt
file to ensure all dependencies are correctly installed. You can also refer to the logs for debugging information.
Feel free to fork the project, open a pull request, or submit issues and feature requests.
This project is licensed under the MIT License. See the LICENSE
file for details.