ladybird/Userland/Services
Jelle Raaijmakers f97c9a5968 Kernel: Allow higher audio sample rates than 65kHZ (u16)
Executing `asctl set r 96000` no longer results in weird sample rates
being set on the audio devices. SB16 checks for a sample rate between 1
and 44100 Hz, while AC97 implements double-rate support which allows
sample rates between 8kHz and 96kHZ.
2021-11-24 19:08:13 +01:00
..
AudioServer Kernel: Allow higher audio sample rates than 65kHZ (u16) 2021-11-24 19:08:13 +01:00
ChessEngine Services: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Clipboard Clipboard: Port to LibMain :^) 2021-11-24 00:25:22 +01:00
ConfigServer ConfigServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
CrashDaemon CrashDaemon: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
DHCPClient AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
EchoServer EchoServer: Defer removal of client from clients HashMap 2021-10-23 13:57:42 +02:00
FileOperation LibCore: Use ErrorOr<T> for Core::File::open() 2021-11-08 00:35:27 +01:00
FileSystemAccessServer LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
ImageDecoder LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
InspectorServer AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
KeyboardPreferenceLoader Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 2021-08-22 01:32:25 +02:00
LaunchServer Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LoginServer LoginServer: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
LookupServer LookupServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
NotificationServer NotificationServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
RequestServer LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
SpiceAgent LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<> 2021-11-21 20:22:48 +01:00
SQLServer LibSQL: Add current statement to the ExecutionContext 2021-11-10 14:47:49 +01:00
SystemServer Everywhere: Fix spelling of "offsetted" 2021-11-21 20:22:48 +01:00
Taskbar Taskbar: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
TelnetServer Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
WebContent WebContent: Support inspection of DOM in nested browsing contexts 2021-11-24 19:07:48 +01:00
WebServer WebServer: Port to LibMain :^) 2021-11-23 15:44:59 +01:00
WebSocket LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 2021-11-23 11:33:36 +01:00
WindowServer LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore 2021-11-23 11:33:36 +01:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00