diff options
author | Julian Offenhäuser <metalvoidzz@gmail.com> | 2020-12-01 19:55:41 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-12-02 16:31:30 +0100 |
commit | 1f47b01e3bf4188df83eff416064124649894757 (patch) | |
tree | 7bb0b31a89c42b310b9c50f237a1c42783891a6f /Applications/SoundPlayer/SoundPlayerWidget.cpp | |
parent | 0b086c759a658a02cf7edb05e74ffac1d0a8b41d (diff) | |
download | serenity-1f47b01e3bf4188df83eff416064124649894757.zip |
LibAudio: Add generic Audio::Loader class
The Audio::Loader class is able to load different types of audio files
by using a generic plugin interface for all file formats. Every new
loader will have to derive from Audio::LoaderPlugin to provide a common
API.
This makes it easy to add support for more audio file formats in the future.
Diffstat (limited to 'Applications/SoundPlayer/SoundPlayerWidget.cpp')
0 files changed, 0 insertions, 0 deletions