fluidlitev2023-04-18
- Updated
FluidLite is a very light version of FluidSynth designed to be hardware, platform and external dependency independant.
- Project website: https://github.com/divideconcept/FluidLite
#Usage
fluidlite provides CMake targets:
find_package(fluidlite CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:fluidlite::fluidlite>,fluidlite::fluidlite,fluidlite::fluidlite-static>)#Supported Platforms
All platforms supported.
#Features
Default feature: sf3
#sf3default
Enable SF3 files (ogg/vorbis compressed samples)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through libogg)
- vcpkg-cmake-config (through libogg)
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Gabriel
Billy O'Neal
autoantwort
Thomas1664
Denis Barkar