Wwise Versions
- Sample Project
- Wwise Fundamentals
- Wwise Help
- Wwise SDK
- Wwise Unity Integration
- Wwise Unreal Integration
Autre Documentation
- Strata
- ReaWwise
- Audiokinetic Launcher
- Wwise Audio Lab
- Wwise Adventure Game
- GME In-Game Voice Chat
- Meta XR Audio
Cours de certification
- Wwise Fundamentals (2024.1)
- Wwise Interactive Music (2021.1)
- Wwise Performance Optimization (2023.1)
- Wwise Unity Integration (2023.1)
Autres sources
- Site Web
- Vidéos
- Plugiciels
- Répertoire des créateurs
- Questions et réponses
- Blogue
Rev Rooms
Répertoire des créateurs
are a game audio co-development studio who create assets, original recordings, mix audio to picture at Hollywood quality, and provide a full integration service into all game engines, including UE4, UE5, Unity and Lumberyard. We are made up of of audio designers and coders with the full skillset to either supplement or completely replace your in house audio team.
Scalable Audio in Hyper Light Breaker: Crafting the Soundscape of Procedurally Generated Worlds
Vidéos
Multi-Positioned Audio 01:59:16 (Video) The Machine What Eats Sound 02:01:27 Scalable and Modular Wwise Project 02:18:53 Actor-Based Mix Structure 02:24:58 Q&A Break 02:36:38 (Video) Sidechaining 02:40:00 Flexible Sidechaining 02:48:33 Audio That Adapts 02:49:38 Followup Q&A 03:07:13 Wrap Up --- Audiokinetic: https://www.audiokinetic.com/ Audiokinetic Blog: https://blog.audiokinetic.com/en/ ...
Channel Volume Control
Questions et réponses
I loop through each of the input channels, grabbing the speaker volume matrix: for( int inputChannelIndex = 0; inputChannelIndex < info->inputConfig.uNumChannels; ++inputChannelIndex ); ... AK::SpeakerVolumes::VectorPtr outputMix = AK::SpeakerVolumes::Matrix::GetChannel( info->pVolumes, inputChannelIndex, outputChannelCount );So my question is how ...
Source audio edited but event not updating
Questions et réponses
If I do get it to work, then when I drag the event into the mixer as part of a session, then it automatically goes back to playing the full sound file, and not selected part of the file that is associated with the event. If i then go back to the event, the event now also plays the full source file and not the selected part of it that it had been playing prior to being dragged into a session. Please ...
Wwise 2010.1.3 Now Available Wwise 2010.1.3 is now available for download (released on September 14, 2010). It contains a few bug fixes over version 2010.1 which was packed with many new exciting features, including: Mixing Desk (see the new video tutorial) External Sources New “Seek” Event Action Multiple levels of sub-mixing Conversion ...
Wwise 2010.1.2 Now Available Wwise 2010.1.2 is now available for download (released on August 5, 2010). It contains a few bug fixes over version 2010.1 which was packed with many new exciting features, including: Mixing Desk (see the new video tutorial) External Sources New “Seek” Event Action Multiple levels of sub-mixing Conversion ...
Interactive audio is playing a key role in providing added realism and immersion for virtual training solutions, within the virtual, augmented and mixed reality spaces. “We see demand for interactive audio expanding from gaming, to a wide range of other related technologies,” said Martin H. Klein, President and CEO of Audiokinetic. “Simulation and training solutions such as Virtual Attain® are ...
Kristiansson (Audio Programmer), and Anne-Sophie Mongeau (Senior Sound Designer) explore their approach to split screen, the mix, the sound design, the performance, and the music. This interview brings to light the technical solutions that enabled them to deliver a high-quality audio experience while setting new standards for audio in games that fall within the same category. Split Screen Can you ...
ILYA ALIAKSEYEU
Répertoire des créateurs
Audio Production Leader with 10+ years delivering immersive sound experiences across mobile apps, TV, film, games and branded content. I specialize in end-to-end sound design, voice-over direction, localization workflows, and cross-functional team leadership.
Kielen King
Répertoire des créateurs
Monarkie Music creates Cinematic Hip Hop, Downtempo, & Electronic Hip Hop music — specializing in compositions that are filled with dramatic soundscapes, auditory escapism, and a heavy hip-hop influence. Monarkie Music also provides podcast and audio production services.
Nik Stokes
Répertoire des créateurs
- -
Répertoire des créateurs
As a freelancer in the music industry, I've engaged in recording, editing, mixing, mastering, and breathing life into music in live performances with playback engineering. These experiences have provided me with a perspective that bridges the gap between studio work and live artistry. I also worked in post-production. My journey led me to take on roles as a dialogue editor and mixing engineer in a ...
Jurassic World Evolution 2
Blogue
Random containers were duplicated in several structures in the Actor-Mixer Hierarchy. If you wanted to turn down surface sweeteners, you had to look in 17 different places. This allowed us to be very flexible in how they were mixed, but ultimately made mixing efficiently impossible.For Jurassic World Evolution 2 we wanted to have everything in one work unit, which was easy to maintain and less prone ...
Raptidon run rhythm Mantisaur attack rhythm IMPLEMENTATION & TUNING Sound Object Structure We organized our creature Actor-Mixers by creature sound type which allowed us to have very granular control over important parameters like Priority and Voice Limiting. We also used slightly different Positioning settings on each mixer. For instance, foley sounds used relatively tighter attenuation ...
Wwise 2012.2 Now Available Wwise 2012.2 is now available for download (released on September 5th, 2012). This new release focuses on new features, workflow enhancements, performance and bug fixes. Here is an overview of some of the new features. Auxiliary Busses and Sends Volumes Objects from the Actor-Mixer and the Interactive Music hierarchies can now send a ...
When delivering sound for a film, delivering a Pro Tools session for the length of the film that then goes to mixing is the standard. For games, there’s the big additional task of implementation where the sounds are integrated into the game engine so that they get triggered correctly throughout the game. Game audio sound designers may or may not have the task for integrating the sounds, and may create ...
Using the same implementation tool in multiple projects allows us to use similar approaches such as dynamic mixing, packaging assets (SoundBanks), templates and presets. Since we’ve been using Wwise as our go-to middleware for a while now, we maintain a template Wwise project in a repository as a blank(ish) project to use as a basis for any new project. The template project has certain settings to ...
Mixing audio for VR & AR games and experiences can be tiresome. In this blog, we'll provide the first insights into Dear Reality's upcoming solution, dearVR SPATIAL CONNECT for Wwise, which facilitates gesture control of Wwise in game engines like Unity. About Dear Reality At Dear Reality, we are working on immersive audio solutions to make spatial audio mixing less technical and ...
Since the sounds are all going through the same bussing structure regardless of color, all the dynamic mixing is maintained. Is it interesting to total up the possible combinations of sounds for a single saber? OC: Each lightsaber is made up of around 20 unique swing articulations with about 6 variations each, an idle loop, and on and off sound with about 4 variations. So, in total, about 130 individual ...
The AkEnvironment doesn't work in my unity application
Questions et réponses
In the Actor-Mixer setting panel,the "Use Game-Defined Auxiliary Sends" should be checked to activate the reverb FX with AkEnvironment.