├── .gitattributes ├── .gitignore ├── Hdiff Files └── .gitkeep ├── Original Game Files └── .gitkeep ├── README.md ├── Tools ├── COPYING ├── LICENSE.txt ├── avcodec-vgmstream-58.dll ├── avformat-vgmstream-58.dll ├── avutil-vgmstream-56.dll ├── bnkextr.exe ├── ffmpeg.exe ├── hdiff LICENSE.txt ├── hdiffz.exe ├── hpatchz.exe ├── in_vgmstream.dll ├── libatrac9.dll ├── libcelt-0061.dll ├── libcelt-0110.dll ├── libg719_decode.dll ├── libmpg123-0.dll ├── libvorbis.dll ├── packed_codebooks_aoTuV_603.bin ├── quickbms.exe ├── quickbms.txt ├── revorb.exe ├── swresample-vgmstream-3.dll ├── vgmstream-cli.exe ├── wavescan.bms ├── ww2ogg.exe └── xmp-vgmstream.dll └── unpack_new.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/.gitignore -------------------------------------------------------------------------------- /Hdiff Files/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Original Game Files/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/README.md -------------------------------------------------------------------------------- /Tools/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/COPYING -------------------------------------------------------------------------------- /Tools/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/LICENSE.txt -------------------------------------------------------------------------------- /Tools/avcodec-vgmstream-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/avcodec-vgmstream-58.dll -------------------------------------------------------------------------------- /Tools/avformat-vgmstream-58.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/avformat-vgmstream-58.dll -------------------------------------------------------------------------------- /Tools/avutil-vgmstream-56.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/avutil-vgmstream-56.dll -------------------------------------------------------------------------------- /Tools/bnkextr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/bnkextr.exe -------------------------------------------------------------------------------- /Tools/ffmpeg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/ffmpeg.exe -------------------------------------------------------------------------------- /Tools/hdiff LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/hdiff LICENSE.txt -------------------------------------------------------------------------------- /Tools/hdiffz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/hdiffz.exe -------------------------------------------------------------------------------- /Tools/hpatchz.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/hpatchz.exe -------------------------------------------------------------------------------- /Tools/in_vgmstream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/in_vgmstream.dll -------------------------------------------------------------------------------- /Tools/libatrac9.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/libatrac9.dll -------------------------------------------------------------------------------- /Tools/libcelt-0061.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/libcelt-0061.dll -------------------------------------------------------------------------------- /Tools/libcelt-0110.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/libcelt-0110.dll -------------------------------------------------------------------------------- /Tools/libg719_decode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/libg719_decode.dll -------------------------------------------------------------------------------- /Tools/libmpg123-0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/libmpg123-0.dll -------------------------------------------------------------------------------- /Tools/libvorbis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/libvorbis.dll -------------------------------------------------------------------------------- /Tools/packed_codebooks_aoTuV_603.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/packed_codebooks_aoTuV_603.bin -------------------------------------------------------------------------------- /Tools/quickbms.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/quickbms.exe -------------------------------------------------------------------------------- /Tools/quickbms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/quickbms.txt -------------------------------------------------------------------------------- /Tools/revorb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/revorb.exe -------------------------------------------------------------------------------- /Tools/swresample-vgmstream-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/swresample-vgmstream-3.dll -------------------------------------------------------------------------------- /Tools/vgmstream-cli.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/vgmstream-cli.exe -------------------------------------------------------------------------------- /Tools/wavescan.bms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/wavescan.bms -------------------------------------------------------------------------------- /Tools/ww2ogg.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/ww2ogg.exe -------------------------------------------------------------------------------- /Tools/xmp-vgmstream.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/Tools/xmp-vgmstream.dll -------------------------------------------------------------------------------- /unpack_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PseudoResonance/Genshin-Impact-New-Music-Unpacker/HEAD/unpack_new.py --------------------------------------------------------------------------------