Kesh Ikuma

Results 10 issues of Kesh Ikuma

Hi, I added a couple features to my fork, and I'm posting this to offer PRs of them if there is an interest: * Zooming by mouse click : Mouse...

enhancement

This PR addresses a few different things: - Made `renderer.js` to run independent of node.js (disabling nodeIntegration) by placing the instance of zerorpc.Client as global window.zerorpcClient variable during preloading period)...

Here is a PR to expose LPC and LineSpectralFrequencies related Praat APIs. All new classes & methods have their docstrings.

Yannick, Here is a quick take on making Praat enums case-insensitive. Donno if this is the direction you'd like to take, but it's an easy mod. Take a look. P.S.,...

Another important feature set for voice analysis is the harmonic analysis. Praat has it in 2 different places: Harmonicity.h and Pitch_getMeanStrength(...). I'd like to enhance Harmonicity and Pitch class to...

Here is the renamed PR for PointProcess class. I renamed my `mydev` branch to `add-pointprocess-class` and it apparently closed the original PR automatically. CrossRef: #41, ### TODOs - [x] Complete...

Great package! CMake-JS is lowering my entry into NodeJS from the native side. Now, a feature request. Right now, if you specify non MSVC generator in windows, the option is...

This PR adds ```javascript argparse.env('npm_config_'); ``` to grab the npm config env variables. This feature mimics node-gyp's (implemented around Line 150 in `lib/node-gyp.js`), and has been tested with electron runtime...

As I was playing with CMake build process, I found that `scikit-build` folks have their own python build backend. I tried to switch to it and I think I'm successful...

This PR updates the `pybind11` library to the latest v2.13.1 to resolve #125. In doing so, the handling of Praat's array of strings has been modified (`praat.cpp`). The original ```c++...