Add utilities to extract all audio files from ME LE #446
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is part of a WIP project to extract all the voicelines and dialog trees (not just dialog lines) into a format that can be parsed and processed by downstream tools.
This initial PR contains a hacky implementation of a bulk audio exporter functionality, placed into the Dialog Dumper tool to piggy-back on its progress reporting UI. It copies a lot of code from the Soundplorer and Soundpanel components, but adds some additional changes to add support for bulk exporting LE1
SoundNodeWaveaudio.In its current state, I have only tested LE1, but it should work (though maybe with bugs) with LE2 & LE3. The output looks like this:
Here's a full dump of LE1, including sound effects and music:

More cleanup is certainly needed to refactor and clean up the implementation, but in its current state it's achieved my immediate needs so I'll likely stop here. I'll leave it to the community to decide whether they want to polish and implement this into the tools.