mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:57:44 +00:00
SoundPlayer: Reduce sample buffer size and add a sample load event
This commit is contained in:
parent
7aa5297835
commit
f9e4bff487
3 changed files with 10 additions and 3 deletions
|
@ -3,6 +3,10 @@ set(SOURCES
|
|||
PlaybackManager.cpp
|
||||
SampleWidget.cpp
|
||||
SoundPlayerWidget.cpp
|
||||
SoundPlayerWidgetAdvancedView.cpp
|
||||
BarsVisualizationWidget.cpp
|
||||
AudioAlgorithms.cpp
|
||||
NoVisualizationWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(SoundPlayer ICON app-sound-player)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue