Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 507 Bytes

AudioON

This is a simple console-based music library application written in C++. It allows users to play different music tracks from a predefined list and stop them as needed. The application utilizes the Windows API to handle audio playback.

Features

  • Display a menu of music tracks.
  • Play selected music tracks in a loop.
  • Stop the music playback when requested.
  • Exit the application.

Requirements

  • Windows operating system.
  • A C++ compiler that supports the Windows API (e.g., MSVC).