{"id":39108689,"url":"https://github.com/jannispinter/white-noise-generator","last_synced_at":"2026-01-17T19:38:11.651Z","repository":{"id":29665094,"uuid":"33207217","full_name":"jannispinter/white-noise-generator","owner":"jannispinter","description":"A simple white noise generator written in Go.","archived":false,"fork":false,"pushed_at":"2015-03-31T20:37:18.000Z","size":140,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-19T11:29:29.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jannispinter.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":"2015-03-31T20:09:11.000Z","updated_at":"2024-01-03T13:33:24.000Z","dependencies_parsed_at":"2022-09-26T19:01:45.843Z","dependency_job_id":null,"html_url":"https://github.com/jannispinter/white-noise-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jannispinter/white-noise-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jannispinter%2Fwhite-noise-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jannispinter%2Fwhite-noise-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jannispinter%2Fwhite-noise-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jannispinter%2Fwhite-noise-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jannispinter","download_url":"https://codeload.github.com/jannispinter/white-noise-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jannispinter%2Fwhite-noise-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"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":[],"created_at":"2026-01-17T19:38:11.002Z","updated_at":"2026-01-17T19:38:11.618Z","avatar_url":"https://github.com/jannispinter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# white-noise-generator\nA simple white noise generator written in Go.\n\n### Introduction\nWhite noise is a sound of all frequencies in the range of human hearing in equal intensity.\n\nThis generator uses random numbers of a CSPRNG to generate white noise.\n\n### Build\n```sh\ngit clone https://github.com/jannispinter/white-noise-generator.git\ncd white-noise-generator\ngo get \u0026\u0026 go build\n```\n\n### Usage\nYou can execute the program with it's default options:\n```sh\n./white-noise-generator\n```\nA file named \"white_noise.wav\" will be written into your current working directory.\n\nTo change the default options, use these switches:\n```\nUsage of ./white-noise-generator:\n  -bits=32: Sample rate\n  -duration=60: Duration in seconds\n  -filename=\"white_noise.wav\": Output file name\n  -rate=44100: Bitrate\n```\n\n### See also\n* https://github.com/cryptix/wav - A library for Go to read and write wav files.\n* http://mynoise.net - A website to generate all kinds of sounds (including white noise)\n* https://en.wikipedia.org/wiki/White_noise - The Wikipedia article about white noise\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannispinter%2Fwhite-noise-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjannispinter%2Fwhite-noise-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjannispinter%2Fwhite-noise-generator/lists"}