{"id":15651269,"url":"https://github.com/linusu/node-line-in","last_synced_at":"2025-04-30T18:42:57.313Z","repository":{"id":65992007,"uuid":"59382568","full_name":"LinusU/node-line-in","owner":"LinusU","description":"🎤 Capture audio with a simple stream interface","archived":false,"fork":false,"pushed_at":"2017-07-07T06:56:35.000Z","size":96,"stargazers_count":33,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T05:28:12.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/LinusU.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"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":"2016-05-21T21:38:39.000Z","updated_at":"2024-07-31T03:52:58.642Z","dependencies_parsed_at":null,"dependency_job_id":"2b3cf80f-7557-4d03-b27b-fa1c4fbcfb96","html_url":"https://github.com/LinusU/node-line-in","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-line-in","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-line-in/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-line-in/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fnode-line-in/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/node-line-in/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232501463,"owners_count":18533307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-03T12:37:45.693Z","updated_at":"2025-01-04T17:39:16.091Z","avatar_url":"https://github.com/LinusU.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Line In\n\nCapture audio with a simple stream interface.\n\n## Installation\n\n```sh\nnpm install --save line-in\n```\n\n## Usage\n\n```js\nconst LineIn = require('line-in')\nconst Speaker = require('speaker')\n\nconst input = new LineIn()\nconst output = new Speaker({ signed: true })\n\ninput.pipe(output)\n```\n\n## API\n\n### `new LineIn()`\n\nReturns a `Readable` stream that emits chunks of raw audio data.\n\nCurrently only 2-channel 16-bit little-endian signed integer pcm encoded data at a 44100 Hz sample rate is supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fnode-line-in","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Fnode-line-in","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fnode-line-in/lists"}