6 Commits

Author SHA1 Message Date
Roman Fomin
06cc022185
cmake: use ALIAS instead of generator expressions, cosmetic changes (#1034) 2023-05-05 08:42:12 +07:00
Roman Fomin
8c33950982 vcpkg: fix sndfile FluidSynth option
* Ignore `C:/Strawberry/perl` PATH in Windows-2022 image. Turns out it contains a broken pkg-config.

* Remove PkgConfigHelper.

* Restore "*.sf3" soundfonts loading.
2023-05-02 13:17:35 +07:00
Roman Fomin
ab708171f3 cmake: delete unused code, cosmetic changes 2023-04-29 10:21:44 +07:00
Roman Fomin
c6761b7931 update FindSndFile.cmake 2023-04-23 19:40:47 +07:00
Roman Fomin
9b9b3b9d2c
convert multichannel sfx to mono (#968)
* fix FindSndFile.cmake, detect libsndfile version properly

* convert multichannel sfx to mono, cosmetic changes
2023-04-05 04:00:55 +07:00
Fabian Greffrath
95cde386eb
load sound lumps with libsndfile (#864)
* Load sound lumps with libsndfile

* factor out entire sound lump loading into i_sndfile.c

* fix void pointer arithmetics

* fix wav buffer length calculation

* include libsndfile in vcpkg CI
2023-01-11 08:37:45 +01:00