mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:27:36 +00:00
Libraries: Add LibDSP
LibDSP is a library for digital signal processing, and is primarily intended to support the future DAW version of Piano.
This commit is contained in:
parent
8f4b577405
commit
a749b16674
14 changed files with 829 additions and 0 deletions
8
Userland/Libraries/LibDSP/CMakeLists.txt
Normal file
8
Userland/Libraries/LibDSP/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(SOURCES
|
||||
Clip.cpp
|
||||
Track.cpp
|
||||
Effects.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibDSP dsp)
|
||||
target_link_libraries(LibDSP LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue