menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
I want to real time capture the sound data (buffer, float array, whatever) of the listener in the Unity.

I want to capture the data and save It into wave files.

Is there any method to do this by script?

 

Thank you.
Jaekyung C. (130 ポイント) General Discussion

回答 1

0 支持
 
ベストアンサー

You can use the Wwise Recorder Plug-in. By script, you could add a Recorder ShareSet using SetBusEffect.

Samuel L. (Audiokinetic) (23.6k ポイント)
Jaekyung C. 選択
Thank you so much!
...