We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18cf394 commit 472a0d9Copy full SHA for 472a0d9
1 file changed
src/sound/index.js
@@ -11,6 +11,9 @@ module.exports = {
11
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
12
13
HTML5AudioSound: require('./html5/HTML5AudioSound'),
14
- HTML5AudioSoundManager: require('./html5/HTML5AudioSoundManager')
+ HTML5AudioSoundManager: require('./html5/HTML5AudioSoundManager'),
15
+
16
+ NoAudioSound: require('./noaudio/NoAudioSound'),
17
+ NoAudioSoundManager: require('./noaudio/NoAudioSoundManager')
18
19
};
0 commit comments