1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:48:11 +00:00
serenity/Userland/Applications/SoundPlayer
2021-03-27 10:20:55 +01:00
..
AudioAlgorithms.cpp SoundPlayer: Implement the Fast Fourier Transform algorithm 2021-03-27 10:20:55 +01:00
AudioAlgorithms.h SoundPlayer: Implement the Fast Fourier Transform algorithm 2021-03-27 10:20:55 +01:00
BarsVisualizationWidget.cpp SoundPlayer: Add a 'Bars' audio visualization 2021-03-27 10:20:55 +01:00
BarsVisualizationWidget.h SoundPlayer: Add a 'Bars' audio visualization 2021-03-27 10:20:55 +01:00
CMakeLists.txt SoundPlayer: Reduce sample buffer size and add a sample load event 2021-03-27 10:20:55 +01:00
Common.h SoundPlayer: Move the SoundPlayer-specific Slider widget to another file 2021-03-27 10:20:55 +01:00
main.cpp SoundPlayer: Update the SoundPlayer interface 2021-03-27 10:20:55 +01:00
NoVisualizationWidget.cpp SoundPlayer: Add a no-visualization visualization :^) 2021-03-27 10:20:55 +01:00
NoVisualizationWidget.h SoundPlayer: Add a no-visualization visualization :^) 2021-03-27 10:20:55 +01:00
PlaybackManager.cpp SoundPlayer: Reduce sample buffer size and add a sample load event 2021-03-27 10:20:55 +01:00
PlaybackManager.h SoundPlayer: Reduce sample buffer size and add a sample load event 2021-03-27 10:20:55 +01:00
Player.h SoundPlayer: Add abstractions for players and visulizations 2021-03-27 10:20:55 +01:00
SampleWidget.cpp SoundPlayer: Adapt the existing SampleWidget visualization to 2021-03-27 10:20:55 +01:00
SampleWidget.h SoundPlayer: Adapt the existing SampleWidget visualization to 2021-03-27 10:20:55 +01:00
SoundPlayerWidget.cpp SoundPlayer: Update the SoundPlayer interface 2021-03-27 10:20:55 +01:00
SoundPlayerWidget.h SoundPlayer: Update the SoundPlayer interface 2021-03-27 10:20:55 +01:00
SoundPlayerWidgetAdvancedView.cpp SoundPlayer: Update the SoundPlayer interface 2021-03-27 10:20:55 +01:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Update the SoundPlayer interface 2021-03-27 10:20:55 +01:00
VisualizationBase.h SoundPlayer: Add abstractions for players and visulizations 2021-03-27 10:20:55 +01:00