summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/SampleWidget.cpp
AgeCommit message (Expand)Author
2023-01-02Userland: Remove unused includes of AK/Math.hBen Wiederhake
2022-05-07LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit floatkleines Filmröllchen
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-03-14SoundPlayer: Auto refresh visualization widgetsArne Elster
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27SoundPlayer: Adapt the existing SampleWidget visualization toCesar Torres
2021-01-12Applications: Move to Userland/Applications/Andreas Kling