Introduction
This can be used to control playback of .wav files. (AudioManager supports addtional playing the wav file)
Korean Translation (한국어 번역) - http://biud436.blog.me/220579196821
How to Use
You can play the wav files by using the following code.
* Start playing the sound.
The string parameter specifies a WAV file name. (Download the .wav file and place it in your Audio/wav folder)
AudioManager.playWav('file_name');
* Stop a previously played sound.
AudioManager.stopWav();
Change Log
2015.12.25 (v1.0.0) - First Release Date.
Link
https://raw.githubusercontent.com/biud436/MV/master/RS_WaveSupport.js