GetDspTime#

ExportMe.GetDspTime()#

現在のオーディオシステム上の時刻を取得します。
この関数で取得する時刻は ExportAudioSource.PlayScheduled() で指定のタイミングで音声を再生する際に使用します。

Returns:

現在のオーディオシステム上の時刻[s]

Return type:

number

Example#

print("DspTime: "..vci.me.GetDspTime())