Rotem Dan
Rotem Dan
The build I use in `echogarden` is the default one that's installed with `onnxruntime-node`. It supports the DirectML provider for both `x64` and `arm64` Windows, and will also install the...
There's no standardized format (that I know of) for word-level subtitles, unfortunately. The auto-subtitles from YouTube internally use both a custom JSON format like: ```json "events": [ { "tStartMs": 0,...
I've made a minimal test code to ensure the API loads correctly: I created a new directotry. I ran `npm install echogarden` Then added `"type": "module"` in `package.json`, like: ```...
I couldn't fully understand what the exact issue is, from what you described. If there are issues importing the package on a remote server, then they are not specific to...
The library [couldn't be directly imported on Linux/macOS](#75), like in `import * from 'echogarden'` due to an incorrect case in the directory name of the `main` field in its `package.json`...
Thank for reporting. The project is untested on macOS, especially ARM64, since I have no access to a macOS machine. I'm glad (surprised) it works at all! Anyway, in ARM64...
The title of the issue you said "Incomplete synthesis". Can you check if the synthesis itself is complete by outputting it to a file? Maybe what you meant is that...
Here's where you can download SoX for macOS, to try on the command line. Note these builds are old, because development has stopped since 2015: `14.4.2` (2015): https://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2-macosx.zip/download `14.4.1` (2013)...
The code that auto-installs the packages (which has now been disabled on `0.10.10`), should only run when `x64` is detected (not on ARM64). You shouldn't have needed to change anything?:...
The best information I can get right now is to download both: `14.4.2` (2015): https://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2-macosx.zip/download `14.4.1` (2013) - what is included in the package: https://sourceforge.net/projects/sox/files/sox/14.4.1/sox-14.4.1-macosx.zip/download And run, ``` sox some-audio-file.mp3...