SoundScape is a simple, web-based soundscape generator that allows users to create custom ambient environments by mixing different nature sounds like rain, thunder, birds, and waves. This project helps users relax or focus by playing a customized blend of soothing sounds, all stored and controlled locally in the browser.
- Play multiple nature sounds simultaneously
- Adjustable volume for each sound
- Loop sounds for continuous playback
- No backend or server required; fully client-side
- HTML
- CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/Abhrankan-Chakrabarti/SoundScape.git
-
Open
index.html
in your web browser. -
Use the player controls to select and mix different sounds to create your desired soundscape.
SoundScape/
│
├── css/
│ └── styles.css # Stylesheet for the application
│
├── js/
│ └── script.js # JavaScript functionality
│
├── sounds/
│ ├── rain.mp3 # Sample sound files
│ ├── thunder.mp3
│ ├── birds.mp3
│ └── waves.mp3
│
├── index.html # Main HTML file
│
├── LICENSE # License file
│
└── README.md # Project README
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, feel free to contact me:
- GitHub: Abhrankan-Chakrabarti
- Email: abhrankan@gmail.com
- HTML
- CSS
- JavaScript
- Web Development
- Soundscapes
- Ambient Sounds