mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
SoundPlayer: Add playlist supprt
And a M3U(8) parser
This commit is contained in:
parent
e4d6a56a28
commit
2e28b8ebcc
10 changed files with 586 additions and 57 deletions
|
@ -7,6 +7,8 @@ set(SOURCES
|
|||
BarsVisualizationWidget.cpp
|
||||
AudioAlgorithms.cpp
|
||||
NoVisualizationWidget.cpp
|
||||
M3UParser.cpp
|
||||
PlaylistWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(SoundPlayer ICON app-sound-player)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue