UNPKG

@steelbrain/media-buffer-speech

Version:

Speech buffering that accumulates audio chunks and releases them after natural pause periods

55 lines (54 loc) 1.28 kB
{ "name": "@steelbrain/media-buffer-speech", "version": "1.1.0", "description": "Speech buffering that accumulates audio chunks and releases them after natural pause periods", "files": [ "dist" ], "license": "MIT", "author": "Anees Iqbal <hello@aneesiqbal.ai>", "repository": { "type": "git", "url": "https://github.com/steelbrain/media-toolkit", "directory": "projects/media-buffer-speech" }, "homepage": "https://github.com/steelbrain/media-toolkit/tree/main/projects/media-buffer-speech", "bugs": "https://github.com/steelbrain/media-toolkit/issues", "keywords": [ "speech", "audio", "buffering", "streaming", "pause", "detection", "conversation", "turns", "segments" ], "scripts": { "build": "zshy", "test": "vitest", "typecheck": "tsc --noEmit" }, "engines": { "node": ">=22.0.0" }, "zshy": { "exports": "./src/index.ts" }, "devDependencies": { "typescript": "^5.8.3", "vitest": "^3.2.4", "zshy": "^0.2.5" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } } }