Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
Hi,

I am developing an exposure therapy game which is being used to address auditory hypersensitivity.  As each individual is hypersensitive to a particular sound, the system requires some personalisation.  The application is being developed in Unity3D.  Is it possible to load in audio files at runtime to be processed by Wwise?

 

Thanks

 

Dan
Feature Requests dan j. (100 포인트) 로 부터

1 답변

+1 투표

Hi Dan

It is possible, but certainly not as easy as it could be. The general process is described here: https://www.audiokinetic.com/library/edge/?source=SDK&id=referencematerial__audioinput.html. The idea is that you can select a source called "Wwise Audio Input" in Wwise Sound SFX objects.
This source is set up to receive audio data directly - meaning you can then read the data directly from the user's sound file in Unity, and send it
to the Wwise audio input when needed. 

Kind Regards
Tobias

Tobias D. Nielsen (2.5k 포인트) 로 부터
...