index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibAudio
Age
Commit message (
Expand
)
Author
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-07-21
AudioServer: Give the AudioClient a way to keep track of the main mix volume
Benoît Lormeau
2020-06-18
WavLoader: Search for DATA marker by reading single bytes
Till Mayer
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-04-15
LibAudio: Use NumericLimits<T>
Andreas Kling
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-27
WavLoader: Add missing AK/OwnPtr.h include
William McPherson
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-10
LibAudio/Piano: Replace floats with doubles
William McPherson
2020-02-10
LibAudio/aplay: Handle WAV header errors properly
William McPherson
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
LibAudio: Implement Audio::WavWriter
William McPherson
2020-02-06
LibAudio: Remove leading A from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-08
LibAudio: Install library and headers
Andreas Kling
2019-12-06
LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)
Andreas Kling
2019-12-02
LibIPC: Rename base classes to IClientConnection and IServerConnection
Andreas Kling
2019-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-11-26
AudioServer: Port to socket takeover
Sergey Bugaev
2019-11-23
AudioServer: Broadcast muted state changes to all clients
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-22
AudioServer: Allow muting the system audio
Andreas Kling
2019-11-05
SoundPlayer: Changed some small cosmetic things
Till Mayer
2019-11-05
AWavLoader: Fixed incorrect computation of m_loaded_samples
Till Mayer
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-10-19
AudioServer: Added ability to get count of samples in the buffer queue
Till Mayer
2019-10-16
LibAudio: Fixed stuttery playback of audio
Till Mayer
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibCore: Convert CFile to ObjectPtr
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-04
LibAudio: Allow tweaking how much get_more_samples() reads from file
Andreas Kling
2019-09-04
LibAudio: Add AClientConnetion::try_enqueue() API
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-02
LibAudio: Explicitly ignore IPC postprocessing requests
Andreas Kling
2019-07-30
LibCore: Rename CFileStreamReader => CIODeviceStreamReader.
Andreas Kling
2019-07-29
AudioServer: Begin work on a new IPC API style.
Andreas Kling
2019-07-29
AudioServer: Add a "main mix volume" and a simple program to get/set it
Andreas Kling
2019-07-28
LibAudio: Silence some debug spam in the WAV loader.
Andreas Kling
[next]