これは、.wavファイルの再生を制御するために使用することができます(AudioManagerは、wavファイルの追加再生をサポートします)。 – RS_WaveSupport.js
- タイトル
- This can be used to control playback of .wav files.(AudioManager supports addtional playing the wav file)
- 作者名
- biud436様
- ヘルプ
- 		
 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.
 2024.04.20 (v1.1.0) :
 - added missing code for blobUrl.
- パラメータ
- 
		param Wave Volume Text desc default Wave Volume 
- ライセンス表記
- MIT License
 
 Copyright (c) 2015 biud436
 Free for commercial and non commercial use.
紹介ページ https://github.com/biud436/MV/blob/master/RS_WaveSupport.js