Audio Express is a simple web application that leverages the Web Speech API to transform text input into spoken words. Users can customize the speech output by adjusting parameters such as rate, pitch, and selecting different voices.
-
Clone the repository:
git clone https://github.com/your-username/audio-express.git cd audio-express
-
Open
index.html
in your web browser. -
Start typing in the text input, customize the speech options, and click "Say It!".
- Enter the text you want to be spoken into the textarea.
- Adjust the rate and pitch sliders to customize the speech parameters.
- Choose a different voice from the available options in the dropdown menu.
- Click the "Say It!" button to hear the spoken output.
- Bootstrap: Version 5.2.3
- JavaScript: Vanilla JavaScript is used to interact with the Web Speech API.
Audio Express relies on the Web Speech API, and its functionality may vary across different browsers. Please refer to the MDN Web Docs for information on browser compatibility.
- Speech Synthesis: Convert entered text into spoken words.
- Voice Selection: Choose from a variety of available voices.
- Customization: Adjust speech rate and pitch for a personalized experience.
The application initializes the Web Speech API and dynamically loads available voices. The rate and pitch values are updated in real-time as the user adjusts the corresponding sliders.
This project is licensed under the MIT License - see the LICENSE file for details. Your contributions and feedback are always welcome!