Skip to content

sunmorai/MusicPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Music Player with C++ and Python

Overview

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.

Features

  • Play WAV audio files.
  • AI-driven song suggestion using Python. (will get there)
  • Console-based interface. (for now)

Requirements

C++

  • Compiler: Visual Studio (Windows).
  • Libraries: PortAudio (install from PortAudio website).

Python

  • Python 3.x

Setup

PortAudio Installation

  • Linux/macOS: Follow the instructions on the PortAudio website.
  • Windows: Download the precompiled binaries and follow the instructions for your development environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages