A simple web-based frequency generator application using the Web Audio API.
Generate audio frequencies, manually input values, or use preset buttons for common frequencies.
- Web Audio API: Generate audio frequencies directly in your browser.
- Manual Input: Enter frequency values manually.
- Preset Buttons: Quickly set common frequencies with preset buttons.
- Play/Pause: Start and stop the frequency with a play/pause button.
- Solemn Frequency: Generate frequencies for meditation and relaxation.
- Open the Application: Open the
FrequencyGenerator.html
file in a web browser. - Enter Frequency: Use the input field to enter a frequency value (between 1 and 20000 Hz).
- Play/Pause: Click the play/pause button to start or stop the frequency.
- Use Presets: Click the preset buttons to quickly set specific frequencies.
FrequencyGenerator.html
: The main HTML file for the application.FrequencyGenerator.css
: The CSS file for styling the application.FrequencyGenerator.js
: The JavaScript file for handling the audio generation.
This project is licensed under the MIT License - see the LICENSE file for details.
© 2022 | Crafted by TYehan