Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
I have made the mistake of importing hundreds of files as SFX instead of voice, and have already organized them into events. In order to save hours of more work, I am wondering if it is possible to somehow convert SFX assets to voice.

Thanks!
in General Discussion by Richard Goulet (5.8k points)

1 Answer

+1 vote
 
Best answer
The answer is no.  Not directly inside Wwise.  

However, using advanced manipulation inside a text editor, such as notepad++, and using search & replace combined with macro usage, you could potentially convert your assets.
by Bernard R. (Audiokinetic) (35.8k points)
selected by Richard Goulet
Ah yes, I will look into this. I'm guessing I may have to do a few "find-and-replace" operations in order to change source directories and stuff.

Thanks very much!
Follow up- I was able to edit the type="SoundFX" to "Voice", <Language> from SFX to English(US), and the <AudioFile> in order to change the location of the source. Works as I hoped! Cheers.
...