https://github.com/s12mmm3/qradioplayer
基于Qt实现的 跨平台 网络广播电台客户端
https://github.com/s12mmm3/qradioplayer
api apis cloudmusic cpp qt qt6
Last synced: about 2 months ago
JSON representation
基于Qt实现的 跨平台 网络广播电台客户端
- Host: GitHub
- URL: https://github.com/s12mmm3/qradioplayer
- Owner: s12mmm3
- License: mit
- Created: 2025-05-30T16:14:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-29T04:05:32.000Z (3 months ago)
- Last Synced: 2026-03-29T06:59:49.446Z (3 months ago)
- Topics: api, apis, cloudmusic, cpp, qt, qt6
- Language: QML
- Homepage: https://s12mmm3.github.io/QRadioPlayer/
- Size: 12.2 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRadioPlayer
基于Qt实现的 网络广播电台客户端
[](https://github.com/s12mmm3/QRadioPlayer/actions/workflows/windows.yml)

[](https://www.qt.io)

## 简介
基于Qt实现的 网络广播电台客户端
支持播放广播电台、最嗨电音、古典电台和爵士电台
支持跨平台 (Windows, macOS, Linux, Android, iOS) 和多种编译器编译,基于[Qt版 网易云音乐 API](https://github.com/s12mmm3/QCloudMusicApi)实现
### 目录
- [需求和依赖](#需求和依赖)
- [编译方式](#编译方式)
- [License](#License)
---
## 需求和依赖
- [Qt 6.9+](https://www.qt.io/download-qt-installer)
## 编译方式
```Shell
git clone --recursive https://github.com/s12mmm3/QRadioPlayer.git
cd QRadioPlayer
cmake -B build
cmake --build build -j
```
## License
[The MIT License (MIT)](https://github.com/s12mmm3/QRadioPlayer/blob/master/LICENSE)