Skip to content

Commit

Permalink
updates for potential use of WebAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
wothke committed Feb 9, 2018
1 parent 37d2b26 commit 6984f9d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 88 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
Generic ScriptProcessor based WebAudio player
=============================================

version 1.0
Copyright (C) 2015 Juergen Wothke

Terms of Use: This software is licensed under a CC BY-NC-SA
(http://creativecommons.org/licenses/by-nc-sa/4.0/).
# Generic ScriptProcessor based WebAudio player

version 1.02
Copyright (C) 2015 Juergen Wothke

This player relies on WebAudio ScriptProcessor generated sample data, i.e. is can be used
whenever there is an audio source that directly produces audio sample data. So far it has
Expand All @@ -25,4 +20,13 @@ source is some program compiled using Emscripten the player provides respective
In order to use this player with a new audio source you have to write a respective
*BackendAdapter implementation. Unfortunately at the moment there isn't any documentation (in
addition to the occasional comment present in the non-minified *.js file). However the
nine chiptune players mentioned above provide examples to learn from..
nine chiptune players mentioned above provide examples to learn from..

Note: In order to use WebAssembly based backends (all my backends can optionally be compiled
to WebAssembly) you'll need at least version 1.02 of the player (older versions are not
equipped to deal with the asynchonous initialization).


## License
Terms of Use: This software is licensed under a CC BY-NC-SA
(http://creativecommons.org/licenses/by-nc-sa/4.0/).
Loading

0 comments on commit 6984f9d

Please sign in to comment.