Ecosyste.ms: Awesome
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 synthesizer typescript wave
Last synced: 22 days ago
JSON representation
Online AM/FM Synthesizer for Generating and Playing WAV from MML.
- Host: GitHub
- URL: https://github.com/tengu712/iam-mml
- Owner: Tengu712
- License: cc0-1.0
- Created: 2024-03-03T13:24:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T05:31:59.000Z (about 2 months ago)
- Last Synced: 2024-11-15T06:22:45.276Z (about 2 months ago)
- Topics: frequency-modulation, mml, synthesizer, typescript, wave
- Language: HTML
- Homepage: https://skdassoc.com/iam-mml/
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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. Then `pages/pkg/` is generated.
5. Host a local web server with `pages` as the root directory.