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

https://github.com/dzucconi/inner-voice


https://github.com/dzucconi/inner-voice

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Inner Voice

[![Netlify Status](https://api.netlify.com/api/v1/badges/3ca83e58-a6c8-44cf-94ea-00e848998071/deploy-status)](https://app.netlify.com/sites/damonzucconi-inner-voice/deploys)

## Meta

- **State**: development
- **Production**:
- **URL**: https://inner-voice.work.damonzucconi.com/
- **URL**: https://damonzucconi-inner-voice.netlify.app/
- **Host**: https://app.netlify.com/sites/damonzucconi-inner-voice/overview
- **Deploys**: Merged PRs to `dzucconi/inner-voice#master` are automatically deployed to production. [Manually trigger a deploy](https://app.netlify.com/sites/damonzucconi-inner-voice/deploys)

## Parameters

| Param | Description | Type | Default |
| ------- | ----------------- | ------------------------------------------------ | -------------- |
| `id` | Entity ID | `string` | `"homophones"` |
| `type` | Oscillator type | `"sawtooth" \| "sine" \| "square" \| "triangle"` | `"sine"` |
| `speed` | Reading speed | `number` | `1` |
| `pause` | Pause range in ms | `[number, number]` | `[130, 170]` |
| `mode` | Playback mode | `"notes" \| "chords"` | `"notes"` |