ladybird/Userland/Libraries/LibAudio
Karol Kosek 55b6e07a0f Userland: Open files for save in write-only mode
WavWriter and the shot utility open files with this mode and never
truncate the files, which might leave some contents of a previous file
during overwriting.
2023-08-08 15:13:43 +02:00
..
CMakeLists.txt LibAudio: Create a playback class with a PulseAudio implementation 2023-08-04 13:49:36 -06:00
ConnectionToManagerServer.cpp
ConnectionToManagerServer.h
ConnectionToServer.cpp
ConnectionToServer.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
FlacLoader.cpp
FlacLoader.h
FlacTypes.h
Forward.h LibAudio: Create a playback class with a PulseAudio implementation 2023-08-04 13:49:36 -06:00
GenericTypes.cpp
GenericTypes.h
Loader.cpp LibAudio: Use ReadonlyBytes instead of Bytes for buffer parameters 2023-07-20 08:02:12 +01:00
Loader.h LibAudio: Use ReadonlyBytes instead of Bytes for buffer parameters 2023-07-20 08:02:12 +01:00
LoaderError.h
Metadata.cpp
Metadata.h
MP3HuffmanTables.h
MP3Loader.cpp LibAudio: Add a seek point at the first sample in MP3Loader 2023-08-04 08:53:19 +01:00
MP3Loader.h
MP3Tables.h
MP3Types.h
MultiChannel.h
PlaybackStream.cpp LibAudio: Create a playback class with a PulseAudio implementation 2023-08-04 13:49:36 -06:00
PlaybackStream.h LibAudio: Create a playback class with a PulseAudio implementation 2023-08-04 13:49:36 -06:00
PlaybackStreamPulseAudio.cpp LibAudio: Remove the strong reference to the PulseAudio control thread 2023-08-07 10:40:34 -06:00
PlaybackStreamPulseAudio.h LibAudio: Remove the strong reference to the PulseAudio control thread 2023-08-07 10:40:34 -06:00
PulseAudioWrappers.cpp LibAudio: Add a test for creating and destructing a PlaybackStream 2023-08-07 10:40:34 -06:00
PulseAudioWrappers.h LibAudio: Add a test for creating and destructing a PlaybackStream 2023-08-07 10:40:34 -06:00
QOALoader.cpp
QOALoader.h
QOATypes.cpp
QOATypes.h
Queue.h
Resampler.h
RIFFTypes.cpp
RIFFTypes.h
Sample.h Piano: Use Sample struct from LibDSP 2023-08-04 12:56:27 +02:00
SampleFormats.cpp
SampleFormats.h
UserSampleQueue.cpp
UserSampleQueue.h
VorbisComment.cpp
VorbisComment.h
WavLoader.cpp LibAudio: Use ReadonlyBytes instead of Bytes for buffer parameters 2023-07-20 08:02:12 +01:00
WavLoader.h LibAudio: Use ReadonlyBytes instead of Bytes for buffer parameters 2023-07-20 08:02:12 +01:00
WavWriter.cpp Userland: Open files for save in write-only mode 2023-08-08 15:13:43 +02:00
WavWriter.h