ladybird/Userland/Libraries/LibAudio
Elyse c78a8b94c5 Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections
The 'muted' methods referred to the 'main mix muted' but it wasn't
really clear from the name. This change will be useful because in the
next commit, a 'self muted' state will be added to each audio client
connection.
2021-12-24 00:19:01 -08:00
..
Buffer.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Buffer.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
ClientConnection.cpp Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections 2021-12-24 00:19:01 -08:00
ClientConnection.h Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnections 2021-12-24 00:19:01 -08:00
CMakeLists.txt LibAudio: Implement a basic FLAC loader 2021-06-25 20:48:14 +04:30
FlacLoader.cpp LibAudio: Don't unnecessarily copy the passed decode buffer 2021-12-17 13:13:00 -08:00
FlacLoader.h LibAudio: Don't unnecessarily copy the passed decode buffer 2021-12-17 13:13:00 -08:00
FlacTypes.h LibAudio: Implement a basic FLAC loader 2021-06-25 20:48:14 +04:30
Loader.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Loader.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
LoaderError.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Sample.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
WavLoader.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
WavLoader.h LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
WavWriter.cpp Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
WavWriter.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00