{"id":48613605,"url":"https://github.com/codingstark-dev/tone-gen-astro","last_synced_at":"2026-04-09T01:03:19.688Z","repository":{"id":340293129,"uuid":"725875847","full_name":"codingstark-dev/tone-gen-astro","owner":"codingstark-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-24T05:52:56.000Z","size":790,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T12:09:21.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tone-gen-astro.vercel.app","language":"Astro","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/codingstark-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-01T03:45:54.000Z","updated_at":"2026-02-24T05:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codingstark-dev/tone-gen-astro","commit_stats":null,"previous_names":["codingstark-dev/tone-gen-astro"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codingstark-dev/tone-gen-astro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingstark-dev%2Ftone-gen-astro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingstark-dev%2Ftone-gen-astro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingstark-dev%2Ftone-gen-astro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingstark-dev%2Ftone-gen-astro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingstark-dev","download_url":"https://codeload.github.com/codingstark-dev/tone-gen-astro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingstark-dev%2Ftone-gen-astro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31580507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-04-09T01:03:15.129Z","updated_at":"2026-04-09T01:03:19.678Z","avatar_url":"https://github.com/codingstark-dev.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tone Generator — [tonegen.net](https://tonegen.net)\n\nA free, browser-based audio toolkit built with [Astro](https://astro.build), React, and [Tone.js](https://tonejs.github.io). Generate pure tones, binaural beats, white/pink/brown noise, and more — no installation required.\n\n## ✨ Features\n\n- **Tone Generator** — produce sine, square, triangle, and sawtooth waves at any frequency (Hz)\n- **Multiple Tone Generator** — play several tones simultaneously\n- **Binaural Beats** — create left/right channel frequency differences for focus or relaxation\n- **Noise Generator** — white, pink, and brown noise\n- **Fix My Speakers** — sweep tones to clear dust and debris from speaker grilles\n- **Hearing Test** — sweep through frequencies to check auditory range\n- **Subwoofer Test** — low-frequency tones to test bass response\n- **432 Hz Tuning** — listen to concert pitch tuned to 432 Hz\n- **Pips / Time Signals** — generate standard broadcast pip sequences\n- 🌍 **Multilingual** — available in English, French, Spanish, Russian, and Indonesian\n\n## 🚀 Project Structure\n\n```text\n/\n├── public/\n│   ├── favicon.png\n│   ├── locales/          # i18n translation files (en, fr, es, ru, id)\n│   ├── robots.txt\n│   └── tone.mp3\n├── src/\n│   ├── components/       # React \u0026 Astro UI components\n│   ├── data/             # Shared data (e.g. musical notes)\n│   ├── layouts/          # Astro layout wrappers\n│   └── pages/            # One .astro file per route/tool\n├── astro.config.mjs\n├── astro-i18next.config.ts\n├── tailwind.config.mjs\n└── package.json\n```\n\n## 🧞 Commands\n\nAll commands are run from the root of the project. The project uses [pnpm](https://pnpm.io) by default.\n\n| Command               | Action                                                   |\n| :-------------------- | :------------------------------------------------------- |\n| `pnpm install`        | Install dependencies                                     |\n| `pnpm dev`            | Start local dev server at `http://localhost:4321`        |\n| `pnpm build`          | Generate i18n pages, type-check, and build to `./dist/`  |\n| `pnpm preview`        | Preview the production build locally                     |\n| `pnpm i18n:generate`  | Regenerate localised page routes from translation files  |\n\n\u003e npm and yarn work equally well — just replace `pnpm` with your preferred package manager.\n\n## 🛠 Tech Stack\n\n| Layer       | Technology |\n| :---------- | :--------- |\n| Framework   | [Astro 4](https://astro.build) |\n| UI          | [React 18](https://react.dev) |\n| Styling     | [Tailwind CSS](https://tailwindcss.com) + [daisyUI](https://daisyui.com) |\n| Audio       | [Tone.js](https://tonejs.github.io) |\n| i18n        | [astro-i18next](https://github.com/yassinedoghri/astro-i18next) |\n| SEO         | [astro-seo](https://github.com/jonasmerlin/astro-seo) + [astro sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/) |\n\n## 🌐 Live Site\n\n**\u003chttps://tonegen.net\u003e**\n\n## 📄 License\n\nThis project is open source. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingstark-dev%2Ftone-gen-astro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingstark-dev%2Ftone-gen-astro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingstark-dev%2Ftone-gen-astro/lists"}