WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   avatars speaking problem (https://forum.worldviz.com/showthread.php?t=250)

shai 11-16-2004 06:57 PM

avatars speaking problem
 
Hello,

I'm trying to get synchronous lip movement w/ a wav file. For some reason it seems that vizard only likes Microsoft 8-bit PCM encoded files, w/ 16-bit audio files make the whole avatar deform.

The thing is I'm trying to play 16-bit files, when I convert these files to 8-bit (w/ audacity program) the sound gets very low quality w/ alot of static.

Anyway, Is there a way to play 16-bit PCM encoded wav files w/ lip movement?

Thanks,
Shai

farshizzo 11-17-2004 10:07 AM

Try scaling the speak action down by specifying the optional second argument:
Code:

speak = avatar.speak('talk.wav',0.01)
This will scale the wav file by 0.01

tobin 11-17-2004 10:13 AM

You can also use the Microsoft sound recorder tool to load the sounds and resave them as 8bit mono PCM. Or any other reasonable audio tool could serve the same purpose.


All times are GMT -7. The time now is 12:08 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC