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

https://github.com/tengu712/iam-mml

Online AM/FM Synthesizer for Generating and Playing WAV from MML.
https://github.com/tengu712/iam-mml

frequency-modulation mml rust synthesizer wasm wave

Last synced: about 2 months ago
JSON representation

Online AM/FM Synthesizer for Generating and Playing WAV from MML.

Awesome Lists containing this project

README

          


Logo

IAM.mml

## What is this?

AM/FM Synthesizer for Generating and Playing WAV from MML.

## Build

### CLI

1. Install [Rust](https://www.rust-lang.org/).
2. Run `cargo build --release`.
3. Then `target/release/iamc` is generated.

### Web

1. Install [Rust](https://www.rust-lang.org/).
2. Install [npm](https://www.npmjs.com/) or something that's compatible with npm.
3. Run `npm run build`.
4. Change directory to `pages`.
5. Run `npm run dev`.