breandan

Results 140 comments of breandan

The way I’ve seen this done before is to bundle the `.dll`/`.dylib`/`.so` for all platforms in the same JAR, then use that JAR as a plugin dependency. I think [this...

If you’re compiling manually, you may need to determine the correct binary to use based on a syscall, I’m not actually sure how that works in JavaCPP. (e.g. in [TraceJump](https://github.com/acejump/TraceJump/blob/master/build.gradle.kts#L33-L36)...

[Z3-TurnKey](https://github.com/tudo-aqua/z3-turnkey#how) is a great example of how to build a single JAR with multiplatform native libraries bundled inside. If you inspect [the JAR](https://search.maven.org/remotecontent?filepath=io/github/tudo-aqua/z3-turnkey/4.8.7.1/z3-turnkey-4.8.7.1.jar) it contains prebuilt native binaries for OSX/Linux/Windows....

@daanzu Thank you for reaching out! Your grammar swapping functionality does indeed look like what we were originally looking for #6. Since our tool is currently JVM based, we'll need...

>I don't really know much of anything about how JVM distribution works nowadays, especially regarding binaries. How would that work? Ideally, KaldiAG would publish a headless, batteries-included executable for Windows...

cf. [Configuration Management for Sphinx-4](http://cmusphinx.sourceforge.net/doc/sphinx4/edu/cmu/sphinx/util/props/doc-files/ConfigurationManagement.html).

According to Nikolay Shmyrev, > It's more important to properly process recognition result, allow user to correct input and provide fast response time. It is more important to be able...

Could also use this library to visualize the MFCCs: https://github.com/GommeAntiLegit/SonopyJava

Have you enabled the microphone? If you click on the "record" button in the toolbar, does it produce any output?

Can you try [manually installing](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk) the [latest development build](https://teamcity.jetbrains.com/repository/download/idear_buildplugin/2160493:id/idear-1.3.4.zip) and report if this is still an issue?