Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Inside the txt file that is generated alongside a soundbank, there is a list of streamed audio that refers to the audio source file by an absolute path. For example:
C:\Users\Me\myWwiseProject\.cache\Windows\SFX\SomeFile.wem

The audio engineer on my project uses these txt files in their workflow. Due to the fact that we both generate sound banks on our machines, I would like to keep these text files under source control to ensure we both have the most up to date data and I'd like to keep the soundbanks under source control so that the rest of the time doesn't need to be concerned with generating soundbanks locally.
 
These absolute paths can cause merge conflicts. Is it possible to configure these txt files to use relative paths instead?
in Feature Requests by Ryan (100 points)
recategorized by Samuel L. (Audiokinetic)

1 Answer

0 votes
It is currently not possible to configure those files to use relative path. You raise a valid point regarding this as a limitation to versioning.

I will convert this post to a feature request.
by Samuel L. (Audiokinetic) (23.6k points)
What are those files used for? Are there any news about relative paths? We also use version control
Those .txt files are human-readable files that describe the content of a soundbank: you can disable their generation in the SoundBank settings, or add them to your source control's ignorelist.
...