{"id":19245090,"url":"https://github.com/rxtoolkit/stt-assemblyai","last_synced_at":"2026-06-16T03:31:39.787Z","repository":{"id":239063305,"uuid":"376853191","full_name":"rxtoolkit/stt-assemblyai","owner":"rxtoolkit","description":"👂 An RxJS operator for real-time speech-to-text (STT/S2T) streaming using the AssemblyAI STT API.","archived":false,"fork":false,"pushed_at":"2024-09-12T01:38:01.000Z","size":3365,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T15:15:38.052Z","etag":null,"topics":["incomplete","package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rxtoolkit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-14T14:30:34.000Z","updated_at":"2024-05-09T17:26:18.000Z","dependencies_parsed_at":"2024-05-09T19:54:14.217Z","dependency_job_id":null,"html_url":"https://github.com/rxtoolkit/stt-assemblyai","commit_stats":null,"previous_names":["rxtoolkit/stt-assemblyai"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rxtoolkit/stt-assemblyai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-assemblyai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-assemblyai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-assemblyai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-assemblyai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxtoolkit","download_url":"https://codeload.github.com/rxtoolkit/stt-assemblyai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-assemblyai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34390052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["incomplete","package"],"created_at":"2024-11-09T17:26:36.989Z","updated_at":"2026-06-16T03:31:39.769Z","avatar_url":"https://github.com/rxtoolkit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @buccaneerai/stt-assemblyai\n\u003e 👂 An RxJS operator for real-time speech-to-text (STT/S2T) streaming using the AssemblyAI STT API.\n\n## Installation\nThis is a private package. It requires setting up access in your npm config.\n\n```bash\nyarn add @buccaneerai/stt-assemblyai\n```\n\n## Demo\nTo run the demo pipeline:\n```bash\nyarn demo:run \u003capiKey\u003e\n```\n\n## API\n\n### `toAssemblyAI`\n```js\nimport {from} from 'rxjs';\nimport {toAssemblyAI} from '@buccaneerai/stt-assemblyai';\nimport {fromFile} from '@bottlenose/rxfs';\n\nconst filePath = 'path/to/audio-file.linear16';\n// For a full list of options, see ./src/lib/toIBM.js\nconst params = {\n  apiKey: process.env.ASSEMBLY_AI_API_KEY,\n};\nconst audioChunk$ = fromFile(filePath);\nconst output$ = string$.pipe(toAssemblyAI(params));\noutput$.subscribe(console.log); \n// Output:\n// {...responseFromAPI}\n// {...anotherResponseFromAPI}\n```\n\n## Contributing, Deployments, etc.\nSee [CONTRIBUTING.md](https://github.com/buccaneerai/stt-assemblyai/blob/master/docs/CONTRIBUTING.md) file for information about deployments, etc.\n\n## References\n- [AssemblyAI docs](https://docs.assemblyai.com/api-ref/v2-stream)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxtoolkit%2Fstt-assemblyai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxtoolkit%2Fstt-assemblyai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxtoolkit%2Fstt-assemblyai/lists"}