ladybird/Userland/Libraries/LibAudio
Cesar Torres 0d5e1e9df1 Everywhere: rename 'Sample' type to 'Frame'
Because it's what it really is. A frame is composed of 1 or more samples, in
the case of SerenityOS 2 (stereo). This will make it less confusing for
future mantainability.
2021-03-27 10:20:55 +01:00
..
Buffer.cpp Everywhere: rename 'Sample' type to 'Frame' 2021-03-27 10:20:55 +01:00
Buffer.h Everywhere: rename 'Sample' type to 'Frame' 2021-03-27 10:20:55 +01:00
ClientConnection.cpp LibIPC: Stop sending client ID to clients 2021-02-01 11:32:00 +01:00
ClientConnection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Loader.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Loader.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
WavLoader.cpp LibAudio: decrease WavLoader's size limit to a more reasonable size 2021-03-16 18:40:42 +01:00
WavLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WavWriter.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WavWriter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00