ladybird/Userland/Libraries/LibAudio
Lee Hanken 01930a7043 LibAudio: Correctly output mono wav files
Prevent two channels of data being written when the wav file is mono.
2024-01-08 07:20:11 -07:00
..
CMakeLists.txt LibAudio: Implement PlaybackStream for macOS using Audio Unit framework 2023-09-09 13:03:36 -04:00
ConnectionToManagerServer.cpp
ConnectionToManagerServer.h
ConnectionToServer.cpp LibAudio: Add a Serenity implementation of PlaybackStream 2023-08-29 11:31:10 +02:00
ConnectionToServer.h LibAudio: Add a Serenity implementation of PlaybackStream 2023-08-29 11:31:10 +02:00
Encoder.h LibAudio: Allow adding metadata to encoders 2023-08-29 10:43:34 +02:00
FlacLoader.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FlacLoader.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FlacTypes.h LibAudio: Fix uncommon 16-bit block size symbol 2023-09-01 20:04:55 +02:00
FlacWriter.cpp LibAudio: Write FLAC metadata 2023-08-29 10:43:34 +02:00
FlacWriter.h LibAudio: Write FLAC metadata 2023-08-29 10:43:34 +02:00
Forward.h LibAudio: Add more common classes to the forward declare header 2023-08-29 10:43:34 +02:00
GenericTypes.cpp LibAudio: Perform all seekpoint binary searches with comparisons 2023-09-09 11:23:57 -06:00
GenericTypes.h
Loader.cpp Userland: Don't leak objects when constructor arguments throw 2023-12-13 19:21:03 -07:00
Loader.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LoaderError.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Metadata.cpp
Metadata.h
MP3HuffmanTables.h
MP3Loader.cpp LibAudio: Skip empty MP3 scale factor bands in stereo intensity process 2023-09-09 11:23:57 -06:00
MP3Loader.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MP3Tables.h
MP3Types.h LibAudio: Accurately skip MP3 frames using the actual header size 2023-08-26 18:43:23 -04:00
MultiChannel.h
PlaybackStream.cpp LibAudio: Remove unused TRY-like macro 2023-11-04 08:36:34 -04:00
PlaybackStream.h
PlaybackStreamAudioUnit.cpp LibAudio: Implement PlaybackStream for macOS using Audio Unit framework 2023-09-09 13:03:36 -04:00
PlaybackStreamAudioUnit.h LibAudio: Implement PlaybackStream for macOS using Audio Unit framework 2023-09-09 13:03:36 -04: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
PlaybackStreamSerenity.cpp LibAudio: Ensure that Serenity playback streams are always stereo 2023-11-12 07:57:03 +01:00
PlaybackStreamSerenity.h LibAudio: Add a Serenity implementation of PlaybackStream 2023-08-29 11:31:10 +02: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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
QOATypes.cpp LibAudio: Prevent overflow in QOA LMS prediction 2023-09-09 11:23:57 -06:00
QOATypes.h
Queue.h
Resampler.h
RIFFTypes.cpp
RIFFTypes.h
Sample.h
SampleFormats.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SampleFormats.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
UserSampleQueue.cpp
UserSampleQueue.h
VorbisComment.cpp LibAudio: Fix use-after-free in write_vorbis_comment 2023-12-05 13:57:18 -05:00
VorbisComment.h LibAudio: Allow writing Vorbis comments 2023-08-29 10:43:34 +02:00
WavLoader.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WavLoader.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WavWriter.cpp LibAudio: Correctly output mono wav files 2024-01-08 07:20:11 -07:00
WavWriter.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30