https://github.com/funmaker/4voiced
4chan voiced
https://github.com/funmaker/4voiced
3d 4chan tts
Last synced: 3 months ago
JSON representation
4chan voiced
- Host: GitHub
- URL: https://github.com/funmaker/4voiced
- Owner: funmaker
- License: mit
- Created: 2024-03-17T00:33:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T22:05:28.000Z (over 1 year ago)
- Last Synced: 2025-01-17T22:30:08.432Z (over 1 year ago)
- Topics: 3d, 4chan, tts
- Language: TypeScript
- Homepage: https://4voiced.funmaker.moe/
- Size: 2.02 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4chan voiced
4chan.org spacially voiced using [mespeak.js](https://www.masswerk.at/mespeak/) and Web Audio API.
## Usage
### Run development
```bash
npm run start
```
### Build production
```bash
npm run build:prod
```
### Start production
```bash
npm run start:prod
```