ladybird/Userland/Libraries/LibAudio
Zaggy1024 f9068c7f2e LibAudio: Ensure that Serenity playback streams are always stereo
The Serenity AudioServer assumes that all audio is stereo, so we
cannot output audio with a channel count other than 2.
2023-11-12 07:57:03 +01: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 LibAudio: Check more FLAC partition order constraints as per the spec 2023-09-09 11:23:57 -06:00
FlacLoader.h
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 AK: Use an enum to specify the open mode instead of a bool 2023-11-08 18:19:34 +01:00
Loader.h LibAudio: Don't count buffered samples in Loader::loaded_samples() 2023-08-29 11:31:10 +02:00
LoaderError.h
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 LibAudio: Remove unnecessary m_bitstream field from MP3Loader 2023-08-26 18:43:23 -04:00
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 LibAudio: Create a playback class with a PulseAudio implementation 2023-08-04 13:49:36 -06:00
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
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 Piano: Use Sample struct from LibDSP 2023-08-04 12:56:27 +02:00
SampleFormats.cpp LibAudio: Add integer sample format-specific support 2023-08-12 12:25:26 -06:00
SampleFormats.h LibAudio: Add integer sample format-specific support 2023-08-12 12:25:26 -06:00
UserSampleQueue.cpp
UserSampleQueue.h
VorbisComment.cpp LibAudio: Allow writing Vorbis comments 2023-08-29 10:43:34 +02:00
VorbisComment.h LibAudio: Allow writing Vorbis comments 2023-08-29 10:43:34 +02:00
WavLoader.cpp LibAudio: Understand album (IPRD) metadata in WAV 2023-08-29 10:43:34 +02:00
WavLoader.h
WavWriter.cpp LibAudio: Use Encoder interface for WavWriter 2023-08-12 12:25:26 -06:00
WavWriter.h LibAudio: Use Encoder interface for WavWriter 2023-08-12 12:25:26 -06:00