sofya.transcription
Version:
a JavaScript library that provides a robust and flexible solution for real-time audio transcription. It is designed to transcribe audio streams and can be easily integrated into web applications.
13 lines • 925 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LP_3_TO_1_FIR = exports.LP_2_TO_1_FIR = exports.LP_275_TO_100_FIR = void 0;
var LP_275_TO_100_FIR_1 = require("./LP_275_TO_100_FIR");
Object.defineProperty(exports, "LP_275_TO_100_FIR", { enumerable: true, get: function () { return __importDefault(LP_275_TO_100_FIR_1).default; } });
var LP_2_TO_1_FIR_1 = require("./LP_2_TO_1_FIR");
Object.defineProperty(exports, "LP_2_TO_1_FIR", { enumerable: true, get: function () { return __importDefault(LP_2_TO_1_FIR_1).default; } });
var LP_3_TO_1_FIR_1 = require("./LP_3_TO_1_FIR");
Object.defineProperty(exports, "LP_3_TO_1_FIR", { enumerable: true, get: function () { return __importDefault(LP_3_TO_1_FIR_1).default; } });
//# sourceMappingURL=index.js.map