How to play audio by touching AR 3D Object?

Hi,

I am integrating ARToolKit with Unity. I am able to identify the marker and place a 3D object on top of it.

I want to play an audio file when I touch that 3D object on my Mobile device. How do I proceed for it?

Adding an audio component simply plays the audio as soon as the marker is identified. I want to implement a touch feature to play the audio.

I am a beginner in Unity. Apologies if the question is something silly and something that I have totally missed out on.

You just need to know how to setup a touch event.

This should get you started.