#1
|
|||
|
|||
unable to add audio files
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 |
#2
|
|||
|
|||
Do you get an error if you place the sound file in the same folder as the Vizard script and run the following?
Code:
import viz viz.go() viz.playSound('audios.mid') |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
audio files suported | disbeat | Vizard | 5 | 04-14-2011 02:42 AM |
How to edit the skin tones of the complete characters' cfg files? | vEsotu | Vizard | 3 | 09-23-2008 12:07 PM |
Which software can be used to edit .cfg (CAL3D) files | luakt | Vizard | 4 | 09-12-2008 07:18 AM |
loading large wav files in vizard | tommahhh | Vizard | 1 | 05-16-2005 03:23 PM |
something to add to your docs re: .wav files and lip flapping | rosanna | Vizard | 0 | 11-19-2003 04:15 PM |