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
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

@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibAudio/Loader.h>
#include <LibAudio/Resampler.h>
#include <LibAudio/Sample.h>
#include <LibMedia/Audio/Loader.h>
#include <LibMedia/Audio/Resampler.h>
#include <LibMedia/Audio/Sample.h>
#include <LibWeb/Platform/AudioCodecPlugin.h>
namespace Web::Platform {