createAudioPlayer
Creates a new AudioPlayer to be used.
export declare function createAudioPlayer(options?: CreateAudioPlayerOptions): AudioPlayer;export declare function createAudioPlayer(options?: CreateAudioPlayerOptions): AudioPlayer;| Name | Type | Optional | Description |
|---|---|---|---|
| options | CreateAudioPlayerOptions | Yes | None |