pub fn decode_bgm_to_wav_bytes(
input: impl AsRef<Path>,
entry_idx: Option<usize>,
) -> Result<BgmDecoded>Expand description
Decode various Siglus audio containers into WAV (PCM16).
- For
.ovk,entry_idxselects which entry to decode. - For other formats,
entry_idxis ignored.