From 3567e930c7ea7aee9e54d3f434510542dac1bc4f Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 11 Jun 2019 17:28:30 +1000 Subject: [PATCH] Fix a leftover comment. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 73b000ae..aee05d81 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -304,7 +304,7 @@ UWP Web Audio / Emscripten ---------------------- -- The first time a context is initialized it will create a global object called "mal" whose primary purpose is to act +- The first time a context is initialized it will create a global object called "miniaudio" whose primary purpose is to act as a factory for device objects. - Currently the Web Audio backend uses ScriptProcessorNode's, but this may need to change later as they've been deprecated. - Google is implementing a policy in their browsers that prevent automatic media output without first receiving some kind