detomon / bliplay-wasm

WebAssembly version of bliplay

Home Page:https://play.blipkit.audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bliplay WebAssembly Version

This is a version of bliplay compiled for WebAssembly. It uses the browser's AudioContext API to output sound.

Check out the syntax description. Some example files are located in examples.

Interactive Editor

The interactive code editor allows to write .blip and execute code. It dynamically compiles the code and outputs the sound. It should run in all major browsers.

bliplay editor

Shareble URLs

The editor supports shareable URLs, which contain a compressed version of the editor code in the URL fragment. This page contains some examples.

The format looks like this:

https://play.blipkit.audio/#s=<data>

Where <data> is a Base64 encoded and gzip compressed (deflated) string:

data = base64_encode(gzcompress("a:c4;s:4;...")).

About

WebAssembly version of bliplay

https://play.blipkit.audio

License:Other


Languages

Language:HTML 47.7%Language:JavaScript 30.0%Language:C 12.8%Language:CSS 7.0%Language:Makefile 2.6%