Type:IAudioSource

From Resonite Wiki

IAudioSource is an Interface Type that represents any Audio Player that is able to provide sound. Interestingly enough, an Video Texture Provider falls under this classification, despite also being able to be used as an ITexture2D.


Possible IAudioSource Types

Value Description
IAudioStream An audio stream of any type like voices or user audio streams.
Video Texture Provider A video like a youtube video or mp4 from the local machine or otherwise.
Lerping Multi Clip Player An audio clip player that can slowly transition between different playing sounds and keep them syncronized
Local Audio Device Stream Audio coming from a user's local computer.
Test Sine Wave Source a constant whistle tone source that can have its frequency and Amplitude changed in real time without issues.
Multi Audio Clip Player An audio clip player that can play multiple clips at once
Audio Clip Player An audio clip player that can an audio clip.