🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@marswave/coli

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marswave/coli - npm Package Compare versions

Comparing version
0.0.16
to
0.0.17
+3
-3
distribution/source/asr/models.js

@@ -10,3 +10,3 @@ import fs from 'node:fs';

dirName: 'sherpa-onnx-whisper-tiny.en',
url: 'https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-whisper-tiny.en.tar.bz2',
url: 'https://files.colaos.ai/coli/models/sherpa-onnx-whisper-tiny.en.tar.bz2',
checkFile: 'tiny.en-encoder.int8.onnx',

@@ -16,3 +16,3 @@ },

dirName: 'sherpa-onnx-sense-voice-zh-en-ja-ko-yue-int8-2024-07-17',
url: 'https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-sense-voice-zh-en-ja-ko-yue-int8-2024-07-17.tar.bz2',
url: 'https://files.colaos.ai/coli/models/sherpa-onnx-sense-voice-zh-en-ja-ko-yue-int8-2024-07-17.tar.bz2',
checkFile: 'model.int8.onnx',

@@ -79,3 +79,3 @@ },

const vadModelFile = 'silero_vad.onnx';
const vadModelUrl = 'https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/silero_vad.onnx';
const vadModelUrl = 'https://files.colaos.ai/coli/models/silero_vad.onnx';
export function getVadModelPath() {

@@ -82,0 +82,0 @@ return path.join(modelsDirectory, vadModelFile);

{
"name": "@marswave/coli",
"private": false,
"version": "0.0.16",
"version": "0.0.17",
"description": "A CLI for the Cola",

@@ -6,0 +6,0 @@ "repository": "marswaveai/coli",