darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Convert audio natively #30

Open darkf opened 8 years ago

darkf commented 8 years ago

Currently the acm2wav tool is required, which is not ideal. We should rewrite it in Python and use that instead.

darkf commented 6 years ago

FFmpeg actually handles the Interplay audio (ACM) and video (MVW) formats, so we can use it for both.