From f5655fb2721996defe88b4a75aea37de2c350312 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Thu, 2 Dec 2021 16:37:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db2cfbf..5da788b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## sfizz WebAudio/WebMidi demo -Live demo: https://sfz.tools/sfizz-webaudio/ +Live demo (requires Chrome or one of its derivatives): https://sfz.tools/sfizz-webaudio/ This repository contains a HTML/Javascript/WebAssembly front-end for [sfizz](https://sfz.tools/sfizz), which allows prototyping of virtual instruments in the SFZ format. Right now only generators and embedded sample files are supported. This uses the `emscripten` branch off my sfizz's fork, available [here](https://github.com/paulfd/sfizz/tree/emscripten).