Wwise 版本
  • Sample Project
  • Wwise SDK
  • Wwise Unity 集成
  • Wwise Unreal Integration
  • Wwise 基础知识
  • Wwise 帮助文档

其他文档

  • Strata
  • ReaWwise
  • Audiokinetic Launcher
  • Wwise Audio Lab​
  • Wwise Adventure Game
  • GME In-Game Voice Chat
  • Meta XR Audio

认证课程

  • Wwise Fundamentals (2024.1)
  • Wwise Interactive Music (2021.1)
  • Wwise Performance Optimization (2023.1)
  • Wwise Unity Integration (2023.1)

其他资源

  • 网站
  • 视频
  • 插件
  • 音频人脉网
  • 问答
  • 博客
API in a game to test before we launch the product, so we decided to update to UE5.3 as this is the new standard, doing so required me to upgrade to Xcode 15, and Wwise 2023.1.2. With my updated setup, I have been able to successfully build on windows, and I can premake on my mac machine no problem, but when I try to run the build command which worked fine previously (wwise 2021), I get the following ...
Picker window. https://www.youtube.com/watch?v=hyle0TKvYTE here's a google drive link to screenshots of all my settings: https://drive.google.com/drive/folders/1Vs4h7xhRhuS80nKbp3-BnxFK19nRwHl1?usp=drive_link Wwise version: 2023.1.3 Unity version: 2021.3.6f1 Thank you in advance.
In earlier versions FWwiseFileCacheHandle used FWwiseExecutionQueue DeleteRequestQueue for submitting delete request tasks and executing them sequentially.After recent update, we noticed that this queue is not used anymore and tasks are created and handled directly by UE Task Graph system. This leads to rare hitches, when BG workers starts processing such tasks simultaneously.I just want to know what ...
Hello, we've been working using Wwise 2023.1.0.8367 and suddenly the authoring tool is crashing in WwiselibUI.dll. Our IT department has verified that no AV or other tools are blocking or quarantining the dll. We are working on Windows version 10.0.26100.2033. We've already tried to reinstall and delete the AppData layout folder as suggested in other posts but it doesn't help. Do you have an idea ...
Unreal Engine 5.4 Wwise Authoring 2023.1.7 Wwise Unreal Integration 2023.1.7 With the editor built in DebugGame/Editor configuration, some portals cause the following error to spam while in play mode. It is unclear how to resolve the error other than deleting the portals. I truly hope someone has an answer to this because it has wasted a lot of time. As far as I can tell there is no audible problem ...
请教一下,UE5 能打开wwise browser ,但是打开不了waapi picker 是什么原因。auto connect to wappi已经勾上了,Wwise版本 2023.1.8,虚幻5.4
Every time I click on audio file, not on other objects, Wwise crashes. It says that WwiselibUI.dll crashed. I'm using Wwise 2023.1.1.8417
We have received a few reports of crashes from teams that updated to Wwise 2023.1.15 or 2024.1.7. It is related to loading and unloading Rooms and Portals. The call stack of this crash can look like the following:AkSortedKeyArray<AkSpatialAudioID,AkEdgesByInstance,AkArrayAllocatorNoAlign<10>,AkGetArrayKey<AkSpatialAudioID,AkEdgesByInstance>,AkGrowByPolicy_Proportional,AkTransferMovePolicy<AkEdg ...
My project is integrating the Web Development Platform of Wwise Plugin (version 2023.1.8.8601) for Unity (version 2022.3.21) and it is facing a problem with SharedArrayBuffer which was built into the plugin itself and will cause the game to crash in the WebGL build. To fix this issue, we have to add the cross-origin header but it will ruin the other features that  ...
PR Studio
音频人脉网
I'm a freelance music composer, sound mixer and sound designer. I have worked in composition and sound design since 2013 and have been on Wwise since 2023.
Hi all, Following the Wise upgrade (2023.1.2), I became aware of an odd thing in Wwise all of a sudden. The hash value is always changing if I generate it without making any changes. So after summiting those files, I did the same thing on my colleague's computer and encountered the same outcome. Could you provide me with instructions on how to resolve this issue? Thanks. My game runs Wwise 2023.
Unable to get current integration version: version file not found I'm also getting this, in the Year of Our Lord 2025, with a brand new unity project (2022.3.27f1) with Wwise 2023.1.8, and crickets from AK. Appalling.
Editing 00:42:07 User Interface - Future Plans 00:42:58 Wwise 2024.1 - Updated Dark/ Light Themes 00:43:24 User Interface - 2023/2024 Theme Comparison & Customization 00:45:04 Integrations - Overview 00:45:23 Integrations - Unreal: Niagara Support 00:45:50 Integrations - Unreal: Audiolink 00:46:49 Workshop - Unreal Integration 00:47:43 Integrations - Auto-Defined SoundBanks 00:49:11 Wwise 2024.
Indoor 1.0, Chimney 2.0.The situation I'm discribing only have one sound playing which is the roomtone of Outdoor.Unreal 5.3.2Wwise 2023.1.9 So, are there any way that I can tweak the settings? priorities? change set up of portals and volumes? to get a smooth transition when two portals of the three volumes that are very close to each other. Thank you for your time and help. A quick ...
Hi, everybody. My project is integrated with Wwise, and I want to package it for PlayStation 5. I’ve installed the PlayStation 5 SDK files on my computer, and I’ve downloaded the PlayStation 5 files from the Wwise launcher. However, when I try to modify my previously created Wwise project, I keep the default options, but I encounter an error. I’ve checked out the entire Plugins\Wwise folder and also ...
Wwise -> 2023.1.0.8367.2953 Unity -> 2022.3.5f1 Once I click Play in the Unity Editor, it shows up in Remote Connections but only while the Editor is running. - Connecting to the localhost IP doesn't work (even w/ port 24024) - Disabling Firewall - Trying a different Game Discovery port in both the Wwise and Unity Project Settings - Killing the adb.exe processes - Wwise Picker also connects just fine ...
Hey, I am working on a new project, I made sure that before me and the team started using Wwise that everything was working, and it was working without any issue. We are using Wwise 2023.1.8 and UE5.4.4 Sadly, right after we implemented Wwise into our actual project things went wrong For whatever reason there is no sound in our builds. I can connect to the builds with WAAPI, it is properly generating ...
Hello, we're using Wwise 2023.1.1.8417.2904 for UE 5.3.2 and we're encountering a failing check() when stopping PIE with multiple client players in AkAudioDevice.cpp line 3101: check(!m_defaultListeners.Contains(in_pComponent)); In this integration, they changed the typedef of UAkComponentSet to be a TSet of TWeakObjectPtrs as opposed to raw pointers, previously. This has a side effect ...
... libAkMotionSink.a(AkMotionSink.o) "_OBJC_CLASS_$_CHHapticEventParameter", referenced from: objc-class-ref in libAkMotionSink.a(AkMotionSink.o) "_OBJC_CLASS_$_CHHapticPattern", referenced from: objc-class-ref in libAkMotionSink.a(AkMotionSink.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)   wwise version 2023.
AUDIOKINETIC - User Account Policy Last Updated December 6, 2023. Audiokinetic Inc. (“Audiokinetic”, “we” or “us”) has created this User Account Policy in order to provide you with the necessary information concerning the creation and use of an account on our website at WWW.AUDIOKINETIC.COM, WWW.AUDIOKINETIC.CN and other related domains (collectively the “Site”). By creating and ...