sethmachine

Results 9 issues of sethmachine

Hi, I am running openSMILE on Windows, 32 bit binary. Batch feature extraction (with a config file) terminates prematurely with an out of memory exception for any audio file longer...

Replicate Blizzard's algorithm for generating the minimap image based on the terrain/doodad data (.w3e and .doo files). Provide ability to create a PNG/JPEG from minimap image.

Switch to Python 3, and ideally to 3.7.x. This will allow using dataclasses, which can help reduce a lot of boilerplate in the codebase.

Create a separate repo/library that handles parsing the CHK format (and other data formats), rather than having a repo for both the GUI and CHK format handling. This would be...

Consider using the `package_data` parameter in the setup.py script instead of the `data_files`. It allows you to use glob patterns to specify which data files to put in the package,...

`Libs` is not a good name for the PyMS module, very general and confusing. I suggest changing it to `pyms` or something that namespaces the whole package that is clearly...

`Libs//Data` and other such paths won't be found when running the setup.py script on macOS. I suggest changing all the path delimiters to be Unix style forward slash, e.g. `Libs/Data`....

Hi, This is a very cool project and not sure if you're active anymore. But I'm wondering if you'd be willing to modularize the code that handles reading and writing...