View Single Post
  #1  
Old 09-28-2011, 06:36 PM
smith_toh smith_toh is offline
Member
 
Join Date: Mar 2011
Posts: 5
WARNING: Failed to set media volume (Unspecified error)

hi all,
i use the following sample code:

sound = viz.addAudio('bach_air.mid')
sound.loop(viz.ON)
sound.volume(.5)
sound.setTime(3)
sound.setRate(2)
sound.play()


and it will show me this error:
WARNING: Failed to set media volume (Unspecified error)
Please help me.
Thank you so much.
Reply With Quote