This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* StartAudioContext.js | |
* @author Yotam Mann | |
* @license http://opensource.org/licenses/MIT MIT License | |
* @copyright 2016 Yotam Mann | |
*/ | |
(function (root, factory) { | |
if (typeof define === "function" && define.amd) { | |
define([], factory) | |
} else if (typeof module === "object" && module.exports) { |
OlderNewer