ladybird/Userland/Libraries/LibAudio
Tim Schumacher f909cfbe75 LibCore: Use the new Handle type for the BitStream types
This allows us to either pass a reference, which keeps compatibility
with old code, or to pass a NonnullOwnPtr, which allows us to
comfortably chain streams as usual.
2022-12-12 16:21:39 +00:00
..
CMakeLists.txt
ConnectionToServer.cpp
ConnectionToServer.h
FlacLoader.cpp LibCore: Use the new Handle type for the BitStream types 2022-12-12 16:21:39 +00:00
FlacLoader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FlacTypes.h
GenericTypes.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Loader.cpp LibAudio: Use NonnullOwnPtr to keep track of LoaderPlugin streams 2022-12-05 17:49:47 +01:00
Loader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LoaderError.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MP3HuffmanTables.h
MP3Loader.cpp LibCore: Use the new Handle type for the BitStream types 2022-12-12 16:21:39 +00:00
MP3Loader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MP3Tables.h
MP3Types.h
Queue.h
Resampler.h
Sample.h
SampleFormats.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SampleFormats.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
UserSampleQueue.cpp
UserSampleQueue.h
WavLoader.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WavLoader.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WavWriter.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
WavWriter.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00