Masusder
Masusder
This is continuation of [jesterret's pull request](https://github.com/SteamRE/SteamKit/pull/789) I've added steam default of writing random data, as mentioned in https://github.com/SteamRE/SteamKit/pull/789#issuecomment-899758669 and changed code following @xPaw review Full credits goes to @jesterret...
Hello, First of all, excellent work on this library, this is the best open-source implementation I've seen so far. When trying to convert detected notes to chords using ```KordChord.fromNotes(kordNotes)``` function...
First of all, [this pull request is required ](https://github.com/FabianFG/CUE4Parse/pull/213). As explained in the title, this implementation allows for audio events to be associated with WEM files that are embedded in...
I've encountered FSB5 chunk that is larger than `int.MaxValue`, changing internal loading to a stream supports loading such a large files. I have kept old method so it can still...
Number of channels was being read and then written incorrectly into packet info (for e.x. 4 instead of 6), resulting in malformed audio output. This fixes Vorbis rebuilder. I can't...
I've got inspired by @h4lfheart, hope you like it. https://github.com/user-attachments/assets/55712b5a-57f0-4f2b-a01d-e7f680c39726
I have implemented a Diff Viewer for side-by-side comparison and visualization of assets from two game builds. To add it I had to refactor core of the app unfortunately, as...