threeD | trueにすると3Dサウンド、falseにすると2D サウンドになる。 .audioClipプロパティのデフォルトは3D |
audioType | ダウンロードコンテンツのAudioType。これが設定されていない場合はUnityはURLでタイプを判断します |
ダウンロードしたデータからメモリに圧縮されているAudioClipを生成し返します (Read Only)
By default GetAudioClip will load the file into memory decompressed. This version will load the data compressed and decompress it as it plays. The data must be an audio clip in Ogg(Web/Standalones), MP3(phones) or WAV.