An open API service indexing awesome lists of open source software.

https://github.com/funmaker/4voiced

4chan voiced
https://github.com/funmaker/4voiced

3d 4chan tts

Last synced: 3 months ago
JSON representation

4chan voiced

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
```