1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 14:07:43 +00:00
serenity/Userland/Applications/SoundPlayer
kleines Filmröllchen ab49fcfb7c LibAudio+Userland: Remove Audio::LegacyBuffer
The file is now renamed to Queue.h, and the Resampler APIs with
LegacyBuffer are also removed. These changes look large because nobody
actually needs Buffer.h (or Queue.h). It was mostly transitive
dependencies on the massive list of includes in that header, which are
now almost all gone. Instead, we include common things like Sample.h
directly, which should give faster compile times as very few files
actually need Queue.h.
2022-05-03 23:09:20 +02:00
..
AlbumCoverVisualizationWidget.cpp SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00
AlbumCoverVisualizationWidget.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
BarsVisualizationWidget.cpp SoundPlayer: Implement logarithmic spectrum display 2022-03-14 22:45:05 +01:00
BarsVisualizationWidget.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
CMakeLists.txt LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
Common.h LibGUI: Add DoClamp option to AbstractSlider::set_value() 2022-03-29 17:45:36 +02:00
M3UParser.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
M3UParser.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
main.cpp SoundPlayer: Rename NoVisualization to AlbumCoverVisualization 2022-03-02 22:10:05 -08:00
PlaybackManager.cpp LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
PlaybackManager.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
Player.cpp LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
Player.h LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
Playlist.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PlaylistWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SampleWidget.cpp LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
SampleWidget.h SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00
SoundPlayerWidgetAdvancedView.cpp LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
SoundPlayerWidgetAdvancedView.h LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
VisualizationWidget.h LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00