This project is a console-based music player that plays WAV files using C++ and PortAudio for audio playback. Additionally, it uses a Python script to provide AI-powered song suggestions. The project demonstrates the integration of C++ for performance-critical tasks and Python for AI functionalities. As its built, Ideally I will be adding a GUI.
- Play WAV audio files.
- AI-driven song suggestion using Python. (will get there)
- Console-based interface. (for now)
- Compiler: Visual Studio (Windows).
- Libraries: PortAudio (install from PortAudio website).
- Python 3.x
- Linux/macOS: Follow the instructions on the PortAudio website.
- Windows: Download the precompiled binaries and follow the instructions for your development environment.