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.
Stream and play radio stations
Supports multiple audio formats
User-friendly interface with controls for playback
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.
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
Run the application:
./RadioPlayer
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks to the Qt community for their support and development tools. Special thanks to contributors who have helped make this project better.