/RadioPlayer

My Radio Player built using Qt Multimedia and C++

Primary LanguageC++

RadioPlayer

RadioPlayer is a Qt6-based application designed to stream and play radio stations. It features a user-friendly interface and supports a variety of audio formats.

Features

Stream and play radio stations
Supports multiple audio formats
User-friendly interface with controls for playback

Getting Started

Prerequisites

Qt6: Ensure you have Qt6 installed on your system. You can download it from the Qt website. GCC: Make sure you have GCC or another compatible C++ compiler installed.

Installation

Clone the repository: git clone https://github.com/zedmatrix/RadioPlayer.git

Navigate to the project directory: Create a build directory and navigate into it:

cd RadioPlayer
mkdir build
cd build
cmake ..
make

Usage

Run the application: ./RadioPlayer

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Thanks to the Qt community for their support and development tools. Special thanks to contributors who have helped make this project better.