Lip synch
Seapeace
✭
in Animatronics
Hi everyone,
I am making a robot head having moving eyes and mouth and speaking through DfPlayer mini Mp3. My problem is to synchronize the lips movement with the audio. It is not important to follow exactly the phonems, it is OK if the mouth makes random movements while a sentence saved on a SD card is read by the loud-speaker attached to the DfPlayer and arduino UNO. In all my attempts, arduino is executing Servo.write() command and Mp3.play(n) command one after the other. How can I make them simultaneous ?
I am making a robot head having moving eyes and mouth and speaking through DfPlayer mini Mp3. My problem is to synchronize the lips movement with the audio. It is not important to follow exactly the phonems, it is OK if the mouth makes random movements while a sentence saved on a SD card is read by the loud-speaker attached to the DfPlayer and arduino UNO. In all my attempts, arduino is executing Servo.write() command and Mp3.play(n) command one after the other. How can I make them simultaneous ?
0
Comments
You should be able to get the servo to move with the amplitude of the audio. I found a few examples by searching "arduino move servo to audio". Hopefully that helps.
/Chris