Skip to content

Abhrankan-Chakrabarti/SoundScape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoundScape - Web-based Soundscape Generator

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.

Features

  • Play multiple nature sounds simultaneously
  • Adjustable volume for each sound
  • Loop sounds for continuous playback
  • No backend or server required; fully client-side

Technologies Used

  • HTML
  • CSS
  • JavaScript

Usage

  1. Clone the repository:

    git clone https://github.com/Abhrankan-Chakrabarti/SoundScape.git
  2. Open index.html in your web browser.

  3. Use the player controls to select and mix different sounds to create your desired soundscape.

Project Structure

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, feel free to contact me:

Topics

  • HTML
  • CSS
  • JavaScript
  • Web Development
  • Soundscapes
  • Ambient Sounds

Releases

No releases published

Packages

No packages published