Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/WolvenKit/wwise-audio-tools

Tools for working with Wwise file types
https://github.com/WolvenKit/wwise-audio-tools

Merge pull request #20 from WolvenKit/fix/wwise-bnk-v123

Use vlq instead of u4 to for event action count

ec4d73fbbc46ee86459aa3b317d0eb78201f6ed1 authored 12 months ago by Abheek Dhawan <[email protected]>
fix: add vlq to compile source

e181c0d64fb378879f959a3c316283a98bb5486f authored 12 months ago by Abheek Dhawan <[email protected]>
fix: update include subdirectories for kaitai struct cpp sources

a6eaaf4c548649c22a1a89646c6678c2fb20fe44 authored 12 months ago by Abheek Dhawan <[email protected]>
fix: regenerate cpp parsers for other kaitai structs

71d68b8a2337131dc4185603e0bef2a071de1997 authored 12 months ago by Abheek Dhawan <[email protected]>
fix: update includes for new source files

1364b4ecc8014577408a07b36bfd8a22171238c8 authored 12 months ago by Abheek Dhawan <[email protected]>
feat: update kaitai runtime and bnk cpp header/source

9d919ef463f0edc69062be158ff9f4ed9c915740 authored 12 months ago by Abheek Dhawan <[email protected]>
fix: allow for both new and old versions of wwise events

31b0be388efca37d471bc85817bc6a56de830547 authored 12 months ago by Abheek Dhawan <[email protected]>
feat: add vlq kaitai spec

d3c841f5887e28ba8442eda74606515c31c1361b authored 12 months ago by Abheek Dhawan <[email protected]>
fix: use vlq instead of u4 to for event action count

ae72ad1beb8969eac954252116bf2c9d13e6e24f authored 12 months ago by Abheek Dhawan <[email protected]>
fix: write output file streams as binary

5236898876324b0bd0807620a60c42820cf63ac5 authored 12 months ago by Abheek Dhawan <[email protected]>
Merge pull request #18 from ilonachan/master

#17 fix: import cstdint

f550eca33d0be0a855a69163433cf6026a921538 authored about 1 year ago by Abheek Dhawan <[email protected]>
fix: import cstdint

81cf7b817c8798afc94f1c7b5f3049949252e780 authored about 1 year ago by ilonachan <[email protected]>
Merge pull request #16 from WolvenKit/fix/all-files-in-dir

Fix batch converting files without args

3ca9146b5f79e0c6671225f979160eaa1291abfa authored almost 2 years ago by Abheek Dhawan <[email protected]>
Merge pull request #15 from WolvenKit/feat/switch-compile-packed-codebooks

Allow usage of different packed codebooks based on compile definitions

e337760d346efc5018abfce12df367b176e16eb3 authored almost 2 years ago by Abheek Dhawan <[email protected]>
fix: loop through directory correctly to convert all files

50dfa877af3201e9987eb1e5305b15d07d37c283 authored almost 2 years ago by Abheek Dhawan <[email protected]>
feat: allow usage of different packed codebooks based on compile definitions

8909ff5f0c60b036c25c5c6f6034e1c63e6b1474 authored almost 2 years ago by Abheek Dhawan <[email protected]>
feat: allow usage of different packed codebooks based on compile definitions

a1190bccad6cafa0773a4a029efb89a9990571e5 authored almost 2 years ago by Abheek Dhawan <[email protected]>
docs: fix grammar (build -> built)

72ebdc4afc1ddce6f6ab085b19a51e28c7e30951 authored almost 2 years ago by Abheek Dhawan <[email protected]>
fix: temporarily remove event name to ID because it's too big

267db3c26aec1861722554d129785dbd71feadec authored about 2 years ago by Abheek Dhawan <[email protected]>
ci: update path to Windows builds for uploading

bb94fda2135e4d442aac63be52f41075abe9dfb2 authored about 2 years ago by Abheek Dhawan <[email protected]>
ci: update Windows configuration to be "Release"

fb174867d343b981c44a1d263c91878c55ace1ed authored about 2 years ago by Abheek Dhawan <[email protected]>
feat: allow getting and printing event name from ID

