1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +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 Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Userland: Turn all application menus into window menus :^) 2021-03-25 22:14:09 +01:00
PlaybackManager.cpp AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer 2021-01-17 09:07:32 +01:00
PlaybackManager.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Player.h SoundPlayer: Add abstractions for players and visulizations 2021-03-27 10:20:55 +01:00
SampleWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SampleWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SoundPlayerWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SoundPlayerWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
VisualizationBase.h SoundPlayer: Add abstractions for players and visulizations 2021-03-27 10:20:55 +01:00