https://github.com/jcaesar/speckdrumm
Trying out Rust's web-sys and web audio APIs
https://github.com/jcaesar/speckdrumm
Last synced: 10 months ago
JSON representation
Trying out Rust's web-sys and web audio APIs
- Host: GitHub
- URL: https://github.com/jcaesar/speckdrumm
- Owner: jcaesar
- Created: 2022-06-01T11:51:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T12:40:26.000Z (over 3 years ago)
- Last Synced: 2025-02-09T12:43:07.679Z (12 months ago)
- Language: Rust
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speckdrumm
*Audio Spectrum Analyzer for the web, in Rust/WASM*
This is just me tutorialing myself into wasm-bindgen.
(Sorry for the terrible pun, but I couldn't resist.)
Building:
```bash
npm install
npm run build -- --mode production
# Result is in ./dist and could be served with
miniserve dist -p 8080 --index index.html
# Be aware that using the audio API outside of 127.0.0.1 requires https
```
Dev:
```bash
npm run serve -- --mode development
```
Live at https://mimo.liftm.de.