{"id":48770296,"url":"https://github.com/gavinmgrant/emotion-soundscape","last_synced_at":"2026-04-13T09:46:02.204Z","repository":{"id":285834851,"uuid":"959492045","full_name":"gavinmgrant/emotion-soundscape","owner":"gavinmgrant","description":"Emotion Soundscape is a single-page web application built with Next.js, Tone.js, and React Three Fiber. It invites users to select an emotion and be immersed in a pulsing world of synchronized sound and visuals.","archived":false,"fork":false,"pushed_at":"2025-12-21T02:27:21.000Z","size":607,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T23:26:39.559Z","etag":null,"topics":["emotion","music","reactthreefiber","soundscape","threejs","tonejs"],"latest_commit_sha":null,"homepage":"https://emotion-soundscape.vercel.app","language":"TypeScript","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/gavinmgrant.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":"2025-04-02T21:50:20.000Z","updated_at":"2025-12-21T02:27:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"207fe5bc-b7f2-487f-ba88-0657c4dba074","html_url":"https://github.com/gavinmgrant/emotion-soundscape","commit_stats":null,"previous_names":["gavinmgrant/emotion-soundscape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gavinmgrant/emotion-soundscape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinmgrant%2Femotion-soundscape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinmgrant%2Femotion-soundscape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinmgrant%2Femotion-soundscape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinmgrant%2Femotion-soundscape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gavinmgrant","download_url":"https://codeload.github.com/gavinmgrant/emotion-soundscape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinmgrant%2Femotion-soundscape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["emotion","music","reactthreefiber","soundscape","threejs","tonejs"],"created_at":"2026-04-13T09:46:01.401Z","updated_at":"2026-04-13T09:46:02.199Z","avatar_url":"https://github.com/gavinmgrant.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Emotion Soundscape\n\nA meditative, interactive web experience that combines sound and visuals to create an immersive emotional journey.\n\n![Emotion Soundscape UI](./public/screenshot.webp)\n\n## Overview\n\nEmotion Soundscape is a single-page web application built with Next.js, Tone.js, and React Three Fiber. It invites users to select an emotion and be immersed in a pulsing world of synchronized sound and visuals. The experience creates a meditative space where users can explore different emotional states through interactive audio-visual feedback.\n\n## Features\n\n- **Emotion Selection**: Choose from various emotions to trigger different soundscapes\n- **Real-time Audio-Visual Synchronization**: Sound and visuals pulse together in harmony\n- **Interactive Controls**: Adjust intensity and beat speed to customize your experience\n- **Responsive Design**: Works on both desktop and mobile devices\n- **Immersive 3D Visualization**: Dynamic wave patterns that respond to the selected emotion\n\n## Technical Stack\n\n- **Frontend Framework**: Next.js with React\n- **Audio Engine**: Tone.js for sound synthesis and sequencing\n- **3D Rendering**: React Three Fiber (Three.js) for visual effects\n- **Styling**: Tailwind CSS for responsive design\n- **State Management**: React Context API for sharing state between components\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/gavinmgrant/emotion-soundscape.git\n   cd emotion-soundscape\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Run the development server:\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.\n\n## Usage\n\n1. Select an emotion from the dropdown menu\n2. Toggle audio on/off using the audio control\n3. Adjust intensity and beat speed sliders to customize the experience\n4. Observe the synchronized wave patterns that respond to your selections\n\n## Project Structure\n\n- `/src/components`: React components including VisualResponse, SoundResponse, and WavePoints\n- `/src/contexts`: React contexts for state management (PulseContext)\n- `/src/configs`: Configuration files for emotion sequences and timings\n- `/src/lib`: Utility functions and audio helpers\n- `/src/types`: Type definitions for components and data structures\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- [Tone.js](https://tonejs.github.io/) for audio synthesis\n- [React Three Fiber](https://github.com/pmndrs/react-three-fiber) for 3D rendering\n- [Next.js](https://nextjs.org/) for the React framework\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinmgrant%2Femotion-soundscape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinmgrant%2Femotion-soundscape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinmgrant%2Femotion-soundscape/lists"}