I have a part of my project that generates a .wav file on the fly while the program is running, and I would like to play it back through Wwise. My understanding is that the External Source Plugin would be perfect for this.
The documentation says that Wwise expects external audio files to be in .wem format. However, the sound files I generate are in .wav PCM format. Do I have to run the Wwise command-line external source generation to convert my .wav files to .wem files? This seems wrong, as I can't ship my application with the Wwise command-line executable included just for this purpose. I would have expected Wwise to load the .wav file as-is, and do whatever is necessary internally to play it back.
What am I missing?
Thanks in advance!