93e01b522d8fc563aa93989eb910352e0191e1e7 authored over 2 years ago by Abheek Dhawan <[email protected]>
chore: remove unused backup header struct file

dc5c148db8c6367f2132f3fae5414304a2b1946b authored over 2 years ago by Abheek Dhawan <[email protected]>
tests: disable compilation of tests by default

3c799fee9667614c6f8cc7fc2acf5ec36af1924a authored over 2 years ago by Abheek Dhawan <[email protected]>
refactor: reorganize compiled struct files

b8b138f080284467203f1e41401aa48fc0c89544 authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: add comments for undocumented functions

3bb37c67cda33f90f51cb68efe0aa6b3e173d97b authored over 2 years ago by Abheek Dhawan <[email protected]>
chore: add TODO for music tracks

7ad7a4965a42acd8725f8e64213bd5c846861be5 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: improve event action detection and log both events and events that reference files found in the current BNK

193bb652e150c1aa781e624d9b994f82e2a90e98 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add switch case for getting name of the "resume" action type

ebe5bd1e79adff0d49f5638e82773072882fadeb authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: add Doxygen comments for newly added BNK functions

2ede7810b1fe4319896dca16bc1689f46d4c6615 authored over 2 years ago by Abheek Dhawan <[email protected]>
style(clang-format): header files

e3de6a179ee6f3a7c35151f16d88c4febc333ea7 authored over 2 years ago by Abheek Dhawan <[email protected]>
style(clang-format): source files

a677713c719d207feda87d70acfb4053aef3d816 authored over 2 years ago by Abheek Dhawan <[email protected]>
refactor(cleanup): remove unused includes and use const references for function params

f75c5b1ad884309c0cc525849b959a888ca97fc9 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add extraction back for WEM files

could be buggy

0ded66edfc3f123b61123102b1121df9c3efa4d5 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: update function declaration and usage for getting event ID info

30c3eecbe527ebc0ca5cd69e1c8e1f59527e8b84 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add event ID updates to wwtools namespace

305a24512bdebd7f05eeb22676ca6a135e2fe41b authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: update BNK definition and update correlating get_info and extract functions

45a3ba9d49202521febd640bee5323fba4a74002 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: improve support for multiple or single event ID

3348c0c8f2fb176a2da83c9fbb0f4e9bb119081a authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: add comments for newly added BNK code

04337e20a2810d16000550db41ace280ba0a1412 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add improved event ID detection and formatting

9813ac8ef05edec01d58d962b13208b459fdaf49 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge branch 'master' into feat/bnk-tools

a4748ce6425ab2562ad44707cc70373cf9f6fe44 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: rewrite BNK Kaitai definition to include HIRC and other improvements

90eae21e0dcb542500b3138b7e243cd9bf875fc1 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add simple Kaitai definition for bundle files

cadae2198e6d2630c85744cec9356a2c995ca991 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: beginning of BNK event ID support

ce360fcc9bbb3c2d15f7e71fb752fc9b9461fdab authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add WEM header and source files to project

2190206168e74f396e3ead5fb1c4809b12a5b276 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: expand cue chunk functionality and add even byte offset to WEM Kaitai definition

f6ad40c239a5ee4b40a653faec237b2ec930054d authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: improve LIST chunk reading for WEM files

e02d643e3c1908c827b802b4094cf513311cc44b authored over 2 years ago by Abheek Dhawan <[email protected]>
test: add subdirectories for tests

00361b6e302bc217e3ba2e341ce81bf55948bced authored over 2 years ago by Abheek Dhawan <[email protected]>
style: clang-format

e44bca2398145abb82838f4528dd06359895eb1a authored over 2 years ago by Abheek Dhawan <[email protected]>
ci: update release file paths

d0dec1f397f55d03a2f264ceeec9c7b043064305 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: cache help message

07fd7271e5211aec1848ab732aed38144cdfa9ac authored over 2 years ago by Abheek Dhawan <[email protected]>
refactor: name all files wwtools

