This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-06 16:45:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d599a14545ffda1fa538efcb9fed67c8e569bc58
ladybird
/
Userland
/
Libraries
/
LibAudio
History
kleines Filmröllchen
d599a14545
LibAudio: Add the Int32 sample format
...
The signed 32-bit PCM sample format is required for the FLAC standard.
2021-06-25 20:48:14 +04:30
..
Buffer.cpp
LibAudio: Add the Int32 sample format
2021-06-25 20:48:14 +04:30
Buffer.h
LibAudio: Add the Int32 sample format
2021-06-25 20:48:14 +04:30
ClientConnection.cpp
SoundPlayer: Handle any input file sample rate
2021-06-21 03:13:59 +04:30
ClientConnection.h
Userland: Mark subclasses of IPC::{Client,Server}Connection final
2021-05-23 09:53:55 +02:00
CMakeLists.txt
…
Loader.cpp
…
Loader.h
LibAudio: Avoid reading past the end of sample data
2021-06-21 03:13:59 +04:30
WavLoader.cpp
SoundPlayer: Handle any input file sample rate
2021-06-21 03:13:59 +04:30
WavLoader.h
SoundPlayer: Handle any input file sample rate
2021-06-21 03:13:59 +04:30
WavWriter.cpp
…
WavWriter.h
…