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..8652ef639 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 = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$ diff --git a/tests/types/SDK.Wwise.txt b/tests/types/SDK.Wwise.txt new file mode 100644 index 000000000..d8ccb399c --- /dev/null +++ b/tests/types/SDK.Wwise.txt @@ -0,0 +1,12 @@ +/AkSoundEngine.bundle +/AkSoundEngine.dll +/AkSoundEnginedll.bundle +/AkSoundEnginedll.dll +AkSoundEngine.bundle +AkSoundEngine.dll +AkSoundEnginedll.bundle +AkSoundEnginedll.dll +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 diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index bda7488d2..15dec8da9 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 +AkSoundEnginedlll.dll \ No newline at end of file