#1
|
|||
|
|||
sound problem
hi
i've attached a sound file to an avatar with vizact.speak but when it's activated, the figure gets all distorted. how can i fix it? thanks Shahar |
#2
|
|||
|
|||
You can specify a scale factor for the speak action. Try using a small value like 0.001
Code:
speak = vizact.speak('speech.wav',scale=0.001) |
|
|