Roman

Results 90 comments of Roman

Try to download the repo to another folder, to start from a fresh point. And I'd start with only 1 PCK file and if the extraction works, add more files....

The project uses external tools for decoding files: - `quickbms.exe` wich executes a custom script `wavescan.bms` (this creates Audiokinetic Wwise (WEM) audio files, as I understand these are not playable...

- try to delete all files from Tools/Decoding and from OGG, MP3 folders, then rerun the script - try this version: https://github.com/mortalis13/Wwise-Unpacker - if neither option works, attach a PCK...

As a temporary solution what I did was copying decompiled source of classes from Eclipse, saving them in a folder (with complete package paths), then added that folder in the...

Seems these are errors of the `ww2ogg` conversion tool. Maybe it can't recognize the format of the WAVs. The same error as in #18. Check my [answer](https://github.com/Vextil/Wwise-Unpacker/issues/18#issuecomment-704291522) in that issue....

I'll put the reference to the issue of the **vgmstream** project, where the problem was resolved: https://github.com/vgmstream/vgmstream/issues/762 In short: - use the latest version of **quickbms**: https://aluigi.altervista.org/quickbms.htm - with this...

Check these forum links https://zenhax.com/viewtopic.php?t=16046&p=67342 https://zenhax.com/viewtopic.php?f=9&t=2969&start=100 See if you can find a tool that works.

Or I'm missing something or it's really confusing... First time using it, so I may be wrong, but...it seems very simple: `rip --help` tells about options `--quality` and `--codec` `rip...

https://github.com/TaylorSMarks/playsound/issues/150 Searching for the concrete library issues normally helps too, though I see the solution was given after this ticket was created.

Leaving here the sequence that worked for me. Windows 10, Python 3.11. - set `numpy==1.24.2` in the `requirements.txt`, for the lower version has conflicts with multiple libraries - create venv...