..
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
LibAudio: Use mapped files for audio playback
2023-09-27 03:22:56 +02: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: Implement PlaybackStream for macOS using Audio Unit framework
2023-09-09 13:03:36 -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: Add a Serenity implementation of PlaybackStream
2023-08-29 11:31:10 +02: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
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