From 7f8c8119ec70d0fd81f111573c00834af12f7859 Mon Sep 17 00:00:00 2001 From: Antoine Rybacki Date: Thu, 12 Aug 2021 01:59:50 +0200 Subject: [PATCH 1/3] Add Wwise as SDK --- descriptions/SDK.Wwise.md | 1 + rules.ini | 1 + tests/types/SDK.Wwise.txt | 16 ++++++++++++++++ tests/types/_NonMatchingTests.txt | 3 +++ 4 files changed, 21 insertions(+) create mode 100644 descriptions/SDK.Wwise.md create mode 100644 tests/types/SDK.Wwise.txt diff --git a/descriptions/SDK.Wwise.md b/descriptions/SDK.Wwise.md new file mode 100644 index 000000000..ac5a16021 --- /dev/null +++ b/descriptions/SDK.Wwise.md @@ -0,0 +1 @@ +[**Wwise (Wave Works Interactive Sound Engine)**](https://www.audiokinetic.com/products/wwise/) is a cross-platform sound engine developped by Audiokinetic. \ No newline at end of file diff --git a/rules.ini b/rules.ini index a0bf437fe..28f4ba30f 100644 --- a/rules.ini +++ b/rules.ini @@ -144,3 +144,4 @@ SDL = (?:^|/)sdl2?\.dll$ Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$ Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$ Tobii = (?:^|/)Tobii +Wwise = (?:^|/)(?:lib)?AkSoundEngine\.(?:bundle|dll|so)$ diff --git a/tests/types/SDK.Wwise.txt b/tests/types/SDK.Wwise.txt new file mode 100644 index 000000000..75edeec1d --- /dev/null +++ b/tests/types/SDK.Wwise.txt @@ -0,0 +1,16 @@ +/AkSoundEngine.bundle +/AkSoundEngine.dll +/AkSoundEngine.so +/libAkSoundEngine.bundle +/libAkSoundEngine.dll +/libAkSoundEngine.so +AkSoundEngine.bundle +AkSoundEngine.dll +AkSoundEngine.so +EtG_Data/Plugins/AkSoundEngine.dll +Firewatch.app/Contents/Plugins/AkSoundEngine.bundle +YookaLaylee_Data/Plugins/x86/libAkSoundEngine.so +YookaLaylee64_Data/Plugins/AkSoundEngine.dll +libAkSoundEngine.bundle +libAkSoundEngine.dll +libAkSoundEngine.so diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index bda7488d2..4f3c9e754 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -538,3 +538,6 @@ bink2w64.ddl notabink.dll binkw23.dll binkw64.exe +SoundEngine.bundle +/AkEngine.dll +/AkSoundEngine.soo \ No newline at end of file From fb35334c15cbdc408cc80bf30bf3144b9f9ab3dd Mon Sep 17 00:00:00 2001 From: Antoine Rybacki Date: Sat, 4 Sep 2021 15:10:14 +0200 Subject: [PATCH 2/3] Missed that one --- rules.ini | 2 +- tests/types/SDK.Wwise.txt | 15 ++++++++++++++- tests/types/_NonMatchingTests.txt | 3 ++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/rules.ini b/rules.ini index 28f4ba30f..c329eca69 100644 --- a/rules.ini +++ b/rules.ini @@ -144,4 +144,4 @@ SDL = (?:^|/)sdl2?\.dll$ Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$ Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$ Tobii = (?:^|/)Tobii -Wwise = (?:^|/)(?:lib)?AkSoundEngine\.(?:bundle|dll|so)$ +Wwise = (?:^|/)(?:lib)?AkSoundEngine(?:dll)?\.(?:bundle|dll|so)$ diff --git a/tests/types/SDK.Wwise.txt b/tests/types/SDK.Wwise.txt index 75edeec1d..0467335a4 100644 --- a/tests/types/SDK.Wwise.txt +++ b/tests/types/SDK.Wwise.txt @@ -1,16 +1,29 @@ /AkSoundEngine.bundle /AkSoundEngine.dll /AkSoundEngine.so +/AkSoundEnginedll.bundle +/AkSoundEnginedll.dll +/AkSoundEnginedll.so /libAkSoundEngine.bundle /libAkSoundEngine.dll /libAkSoundEngine.so +/libAkSoundEnginedll.bundle +/libAkSoundEnginedll.dll +/libAkSoundEnginedll.so AkSoundEngine.bundle AkSoundEngine.dll AkSoundEngine.so +AkSoundEnginedll.bundle +AkSoundEnginedll.dll +AkSoundEnginedll.so +DeadByDaylight/Plugins/Wwise/ThirdParty/x64_vc160/Release/bin/AkSoundEngineDLL.dll EtG_Data/Plugins/AkSoundEngine.dll Firewatch.app/Contents/Plugins/AkSoundEngine.bundle -YookaLaylee_Data/Plugins/x86/libAkSoundEngine.so YookaLaylee64_Data/Plugins/AkSoundEngine.dll +YookaLaylee_Data/Plugins/x86/libAkSoundEngine.so libAkSoundEngine.bundle libAkSoundEngine.dll libAkSoundEngine.so +libAkSoundEnginedll.bundle +libAkSoundEnginedll.dll +libAkSoundEnginedll.so diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 4f3c9e754..31a8af03f 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -540,4 +540,5 @@ binkw23.dll binkw64.exe SoundEngine.bundle /AkEngine.dll -/AkSoundEngine.soo \ No newline at end of file +/AkSoundEngine.soo +AkSoundEnginedlll.dll \ No newline at end of file From f1536912f6d31176354760b166029a50e86ea5e5 Mon Sep 17 00:00:00 2001 From: Antoine Rybacki Date: Sat, 4 Sep 2021 15:14:11 +0200 Subject: [PATCH 3/3] remove lib / so --- rules.ini | 2 +- tests/types/SDK.Wwise.txt | 17 ----------------- tests/types/_NonMatchingTests.txt | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/rules.ini b/rules.ini index c329eca69..8652ef639 100644 --- a/rules.ini +++ b/rules.ini @@ -144,4 +144,4 @@ SDL = (?:^|/)sdl2?\.dll$ Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$ Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$ Tobii = (?:^|/)Tobii -Wwise = (?:^|/)(?:lib)?AkSoundEngine(?:dll)?\.(?:bundle|dll|so)$ +Wwise = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$ diff --git a/tests/types/SDK.Wwise.txt b/tests/types/SDK.Wwise.txt index 0467335a4..d8ccb399c 100644 --- a/tests/types/SDK.Wwise.txt +++ b/tests/types/SDK.Wwise.txt @@ -1,29 +1,12 @@ /AkSoundEngine.bundle /AkSoundEngine.dll -/AkSoundEngine.so /AkSoundEnginedll.bundle /AkSoundEnginedll.dll -/AkSoundEnginedll.so -/libAkSoundEngine.bundle -/libAkSoundEngine.dll -/libAkSoundEngine.so -/libAkSoundEnginedll.bundle -/libAkSoundEnginedll.dll -/libAkSoundEnginedll.so AkSoundEngine.bundle AkSoundEngine.dll -AkSoundEngine.so AkSoundEnginedll.bundle AkSoundEnginedll.dll -AkSoundEnginedll.so DeadByDaylight/Plugins/Wwise/ThirdParty/x64_vc160/Release/bin/AkSoundEngineDLL.dll EtG_Data/Plugins/AkSoundEngine.dll Firewatch.app/Contents/Plugins/AkSoundEngine.bundle YookaLaylee64_Data/Plugins/AkSoundEngine.dll -YookaLaylee_Data/Plugins/x86/libAkSoundEngine.so -libAkSoundEngine.bundle -libAkSoundEngine.dll -libAkSoundEngine.so -libAkSoundEnginedll.bundle -libAkSoundEnginedll.dll -libAkSoundEnginedll.so diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 31a8af03f..15dec8da9 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -540,5 +540,4 @@ binkw23.dll binkw64.exe SoundEngine.bundle /AkEngine.dll -/AkSoundEngine.soo AkSoundEnginedlll.dll \ No newline at end of file