Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 2b0b046

Browse files
committed
Updated README.md.
1 parent 5c66046 commit 2b0b046

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CsoundForAndroid/CsoundAndroid/jni/csound_oboe.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ class PUBLIC CsoundOboe : public Csound, public oboe::AudioStreamCallback
444444
return 0;
445445
}
446446
/**
447-
* Because Oboe is driving the performance, this is a dummy.
447+
* When Oboe is driving the performance, this is a dummy.
448448
*/
449449
virtual int Perform()
450450
{

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ These extensions include:
2727
for Android are fetched from the core Csound repository, and rebuilt
2828
using the Android NDK.
2929

30+
6. Csound for WebAssembly, almost all features of Csound as a WebAssembly
31+
module that will run Csound from a JavaScript interface in any current
32+
Web browser.
33+
3034
New extensions may be added by me in the future. If you would like to add your
3135
own extension, enter an issue in this repository or submit a pull request.
3236

@@ -62,9 +66,9 @@ software may be installed in the following ways:
6266

6367
## Building
6468

65-
Currently, the only supported operating systems are Linux and Android. The
66-
code is generally "cross-platform" in nature and this build system could in
67-
the future be adapted to build for Windows or OS X.
69+
Currently, the only supported platforms are Linux, Android, and WebAssembly.
70+
The code is generally "cross-platform" in nature and this build system could
71+
be adapted to build for Windows or OS X.
6872

6973
First clone the Git repository at `https://github.com/gogins/csound-extended.`
7074

0 commit comments

Comments
 (0)