playAudio

abstract suspend fun playAudio(source: AudioSource, options: PlayAudioOptions = PlayAudioOptions()): Result<Unit>

Play audio on the glasses.

Returns GlassesError.Unsupported when the device does not support the requested source type.