Add BGI Audio extract support

This commit is contained in:
2025-08-09 22:50:20 +08:00
parent 6cb8ca5f95
commit c34f4ac23d
9 changed files with 150 additions and 1 deletions

View File

@@ -304,6 +304,10 @@ pub enum ScriptType {
#[value(alias("ethornell-dsc"))]
/// Buriko General Interpreter/Ethornell compressed file (DSC)
BGIDsc,
#[cfg(feature = "bgi-audio")]
#[value(alias("ethornell-audio"))]
/// Buriko General Interpreter/Ethornell audio file (Ogg/Vorbis)
BGIAudio,
#[cfg(feature = "bgi-img")]
#[value(alias("ethornell-img"))]
/// Buriko General Interpreter/Ethornell image (Image files in sysgrp.arc)