1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 22:17:36 +00:00
serenity/Userland/Services/AudioServer
David Isaksson b6d075bb01 LibAudio: Rename Audio::Frame -> Audio::Sample
"Frame" is an MPEG term, which is not only unintuitive but also
overloaded with different meaning by other codecs (e.g. FLAC).
Therefore, use the standard term Sample for the central audio structure.

The class is also extracted to its own file, because it's becoming quite
large. Bundling these two changes means not distributing similar
modifications (changing names and paths) across commits.

Co-authored-by: kleines Filmröllchen <malu.bertsch@gmail.com>
2021-11-08 16:29:25 -08:00
..
AudioClient.ipc Audio: Add per-client volume 2021-09-12 23:38:57 +02:00
AudioServer.ipc Audio: Add per-client volume 2021-09-12 23:38:57 +02:00
ClientConnection.cpp Audio: Add per-client volume 2021-09-12 23:38:57 +02:00
ClientConnection.h AudioServer: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
FadingProperty.h Audio: Change how volume works 2021-09-12 23:38:57 +02:00
main.cpp AudioServer: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Mixer.cpp LibAudio: Rename Audio::Frame -> Audio::Sample 2021-11-08 16:29:25 -08:00
Mixer.h LibAudio: Rename Audio::Frame -> Audio::Sample 2021-11-08 16:29:25 -08:00