Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
开源参加一个比赛基于Qt做的音乐播放器
社区开发
1890
views ·
5
replies ·
To
floor
Go
a946488029
deepin
2018-06-25 03:48
Author
可以网络控制,功能只写了一部分。实现多控制端只需要增加一个QStringList来存储IP地址,然后用foreach来逐个发送就行。
可以显示歌词,这个大家可以拿去参考一下。写得比较匆忙,软件可能有些粗糙。不过注释写得比较多,大家可以拿去练练手。
音频波形使用的是深度录音的控件。
https://github.com/FeihongKing/MusicPlayer
https://gitee.com/mobeisiran/MusicPlayer
Reply
Like 0
Favorite
View the author
All Replies
许自强
deepin
2018-06-25 04:46
#1
用手机控制电脑播放吗
Reply
Like 0
View the author
wtz
deepin
2018-06-25 10:40
#2
支持一下。
建议楼主把.pro文件里的库文件路径改成 pkg-config 动态获取,或者直接用 pkg-config 模块:
CONFIG += link_pkgconfig
PKGCONFIG += taglib
Copy the Code
Reply
Like 0
View the author
186******45
deepin
2018-06-25 17:13
#3
不明觉厉!!!
Reply
Like 0
View the author
a946488029
deepin
2018-06-25 17:42
#4
https://bbs.deepin.org/post/159319
用手机控制电脑播放吗
控制端用Qt写的,可以编译到所有被Qt支持的平台。
Reply
Like 0
View the author
botao
deepin
2019-06-03 22:39
#5
https://bbs.deepin.org/user/44409
您好,
我们非常诚挚的特别邀请您参加“2019深度软件大赛”,您现在只需要提交相关信息即视为报名成功(报名表在附件中),在报名成功后,您可以继续完善您的作品,后期将作品移植到国产CPU平台,也有机会接触到国产桌面计算机产品。
本次大赛的奖品也非常丰厚,不仅有奖金,还有深度周边大礼包等奖品,我们非常期待您能参加本次大赛,关于大赛的介绍可见【
大赛官网
】,期待您的回复。请将参赛报名表填完完成后发送至
https://bbs.deepin.org/module
的邮箱,非常期待您的作品。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Popular Events
More
可以显示歌词,这个大家可以拿去参考一下。写得比较匆忙,软件可能有些粗糙。不过注释写得比较多,大家可以拿去练练手。
音频波形使用的是深度录音的控件。
https://github.com/FeihongKing/MusicPlayer
https://gitee.com/mobeisiran/MusicPlayer