UNPKG

franc-audio-to-text

Version:

<!-- demo --> [DEMO WITH NEXTJS](https://next-transcriber.vercel.app) ## Installation ```bash npm install franc-audio-to-text ``` ## Usage with Typescript ```typescript import TranscribeAudioToText from "franc-audio-to-text"; ```

34 lines (33 loc) 591 B
{ "name": "franc-audio-to-text", "version": "2.0.4", "description": "", "main": "index.js", "type": "commonjs", "scripts": { "start": "node index.js", "build": "tsc" }, "keywords": [ "typescript", "assemblyai", "audio", "text", "speech", "recognition", "language", "processing", "nlp" ], "author": "francis mwaniki", "license": "ISC", "devDependencies": { "@types/node": "^20.10.6", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "assemblyai": "^4.1.0", "dotenv": "^16.3.1" } }