ladybird/Userland/Libraries/LibAudio
Tim Schumacher ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.

Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionToServer.cpp Userland: Use Threading::MutexLocker to lock/unlock mutexes 2022-10-31 00:00:52 +01:00
ConnectionToServer.h SystemServer+LoginServer+Userland: Switch to sid-based sockets 2022-10-03 11:11:29 +02:00
FlacLoader.cpp LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
FlacLoader.h LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
FlacTypes.h
Loader.cpp LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
Loader.h LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
LoaderError.h
MP3HuffmanTables.h
MP3Loader.cpp LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
MP3Loader.h LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
MP3Tables.h
MP3Types.h
Queue.h
Resampler.h
Sample.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
SampleFormats.cpp
SampleFormats.h
UserSampleQueue.cpp
UserSampleQueue.h
WavLoader.cpp LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
WavLoader.h LibAudio: Factorize stream initialisation to base class LoaderPlugin 2022-10-14 23:11:23 +02:00
WavWriter.cpp Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
WavWriter.h Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00