-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|490|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




rychan

QOTD - March 2023

20th March 2023

Tomato as I'm a bit of an odd fruit :D


TKS

Happy Birthday, TKS

20th March 2023

Thanks all! Another busy year.
Must. Visit. Here. More!!!!!


spinal

Machine Made Max

20th March 2023

I assume there's plenty of time to bung it in an array or something. Are you thinking maybe averaging the data over 500/fps frames or something?
[edit] no wait, thats worse.
[edit agian]
Fixed...
just moved the mouth sizing code to the buffer copy *snip*


Jayenkai

Machine Made Max

20th March 2023

If ''Mouth'' is only the current millisecond's audio buffer value... that'll be why you're losing data between frames.
Can you access the data from in between the frames?


Jayenkai

Machine Made Max

20th March 2023

Hmm.. Yeah, that does seem to be doing that.
*shrugs*


spinal

Machine Made Max

20th March 2023

Currently its this...
[code]
# Draw the mouth
M1 = mouth
if M1 > M: M = M1
# M/13107
frame = int(M/2500)
M=M-32
if M<1024: M=1024
[/code]
[code]
if frame == 0:
bu*snip*


Jayenkai

Machine Made Max

20th March 2023

If MouthWide>0 then MouthWide=MouthWide-0.25
If audio>MouthWide then MouthWide=audio
That way, the silence doesn't clamp the mouth shut.
It should make for a more noticeable opening.


spinal

Machine Made Max

20th March 2023




Jayenkai

Machine Made Max

20th March 2023

Oh, so it's the rotation, then? Sounds like it's using basic 2D drawing methods. Aw well :(
Blinking might help, though. And the eyebrows, too. Wiggle those features!!


spinal

Machine Made Max

20th March 2023

Currently, the eyes (ouline, pupils and whites), nose, ears, hair, face outline and mouth are all draw to a layer, then that layer is drawn to the screen. I did this so that I could rotate it as a single image rather than all the maths being done for every*snip*


Jayenkai

Covid 23

20th March 2023

*hugs* Hope Mum's ok. You too, but Mum's been through a lot lately, so extra care needed.


Pakz

Covid 23

20th March 2023

Mum has Covid. I wil be nursing for a while. I might have gotten it too. Stocking up on goods today. We had not had it yet.


Jayenkai

QOTD - March 2023

20th March 2023

That sounds so much like a Blimd Date question..
Cilla : Contestant number three?
No 3 : I would be an onion. Because it has so many layers.
*audience ooos*


Socoder

QOTD - March 2023

20th March 2023

Question of the Day : March 20th What vegetable would you be if you were a vegetable?


Jayenkai

Machine Made Max

19th March 2023

Dang. ...
Because it's drawing the face, or because it's drawing at all?
If you added a constantly moving background of Max-style stripes, can you keep those going at full speed whilst, in the background, drawing the face to a buffer and popping *snip*


spinal

Machine Made Max

19th March 2023

Yes, but if he's talking the frame rate drops so low that his mouth stops moving 😅


Jayenkai

Machine Made Max

19th March 2023

Could he occasionally glitchily tilt his head to the side?


spinal

Machine Made Max

19th March 2023

Anyone got any better ideas for an idle animation?


Jayenkai

Machine Made Max

19th March 2023

Yikes!!! That's awesome!


Jayenkai

FZero Soundtrack

19th March 2023




spinal

Machine Made Max

19th March 2023

OK, I did not expect this to work as well as it is doing...
(Image.gif)
Stole, edited and traced some face parts from (Linkage)
No idea how I'm going to manage to do the hair though, I guess it will take multiple layers.


Jayenkai

Machine Made Max

19th March 2023

Oh, ok.


spinal

Machine Made Max

19th March 2023

Oh, that was real, but its just a static image with a 5 frame mouth. I want to move the head around.


Jayenkai

Machine Made Max

19th March 2023

Aww, you mean the video above wasn't ''real''?! :(


spinal

Machine Made Max

19th March 2023

OK, now that I have speach working quite well, I need to work on the face some more.
So after a few attempts to get chatGPT to draw me some simple concentric circles that are layered and move in parallax according to the mouse x location, with a few &quot*snip*

More - Older Posts