method Audio.play
Audio.play(data)

サウンドデータを読み込んで再生を開始するよ 🚀🎶

Parameters

data

再生するサウンドのシーケンスデータ 📝

Return Type

Usage

import { Audio } from ".";