Thealexbarney / VGAudio

A library for encoding, decoding, and manipulating audio files from video games.
MIT License
219 stars 37 forks source link

Does not read OGG files #139

Open Aerospherology opened 1 year ago

Aerospherology commented 1 year ago

I am attempting to convert an OGG to IDSP (for the purposes of converting a bug fix/enhancement mod from the PC to the Wii version of LEGO Star Wars: The Complete Saga, then editing the header to be like the other music files). It spits out a "Can't infer input file type from extension." error instead.

junetried commented 8 months ago

It can't read Ogg Vorbis. If your file happens to be Opus encoded, rename it to .opus and try again.