mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47:34 +00:00
LibAudio+LibRIFF: Move general RIFF handling to LibRIFF
This splits the RIFFTypes header/TU into the WAV specific parts, which move to WavTypes.h, as well as the general RIFF parts which move to the new LibRIFF. Sidenote for the spec comments: even though they are linked from a site that explains the WAV format, the document is the (an) overall RIFF spec from Microsoft. A better source may be used later; the changes to the header are as minimal as possible.
This commit is contained in:
parent
015c47da51
commit
d125d16287
11 changed files with 53 additions and 33 deletions
|
@ -47,6 +47,7 @@ add_subdirectory(LibPCIDB)
|
|||
add_subdirectory(LibPDF)
|
||||
add_subdirectory(LibProtocol)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibRIFF)
|
||||
add_subdirectory(LibSanitizer)
|
||||
add_subdirectory(LibSoftGPU)
|
||||
add_subdirectory(LibSQL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue