LibMedia: Absorb LibAudio

LibMedia will be responsible for both audio and video decoding.
This commit is contained in:
Jelle Raaijmakers
2024-08-28 12:08:38 +02:00
committed by Andreas Kling
parent 8b3bcf9c0f
commit 85fd2e281b
Notes: github-actions[bot] 2024-09-12 08:02:40 +00:00
101 changed files with 195 additions and 211 deletions

View File

@@ -26,7 +26,7 @@ At the moment, many core library support components are inherited from SerenityO
- LibGfx: 2D Graphics Library, Image Decoding and Rendering
- LibArchive: Archive file format support
- LibUnicode: Unicode and locale support
- LibAudio, LibMedia: Audio and video playback
- LibMedia: Audio and video playback
- LibCore: Event loop, OS abstraction layer
- LibIPC: Inter-process communication