{"id":25580395,"url":"https://github.com/tderflinger/web-audio-recording","last_synced_at":"2026-05-04T22:42:50.273Z","repository":{"id":137352621,"uuid":"402534554","full_name":"tderflinger/web-audio-recording","owner":"tderflinger","description":"Demo of how to record audio on a web site and send it to a Flask backend.","archived":false,"fork":false,"pushed_at":"2021-09-02T19:20:32.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T10:07:04.607Z","etag":null,"topics":["audio","flask","javascript","python","web"],"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/tderflinger.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,"zenodo":null}},"created_at":"2021-09-02T19:08:46.000Z","updated_at":"2022-10-06T06:46:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"c10b26be-2344-4bdb-a7f0-9072476dbf66","html_url":"https://github.com/tderflinger/web-audio-recording","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tderflinger/web-audio-recording","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tderflinger%2Fweb-audio-recording","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tderflinger%2Fweb-audio-recording/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tderflinger%2Fweb-audio-recording/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tderflinger%2Fweb-audio-recording/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tderflinger","download_url":"https://codeload.github.com/tderflinger/web-audio-recording/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tderflinger%2Fweb-audio-recording/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32628211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["audio","flask","javascript","python","web"],"created_at":"2025-02-21T04:15:54.969Z","updated_at":"2026-05-04T22:42:50.258Z","avatar_url":"https://github.com/tderflinger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-audio-recording\n\nThis is a simple demo for how to record audio\nusing the web. The audio data is then sent for\nfurther processing to a Flask backend where it\nis saved to a file.\n\n## JavaScript Frontend\n\nnpm i http-server -g\n\nhttp-server .\n\nOpen in browser http://localhost:8080.\n\nThe following Flask webservice needs to run\nfor data processing. If your IP or port is different\nthen change FLASK_ENDPOINT in main.js\n\n## Flask Webservice\n\npython3 -m venv venv\n\n. venv/bin/activate\n\npip3 install -r requirements.txt\n\nexport FLASK_ENV=development\nexport FLASK_APP=app-audio.py\n\nflask run --host=0.0.0.0\n\nWhen you hit the \"Stop Recording\" button\non the frontend, the data is sent to the Flask\nwebservice and a file audio.webm is created.\n\n## Prior Work\n\nDemo based on: https://github.com/webrtc/samples/tree/gh-pages/src/content/getusermedia/record\n\n## License\n\nBSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftderflinger%2Fweb-audio-recording","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftderflinger%2Fweb-audio-recording","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftderflinger%2Fweb-audio-recording/lists"}