{"id":15132809,"url":"https://github.com/thilinasatoru/pi-audio-detector","last_synced_at":"2026-02-12T03:50:33.823Z","repository":{"id":253115616,"uuid":"842509857","full_name":"ThilinaSatoru/pi-audio-detector","owner":"ThilinaSatoru","description":"RaspberryPi USB Mic voice detection script.","archived":false,"fork":false,"pushed_at":"2024-09-01T08:28:11.000Z","size":399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T21:44:59.125Z","etag":null,"topics":["audio","microphone-audio-capture","python","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ThilinaSatoru.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":"2024-08-14T13:53:32.000Z","updated_at":"2024-09-01T19:13:33.000Z","dependencies_parsed_at":"2024-08-14T15:36:35.543Z","dependency_job_id":"a313efdc-e1d0-4e57-8735-8b1ec0b5c7bd","html_url":"https://github.com/ThilinaSatoru/pi-audio-detector","commit_stats":null,"previous_names":["thilinasatoru/pi-audio-detector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThilinaSatoru/pi-audio-detector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaSatoru%2Fpi-audio-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaSatoru%2Fpi-audio-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaSatoru%2Fpi-audio-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaSatoru%2Fpi-audio-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThilinaSatoru","download_url":"https://codeload.github.com/ThilinaSatoru/pi-audio-detector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThilinaSatoru%2Fpi-audio-detector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274101780,"owners_count":25222446,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["audio","microphone-audio-capture","python","raspberry-pi"],"created_at":"2024-09-26T04:40:29.128Z","updated_at":"2026-02-12T03:50:33.651Z","avatar_url":"https://github.com/ThilinaSatoru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parameters\n\n```py\n# Parameters\nsample_rate = 44100  # Hz\nchannels = 1         # mono\nduration = 10        # seconds\ncry_threshold_dB = 60  # Loudness threshold for detecting suspicious sound\nlow_freq = 500       # Hz (lower frequency limit for band-pass filter)\nhigh_freq = 4000     # Hz (upper frequency limit for band-pass filter)\nuse_bandpass_filter = False  # Boolean to enable or disable band-pass filter\n\n# Buffer length in samples\nbuffer_length = int(sample_rate * 0.5)  # 0.5 seconds buffer\n\napi_url = \"http://localhost:5000/audio\"  # Replace with your API endpoint\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilinasatoru%2Fpi-audio-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthilinasatoru%2Fpi-audio-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthilinasatoru%2Fpi-audio-detector/lists"}