PDA

View Full Version : unable to add audio files


newtoviz
12-04-2019, 02:34 AM
ERROR: Failed to find sound file: G:\VizMSCudios.mid
i get the above code. please help.

sound = viz.playsound('G:\VizMSC\audios.mid') - here is my line of code. i tried several ways.
Would be nice if you could help

Jeff
12-08-2019, 09:02 PM
Do you get an error if you place the sound file in the same folder as the Vizard script and run the following?

import viz
viz.go()

viz.playSound('audios.mid')