"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

[help] how to play audio when image trackable

hello all,

i'm beginer native programmer,

anyone help me, how to play sound using when image trackable and rendering 3d object,

I want play different sound in each target.. i'm using ImageTargets sample code..

thanks before :)

AlessandroB

Tue, 03/12/2013 - 08:22

Hi, the Dominoes sample shows how to play a simple sound using the SoundPool Android API;

have a look at the class SoundManager class (SoundManager.java), and also to the file DominoesRenderer.java where this is used;