Thealexbarney / VGAudio

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

Change to recognize bms extension as BCWAV #117

Closed nnn1590 closed 4 years ago

nnn1590 commented 4 years ago

Because in the Japanese version of "3D Classics: Kirby's Adventure"(3Dクラシックス 星のカービィ 夢の泉の物語), BCWAV was used with bms extension Screenshot from 2020-01-27 18-30-37

Compiled and converted successfully with Mono. | Monoで正常にコンパイル&変換できました。 OS: Ubuntu 19.10 amd64

cd VGAudio/src
nuget restore
msbuild
mono ./VGAudio.Cli/bin/Debug/net451/VGAudioCli.exe /media/nnn1590/SDCARD/kriby/bgm/BGM_00_01.bms ~/Music/converted/kirby/BGM_00_01.wav

Translated from Japanese to English by Google Translate. | Google 翻訳によって日本語から英語に翻訳されました。