https://github.com/dzucconi/inner-voice
https://github.com/dzucconi/inner-voice
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzucconi/inner-voice
- Owner: dzucconi
- Created: 2022-07-02T20:46:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T22:25:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T15:07:40.473Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://inner-voice.work.damonzucconi.com/
- Size: 264 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inner Voice
[](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"` |