Myungchul Keum

Results 15 issues of Myungchul Keum

#### Not complete libsoxr API Some of libsoxr API is missing, like ~~error handling,~~ filter and phase setting. #### ~~No *-manylinux_i686 wheel~~ https://github.com/dofuuz/python-soxr/runs/2588306191 Adding `-msse` to compiler option will fix...

Here is alternate of PR #101. I changed loop order, so auto-vectorization can be applied without transposing weights. Encoding speed is about same as #101. FYI: I tried to make...

Fixes #855 Modifier key up is not detected sometimes, and causing behavior not wanted. I removed global key state tracking for control/alt/shift/win. Instead, it'll get modifier key state every time.

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

Awaiting author contribution
python-c

#### No SIMD64 support (relatively slow VHQ mode) It's not easy to solve because not every system supports AVX. This needs different compiler flags for each source files and systems....

**Is your feature request related to a problem? Please describe.** Using librosa.load() without care will cause unexpected resampling and channel merging. It may silently spoil results. (It really happned :facepalm:)...

discussion

Python-SoXR now supports x86 and ARM processors. (ppc64le is also supported but it's not being intensively tested.) In other platforms, an error like below can occur during pip installation or...

### Description Oklab and Oklch has been added to [CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/#ok-lab). But, only Oklab is available for Colour. Adding Oklch will be great for convenience.

API
P3
Feature

Fix #438 #403 - Use BUILD_SHARED_LIBS intead of ENABLED_SHARED, ENABLE_STATIC - Builds either shared or static at a time. Not both at once. Building shared/static one by one and using...

`iniparser_getboolean()` can segfault on malformed config files. #125 There are similar problem in `iniparser_getlongint()` and `iniparser_getdouble()`. `iniparser_getstring()` returns `NULL` if there are section(not key) with that name. The key does...