Actions
Emulator Issues #6371
closedPatch: Add a prototype AX audio dumping feature
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Windows support not implemented because I'm too lazy, no UI, sucks at handling looping streams (it's a complicated problem - some games use looping streams as circular buffers, and you can't rely on fixed start/end/loop address in the general case). Generated a lot of duplicates, but at least sounds are usually separated (dumped pre-mixing).
Might leak RAM and eat your babies.
Patch attached if anyone want to review and improve it. It would probably be a good idea to move WaveFile to Common as well now that something outside of AudioCommon uses it.
Actions