menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes
Hello,

We are using FAkAudioDevice::RegisterCaptureCallback to capture our game audio and persist it in ogg files.
This works fine on PC / PS5, and stereo audio is received (using Unreal Engine).

However, when enabling PS5 3D audio, the buffer received in the capture callback contains 36 channels. We understand this is the raw data for spatial audio.

Questions are:
- Is returning audio buffer in the "raw format" the expected behaviour of the capture callback feature?
If so, is there any Ak API that could help us convert raw data to stereo channels according to positions?

It seems channels could be mixed on application side using the following utilities, but we don't have access to AkDevice (at least).
CAkSpeakerPan::ComputePositioning
AkMixer::MixNinNChannels

- Is there any configuration flag we could toggle so the capture callback will provide us with stereo channels ?

Thanks,
Guillaume
dans General Discussion par Guillaume E. (100 points)

Please sign-in or register to answer this question.

...