1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:17:44 +00:00

SoundPlayer: Reduce sample buffer size and add a sample load event

This commit is contained in:
Cesar Torres 2021-03-21 13:43:27 +01:00 committed by Andreas Kling
parent 7aa5297835
commit f9e4bff487
3 changed files with 10 additions and 3 deletions

View file

@ -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)