{"id":24738990,"url":"https://github.com/defcronyke/ts-camera-filter","last_synced_at":"2026-04-15T14:32:08.181Z","repository":{"id":54379081,"uuid":"163886683","full_name":"defcronyke/ts-camera-filter","owner":"defcronyke","description":"Audio-Reactive Camera Filter by Telephone Sound","archived":false,"fork":false,"pushed_at":"2019-01-06T11:08:55.000Z","size":1297,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T22:56:23.018Z","etag":null,"topics":["ar","audio","augmented-reality","ecmascript6","es6","glsl","interactive","music","react","reactjs","real-time","threejs","trippy","visualization","visuals","webaudio","webgl"],"latest_commit_sha":null,"homepage":"https://defcronyke.github.io/ts-camera-filter","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/defcronyke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-02T20:32:21.000Z","updated_at":"2022-08-07T15:49:53.000Z","dependencies_parsed_at":"2022-08-13T14:00:15.705Z","dependency_job_id":null,"html_url":"https://github.com/defcronyke/ts-camera-filter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defcronyke%2Fts-camera-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defcronyke%2Fts-camera-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defcronyke%2Fts-camera-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defcronyke%2Fts-camera-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defcronyke","download_url":"https://codeload.github.com/defcronyke/ts-camera-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245007138,"owners_count":20546142,"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":["ar","audio","augmented-reality","ecmascript6","es6","glsl","interactive","music","react","reactjs","real-time","threejs","trippy","visualization","visuals","webaudio","webgl"],"created_at":"2025-01-27T22:56:25.872Z","updated_at":"2026-04-15T14:32:08.131Z","avatar_url":"https://github.com/defcronyke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telephone Sound Camera Filter\n\nThis is the latest audio-reactive camera filter project by the band [Telephone Sound](https://telephonesound.com).\n\nRun this web app on a device with a screen, webcam, and microphone, and it will allow you to visualize your environment through the sounds or music in the area around you.\n\n## Online\n\nYou can run the web app online here: [https://defcronyke.github.io/ts-camera-filter](https://defcronyke.github.io/ts-camera-filter)\n\nOnce it finishes loading on your device from the above URL, the web app will run completely offline and will not send any webcam or microphone data over the internet.\n\n## Offline\n\nYou can also run the web app locally offline or share it over your LAN, by first installing Node.js through your package manager or from here: [https://nodejs.org](https://nodejs.org),\nand then installing the web app using either git or the zip distribution.\n\n### Install With Git\n\nTo install the web app using git, run the following commands:\n```bash\ngit clone https://github.com/defcronyke/ts-camera-filter.git\ncd ts-camera-filter\nnpm i\n```\n\n### Install With The ZIP Distribution\n\nAlternately, if you don't want to use git, you can just download the latest version of this project here: [https://github.com/defcronyke/ts-camera-filter/archive/master.zip](https://github.com/defcronyke/ts-camera-filter/archive/master.zip)\n\nUnzip that file somewhere, and now there will be a new folder called ts-camera-filter-master. Run the following commands to initialize the zip distribution:\n```bash\ncd ts-camera-filter-master\nnpm i\n```\n\n### Run The Web App\n\nThe npm i command will take a few minutes, because it's downloading and installing everything that's needed to run the web app. Once it's done, you can run the offline version of the webapp whenever you want by running this command from inside the project's directory:\n```bash\nnpm start\n```\n\nYour web browser will probably open a new tab now which is running the web app offline, but if it doesn't, you can manually browse to: [http://localhost:3000](http://localhost:3000)\n\n### Run Over Local Area Network\n\nFor your convenience, the web app is also made available to your Local Area Network (LAN), so you can access it from other computers on your network by browsing to: [http://\\\u003cyour-computer-ip\\\u003e:3000](http://\u003cyour-computer-ip\u003e:3000)  (make sure to replace \\\u003cyour-computer-ip\\\u003e with the IP address of the computer that is running the npm start command)\n\n### Updating\n\nTo update to the latest version of this project, if you originally cloned it with git, just run these commands from inside the project directory:\n```bash\ngit pull\nnpm i\n```\n\nIf you downloaded the zip distribution, simply download again from the link above at any time, and you will receive the latest version.\n\n----------\n\n### Part of [The Eternal Void Network](https://eternalvoid.net)\n\n----------\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\n### Analyzing the Bundle Size\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\n### Making a Progressive Web App\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\n### Advanced Configuration\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\n### Deployment\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\n### `npm run build` fails to minify\n\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefcronyke%2Fts-camera-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefcronyke%2Fts-camera-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefcronyke%2Fts-camera-filter/lists"}