9a42ab9a7e13c16240a071cbe20fe2c3b5ff121a authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge branch 'master' of https://github.com/WolvenKit/wwise-audio-tools

ebdf8d4556ecd734fd5b2d35127dea3508a6b449 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge pull request #8 from WolvenKit/feature/sound-cache-writing

[FEAT] Sound cache writing

13e56120154be4e485c5998cb7669c99e3a0dd64 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: improve cli with new cache features

70dbd0a36e0629e46dd6d7391118840d9dceec91 authored over 2 years ago by Abheek Dhawan <[email protected]>
feat: add buffer size to cache file in correct place

1923a5b2a2201718275cdb77ff78bfca28c2c557 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: match checksum calculation to that of original Python scripts

a91308b7616bc238633afa37c772043f9a9e6012 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge branch 'feat/doxygen-comments'

8a7957938c393e9671d739b90fecf8796d6aba8c authored over 2 years ago by Abheek Dhawan <[email protected]>
ci(docs): clone with submodules for CSS

26145ed0bc436bfc234195c07ca09ff1d6bed055 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge pull request #9 from WolvenKit/feat/doxygen-comments

Doxygen documentation support

06c3fb188378b10f89712ea19615ec0f66124d24 authored over 2 years ago by Abheek Dhawan <[email protected]>
ci(docs): add documentation workflow for pages

8015273f418d7f68eaf03eb201542729dc279e9d authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: only use wwtools as input for documentation

33897cd6cc06418c94f1353e014a8584e5d30fa1 authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: add Doxyfile to be run from root directory

6def96ae9f1b808a1cdbb84ca93bf0a647c699d1 authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: document wwtools namespaces

67e2e87b002b2912774c0248983accb03f3d17d3 authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: add Doygen file headers

88f43b0932a16957abe1ef3bdc3e6400de497eea authored over 2 years ago by Abheek Dhawan <[email protected]>
docs: add simple Doxygen comments in wwtools header files

b3c83a1efbd87de31bf060ce7df8a57ff0d59916 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: headers and var names

445f899df2ac4e8cbf33503aa5b839874057eb22 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: add std prefix for memcpy to fix Linux build

5b0eb2c11b94a52b170ae07600cd9fd704e88070 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix(w3sc): add support for checksum (may be incorrect)

9b05d49bd088172aef2b459a61dc30ddd103e78d authored over 2 years ago by Abheek Dhawan <[email protected]>
feat(w3sc): incomplete and non-functional initial test implementation of sound cache writing

3e3bb2c18d1c3bb6c52227788605d8ec4653629f authored over 2 years ago by Abheek Dhawan <[email protected]>
refactor(include): clean up headers

Add header guards, comments, and prefer .hpp instead of .h

25dafec56731319d3006ade9284dd1740b5da0b0 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge pull request #7 from WolvenKit/file-refactor

File refactor

Namespaces
Snake case
Subdirectories

da281cbd6e3f1b88c68e36706cbd333f3bc53970 authored over 2 years ago by rfuzzo <[email protected]>
Merge pull request #6 from WolvenKit/kaitai-hotfix

fix(kaitai): attempted simple hotfix for Windows compilation

d4c0283ba0a0b4f1f0192ec6c1446ea1ebddf16b authored over 2 years ago by Abheek Dhawan <[email protected]>
fix(kaitai): attempted simple hotfix for Windows compilation

5cad12d22825eb205d41db2e10a0800d3f25e36f authored over 2 years ago by Abheek Dhawan <[email protected]>
refactor: reorganize all files

- Namespaces
- Subfolders

58e6d8b057f8e435c71b19cdce27031379f63d8d authored over 2 years ago by Abheek Dhawan <[email protected]>
refactor(revorb): replace redundant if statment on return

Instead of changing the return value using an if statement for a boolean, just return the opposi...

a3d216e42f5e1310dc75ec36fde5719da42ac0b8 authored over 2 years ago by Abheek Dhawan <[email protected]>
fix: remove whitespace when no extra message is added to help

3f1ed9dbc77480fdd1750531d27162dffbbf0b71 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge pull request #5 from WolvenKit/feature/wem-format

