ladybird/Userland/Libraries/LibAudio
Gunnar Beutner eb21aa65d1 Userland: Make IPC results with one return value available directly
This changes client methods so that they return the IPC response's
return value directly - instead of the response struct - for IPC
methods which only have a single return value.
2021-05-03 21:14:40 +02:00
..
Buffer.cpp LibAudio: Support 32 and 64-bit float WAV files 2021-04-26 19:08:40 +02:00
Buffer.h LibAudio: Support 32 and 64-bit float WAV files 2021-04-26 19:08:40 +02:00
ClientConnection.cpp Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
ClientConnection.h Userland: Make IPC results with one return value available directly 2021-05-03 21:14:40 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Loader.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Loader.h LibAudio: Support 32 and 64-bit float WAV files 2021-04-26 19:08:40 +02:00
WavLoader.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
WavLoader.h LibAudio: Support 32 and 64-bit float WAV files 2021-04-26 19:08:40 +02:00
WavWriter.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WavWriter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00