index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SoundPlayer
/
Player.cpp
Age
Commit message (
Expand
)
Author
2023-05-02
SoundPlayer: Fix glitchy visualization on pause/stop
Joel Petersson
2023-04-14
SoundPlayer: Check if loader is null
Brendan Kelly
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-19
SoundPlayer: Translate device samples to source samples before seeking
Tim Schumacher
2023-01-19
SoundPlayer: Don't offset the seek bar with the last seek value
Tim Schumacher
2023-01-17
SoundPlayer: Specify the total sample count in playback device samples
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
SoundPlayer: Load cover image from music files
Lucas CHOLLET
2022-10-14
LibAudio: Get rid of unused method `Loader::file()`
Lucas CHOLLET
2022-07-19
LibAudio: Rename ConnectionFromClient to ConnectionToServer
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2021-12-24
SoundPlayer: Add 'mute' methods to Player
Elyse
2021-12-24
SoundPlayer: Sync startup loop and show playlist settings in GUI
Max Trussell
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-13
SoundPlayer: Allow volume output of up to 150%
Elyse
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-10-25
SoundPlayer: Implement playlist shuffle mode
Leandro Pereira
2021-10-25
SoundPlayer: Fix inconsistencies and code duplication
Leandro Pereira