{"id":19245084,"url":"https://github.com/rxtoolkit/stt-ibm","last_synced_at":"2026-06-18T17:33:10.838Z","repository":{"id":214798991,"uuid":"363205660","full_name":"rxtoolkit/stt-ibm","owner":"rxtoolkit","description":"👂 An RxJS operator for real-time speech-to-text (STT/S2T) streaming using the IBM Watson.","archived":false,"fork":false,"pushed_at":"2024-05-09T17:48:09.000Z","size":3940,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T03:55:06.720Z","etag":null,"topics":["ai","fp","functional-programming","observables","package","reactive-programming","rxjs","speech-to-text","stt","transcription"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rxtoolkit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-04-30T16:56:09.000Z","updated_at":"2024-05-09T17:48:13.000Z","dependencies_parsed_at":"2023-12-30T22:09:01.015Z","dependency_job_id":"b4d17b4e-7274-4e95-85aa-1675bd95e27b","html_url":"https://github.com/rxtoolkit/stt-ibm","commit_stats":null,"previous_names":["rxtoolkit/stt-ibm"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/rxtoolkit/stt-ibm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-ibm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-ibm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-ibm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-ibm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxtoolkit","download_url":"https://codeload.github.com/rxtoolkit/stt-ibm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxtoolkit%2Fstt-ibm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34501475,"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-18T02:00:06.871Z","response_time":128,"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":["ai","fp","functional-programming","observables","package","reactive-programming","rxjs","speech-to-text","stt","transcription"],"created_at":"2024-11-09T17:26:35.525Z","updated_at":"2026-06-18T17:33:10.822Z","avatar_url":"https://github.com/rxtoolkit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @rxtk/stt-ibm\n\u003e 👂 An RxJS operator for real-time speech-to-text (STT/S2T) streaming using the IBM Watson.\n\n```bash\nnpm i @rxtk/stt-ibm\n```\n\n```bash\nyarn add @rxtk/stt-ibm\n```\n\nYou'll need an IBM Watson account with credentials for the STT API.\n\n## Demo\nTo run the demo pipeline:\n```bash\nyarn demo:run \u003cmyInstanceId\u003e --secret \u003csecretAccessKey\u003e --write-output\n```\n\n## API\n\n### `toIBM`\n```js\nimport {from} from 'rxjs';\nimport {myFunction} from '@rxtk/stt-ibm';\nimport {fromFile} from '@rxtk/fs';\n\nconst filePath = 'path/to/audio-file.linear16';\n// For a full list of options, see ./src/lib/toIBM.js\nconst params = {\n  secretAccessKey: process.env.IBM_SECRET_ACCESS_KEY,\n  instanceId: process.env.IBM_STT_INSTANCE_ID,\n  region: 'us-east',\n};\nconst audioChunk$ = fromFile(filePath);\nconst output$ = audioChunk$.pipe(toIBM(params));\noutput$.subscribe(console.log); \n// Output:\n// {...resultFromIBMWatson}\n// {...anotherResultFromIBMWatson}\noutput$.error$.subscribe(console.error); // optional: handle Websocket Errors\n```\n\n## References\n- [IBM Speech-to-text docs](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-websockets)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxtoolkit%2Fstt-ibm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxtoolkit%2Fstt-ibm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxtoolkit%2Fstt-ibm/lists"}