Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyrklif/text-to-audio
Text to Speech App in Vue using Speech Synthesis API
https://github.com/lyrklif/text-to-audio
speech-synthesis speech-synthesis-api speechsynthesisapi vue vue-typescript vue3
Last synced: about 1 month ago
JSON representation
Text to Speech App in Vue using Speech Synthesis API
- Host: GitHub
- URL: https://github.com/lyrklif/text-to-audio
- Owner: Lyrklif
- Created: 2024-10-14T22:30:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:54:32.000Z (2 months ago)
- Last Synced: 2024-10-19T00:30:57.608Z (2 months ago)
- Topics: speech-synthesis, speech-synthesis-api, speechsynthesisapi, vue, vue-typescript, vue3
- Language: Vue
- Homepage: https://lyrklif.github.io/text-to-audio/
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Text to Speech App in Vue using Speech Synthesis API
![ScreenShot_20241016100316](https://github.com/user-attachments/assets/265468b6-b153-4f7d-9e23-0bd7e799fc38)
### Flowbite Vue 3
[link](https://flowbite-vue.com/) Vue component library based on Tailwind CSS## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```