当前位置: 首页 > 软件库 > 游戏/娱乐 > >

vgmstream

授权协议 View license
开发语言 C/C++
所属分类 游戏/娱乐
软件类型 开源软件
地区 不详
投 递 者 齐兴运
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

vgmstream

This is vgmstream, a library for playing streamed (prerecorded) video game audio.

Some of vgmstream's features:

  • Hundreds of video game music formats and codecs, from typical game engine filesto obscure single-game codecs, aiming for high accuracy and compatibility.
  • Support for looped BGM, using file's internal metadata for smooth transitions, with accuratesample counts.
  • Subsongs, playing a format's multiple internal songs separately.
  • Many types of companion files (data split into multiple files) and custom containers.
  • Encryption keys, internal stream names, and many other unusual cases found in game audio.
  • TXTH function, to add external support for extra formats, including raw audio inmany forms.
  • TXTP function, for real-time and per-file config, like forced looping, removingchannels, playing certain subsong, or fusing multiple files into a single one.
  • Simple external tagging via .m3u files.
  • Plugins are available for various media player software and operating systems.

The main development repository: https://github.com/vgmstream/vgmstream/

Automated builds with the latest changes: https://vgmstream.org/downloads

Common releases: https://github.com/vgmstream/vgmstream/releases

Help can be found here: https://www.hcs64.com/

More documentation: https://github.com/vgmstream/vgmstream/tree/master/doc

Getting vgmstream

There are multiple end-user components:

The main library (plain vgmstream) is the code that handles the internal conversion, while theabove components are what you use to get sound.

See components in the usage guide for install instructions andexplanations. The aim is feature parity, but there are a few differences between them due tomissing implementation on vgmstream's side or lack of support in target player or API.

Windows

You should get vgmstream-win.zip, which also bundles various components, orfoo_input_vgmstream.fb2k-component for the installable foobar2000 plugin from thelatest prebuilt binaries on our website:

You can also get them from the less frequently updated releases on GitHub:

If the above links fail, you may also try the alternative, somewhat recent versions built bybnnm:

If you prefer, you may compile the components from source as well, see thebuild guide for more information.

Linux

For convenience, releases distribute a command-line decoder in vgmstream-cli.zip. It isstatically linked and should work on all systems running Linux kernel v3.2 and above.

Building from source will also give you vgmstream.so, an Audacious plugin, and vgmstream123,a command-line player.

When building from source code, many components have to be installed or compiled separately. Thebuild guide describes this process in more detail. For a quick build on Debian andUbuntu-style distributions, run ./make-build-cmake.sh. The script will be installing variousdependencies, so you may prefer to copy the commands from the file and run them one by one.

macOS

Please follow the build guide.

More info

Enjoy! hcs

相关阅读

相关文章

相关问答

相关文档