커뮤니티 Q&A

Audiokinetic의 커뮤니티 Q&A 포럼에 오신 것을 환영합니다. 이 포럼은 Wwise와 Strata 사용자들이 서로 도움을 주는 곳입니다. Audiokinetic의 직접적인 도움을 얻으려면 지원 티켓 페이지를 사용하세요. 버그를 보고하려면 Audiokinetic 런처에서 Bug Report 옵션을 사용하세요. (Q&A 포럼에 제출된 버그 보고는 거절됩니다. 전용 Bug Report 시스템을 사용하면 보고 내용이 담당자에게 정확히 전달되어 문제 해결 가능성이 크게 높아집니다.)<segment 6493>

빠르고 정확한 답변을 얻으려면 질문을 올릴 때 다음 팁을 참고하세요.

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: Wwise와 게임 엔진 버전, 운영체제 등 관련 정보를 함께 제공하세요.
  • 시도한 방법들을 알려주세요: 문제 해결을 위해 이미 어떤 단계를 시도해봤는지 설명해주세요.
  • 객관적인 사실에 초점을 맞추세요: 문제의 기술적 사실을 중심으로 설명하세요. 문제에 집중할수록 다른 사람들이 더 빠르게 해결책을 찾을 수 있습니다.

+3 투표
Hello,

We are using Unity plus Wwise integration, and we have an MP4 cinematic that opens the game. However, the audio track in the MP4 cannot be heard. The audio engine is initialized by this point, we know this because the game music is playing.

My guess is that the video is not being routed through Wwise's system, but no one is sure how to make that happen. Is there a solution?
General Discussion Charles D. (180 포인트) 로 부터
I was wondering if anybody has a solution to this? We are trying to play a splash screen mp4 video and we cannot hear any sound. I suspect it is also not being routed through WWise.
I also want to know a solution for this.
We are generating Text-To-Speech audio, and now I'm wondering how I can play that using Wwise. Just looking at the API, I didn't find a way to do this. I don't want to use two Audio Engines and then not be able to use any of the effects and benefits of Wwise for parts of my audio. Anyone got an idea for how this is best done?

1 답변

0 투표

I'm also having this issue, I want to know if there's a solution using only the Wwise audio engine, without having to enable Unity's default audio backend.

One workaround is to simply enable both Wwise/Unity audio backends, so the .mp4 cinematic's audio is routed through Unity's VideoPlayer component.
And then use Wwise for everything else in the game.

But I also want to avoid the issue mentioned by Mathieu J. (Audiokinetic), on this other question: (in case I ever port my game to Xbox One; other consoles may have similar issues?)
https://www.audiokinetic.com/qa/733/how-to-play-video-in-unity-movietexture-with-audio

The issue is the XMA hardware, which can only be used by one of the tools.
If Unity's audio toolset is enabled, it uses the XMA hardware and Wwise can't initialize.

Andrei M. (740 포인트) 로 부터
수정 Andrei M. 로 부터
...