Add basic Kaitai definition for WEM files

5a799da82f5ab524148d7c12fe7bde6bb33a244c authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge pull request #4 from SpontanCombust/catch2-fetchcontent

Optional catch2 download with fetchcontent

a147eca3f15e73567fbf99c0d3b7685a65c8c4ee authored over 2 years ago by Abheek Dhawan <[email protected]>
Optional catch2 download with fetchcontent

33bb1a8470a5d6e784d4834c5518ebf7712c81e8 authored over 2 years ago by SpontanCombust <[email protected]>
Add basic Kaitai definition for WEM files

4747e238a751ba502249296dca3fe219e6bd2bd0 authored over 2 years ago by Abheek Dhawan <[email protected]>
Fix binary path for release

09cdf59d015553b50e8223768ce7fed85768b9bf authored over 2 years ago by Abheek Dhawan <[email protected]>
Add Kaitai definition for BNK from bnkextr

16400e4d7dbdec275f94697e5444546fa5ffeaa3 authored over 2 years ago by Abheek Dhawan <[email protected]>
Add install command for CMake

c58315de57211ddb349457b9dfd754d4e43859f5 authored over 2 years ago by Abheek Dhawan <[email protected]>
Rename project executable to wwtools

c92b349741eb44f6f38f6122f8ee28c3d7739446 authored over 2 years ago by Abheek Dhawan <[email protected]>
Fix whitespace

e88c6a0d5a270aab24db3ff6d9ad74324fb1efa3 authored over 2 years ago by Abheek Dhawan <[email protected]>
Update sound cache file version support and add exceptions to bnk names

8c4255c1024f7717413c7e42371f953240bddabc authored over 2 years ago by Abheek Dhawan <[email protected]>
Remove C linkage in headers as well

d2812ff740f8cb3bb62050597953548974a63b27 authored over 2 years ago by Abheek Dhawan <[email protected]>
Merge branch 'feature/cache-support'

5f67f0e59924a452175615192cb4c96999881434 authored over 2 years ago by Abheek Dhawan <[email protected]>
Remove C linkage for certain functions

3e4662772f76ee6bf4a5821795b3df78fd481ca7 authored over 2 years ago by Abheek Dhawan <[email protected]>
Fix logged path for WEM conversion

047ddcdc8d6c7b33f12ac51a5d1efd143319aaeb authored over 2 years ago by Abheek Dhawan <[email protected]>
Add extraction messages with file counts and coloring

1ffa0263adb69e5aea727fd532d4950b9eaceeac authored over 2 years ago by Abheek Dhawan <[email protected]>
Update help for cache command

cf874dbc45d7bbd98284ffa8c4e8ca9842fe977d authored over 2 years ago by Abheek Dhawan <[email protected]>
Add basic support for sound cache files

- Kaitai Struct template for cache files
- Basic info getting helper
- Basic extraction for BNK ...

a5c323802ff193ab81e6f7ebc3f4c003bfa9fe42 authored over 2 years ago by Abheek Dhawan <[email protected]>
Fix BNK converted output paths

7a1c8def6290f2da00faf00ca8c105f9d5107534 authored over 2 years ago by Abheek Dhawan <[email protected]>
Update help message

bf00338a900cdd550c2f96d8b4b8e55c2f1ba5cf authored over 2 years ago by Abheek Dhawan <[email protected]>
Add basic color support with rang.hpp

0182c7c48ebfce5c7b9659ad9d031126d72e0a57 authored over 2 years ago by Abheek Dhawan <[email protected]>
Clear up additional context-based help messages in the CLI tool

3cbac8526aae32f723626d3a81fe39fe16179496 authored over 2 years ago by Abheek Dhawan <[email protected]>
Add error for flag ordering

eae40ede39ed3c626facaeb61c8a0667dabfe460 authored over 2 years ago by Abheek Dhawan <[email protected]>
Allow no-convert flag on BNK files to solely extract WEMs

6bc2c6858f7a711343376ccbddce02745c192b3d authored over 2 years ago by Abheek Dhawan <[email protected]>