index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibAudio
/
Buffer.cpp
Age
Commit message (
Expand
)
Author
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
LibAudio: Buffer API improvements
kleines Filmröllchen
2021-11-21
LibAudio: Verify source and target rates for ResampleHelper
Jelle Raaijmakers
2021-11-08
LibAudio: Improve local variable names
kleines Filmröllchen
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-08-27
Userland+LibAudio: Make audio applications support dynamic sample rate
kleines Filmröllchen
2021-08-18
LibAudio: Resample with integer ratios instead of floats
kleines Filmröllchen
2021-06-25
LibAudio: Make ResampleHelper templated for different sample types
kleines Filmröllchen
2021-06-25
LibAudio: Add the Int32 sample format
kleines Filmröllchen
2021-04-26
LibAudio: Support 32 and 64-bit float WAV files
kleines Filmröllchen
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-27
Everywhere: rename 'Sample' type to 'Frame'
Cesar Torres
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-17
AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBuffer
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling