Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HONK: VTuber Lipsync Suite

All-in-one suite for mic-only lip-syncing characters! · By DreamToaster

Bug Submission Sticky

A topic by DreamToaster created Aug 31, 2021 Views: 6,463 Replies: 121
Viewing posts 21 to 73 of 73 · Previous page · First page
(+1)

My Hotkeys keep remapping to Ctrl + [num] even while i have the program open. I've set them back several times, also saved, I cant even pinpoint when they are set back. As a programmer, i use Ctrl + num pretty often so I change emotes while programming this way.

I’m on linux, so i “ported” the “new character” script to bash, and in doing so found a bug. When a character.json file is completely empty, the program starts acting very weird:

On startup, it loads an empty character. Makes sense, no images are mapped in the file. However, the “change character” menu now contains a list of layers instead of character names. If i try to select a layer from the dropdown, the program tries to load whatever character would be there if the list didn’t contain layer names, but fails. It just hangs.

The hanging may be a linux/wine issue (wine reports that it hits a stub), but the weird dropdown feels like a bug.

For reference, here’s the bash script (without the bug):

#!/bin/bash 

# Usage: ./new_character.sh "Character name"
# If omitted, character name defaults to "New Character"

char_name=${1-"New Character"}
count=$(( $(ls -d */ | wc -l) + 1 ))
dir_name="$count $char_name"

mkdir -p "$dir_name/images"

echo '{}' > "$dir_name/character.json"
Deleted 1 year ago

Booted up HONK this morning and my layers are not aligned anymore. I didn't change anything from the last time I used it. And all of my emotes are showing at once, too. (only have two right now, neutral and excited.) It's like the settings were forgotten somehow.

hi! I just recently downloaded Honk but im really sad because the mic sensitivity doesn't seem to pick up anything from my mic, is there any solution to this or any way for my mic to be picked up by honk? Its picked up by other applications its only honk that i have this problem with

(1 edit)

ive been having the same problem did you find a soulotion?

(+1)

Howdy! Been working on a prototype model so I can get used to the program and been enjoying it so far! Have one bump on the road that I've been stuck in and not sure if this is something that can be fixed within HONK, or something to do with my files on Photoshop

Description: I have one part of the lipsync that reacts correctly, but the rest are shifted away from the mouth/look like they are set in the wrong position and look off. I tried to redo the layering in HONK, repositioned and exported the png files from Photoshop, and I still encounter the issue.

Steps taken before encoutering the bug: I set up my layers after I export all layers from the Photoshop file from a 4500 x 4500 canvas. I don't move the mouth base in case that was the issue, but the problem still occurs with the mouth out of sync when speaking.

Screenshots:

Normal mouth sync that works. This one labeled as the constanant mouth (C, D, K, etc sounds.)


Lipsync shifted left from the face. This is an issue with the rest of the mouth lipsync images

I also have a video that showcases the issue before/after I add one more mouth sprite.

From what I've read, I understand that the lipsync feature is still in the works, but I'd like to know if there is any step that I may have overlooked to resolve this issue if possible. If there is anything else you need from me, let me know. Thank you again!

Developer

A late response, but thank you for reaching out. I'm working through bug reports I missed over my break.

If you're still needing to address this, let me know. I may need you to ZIP and send me your character folder though.

(1 edit)

I've run into a bug. One item will move randomly to the center of the screen once my character starts talking. The item doesn't move until the mouth movements start. :/ It's really frustrating as it's otherwise pretty perfect.


By the way, I'm using HONK 2.0 so I can use the emotes. :/

how do you reset eye calibration? It was fine before, but I tried calibrating it to see if it could be better and it just broke D: 

(+1)

For those who have the Eyes Going out of their sockets issue:

I have been testing a way around this really annoying bug (for us artists who use HONK while streaming, we use CTRL+Z OFTEN. This is why the eyes bug out. All. The. time.)

I know it gets some getting used to, but until a fix is done for this, I've assigned my CTRL+Z to SHIFT+Z instead. My model hasn't had any issues since then. I hope it helps some of you as well!

Developer

This should be addressed in 3.0 : )

That's awesome, thank you so much! <3

(+2)

An even better solution for the Ctrl + Z bug that I've found - it only moves things around if you have actions to undo. If you get your character in a good place and save, then close the window entirely and re-open, there will be nothing in the undo stack, so as long as you don't accidentally shift any layers around, the undo actions will do nothing. 

Still looking forward to this being fixed officially though!

Big problem with the lip sync in 3.0: it's wayyyy too quick. The mouth moves like an electrocuted cartoon and can't seem to recognize tones properly, as if it is being far more sensitive than it needs to be. Higher and lower gain levels only worsen the problem, with lower gain causing the mouth to not move at all, and higher making it move far too quick.

Here's a video demonstrating the issue. Honk 2.0, by contrast, follows the sounds through the mic very well(aside from the delay issue, which is supposedly fixed in 3.0a.) I have also tried different mics and different jacks, and it's the same problem. 

An additional error is if you have .gif images in a character folder, which will cause the entire program to malfunction. All drop down menus will turn into "layer" menus, and all characters will refuse to load. No idea why, but it could just be a bad image on my end.

On the bright side, the delay between speaking and the character responding seems to be fixed. 

Developer (1 edit) (+1)

Thank you for the video! I'll try out some different mics and framerates.

It definitely gets more "shock"-y the faster your computer is. I've got an idea of how to fix it.

Developer

I can't reproduce on my end to be as extreme as it is in the clip. But, I was able to recreate it a bit and address what I saw on my end. Let me know if 3.0.2a (just released) looks better on your machine/character.

This is something that will continue to need tuning over time with the new audio system, but hopefully this patch addresses the worst of it.

Deleted 1 year ago
(1 edit)

Issue is still present, but there is a noticeable difference. Character isn't as "shocky", but it still has issues with following the sounds being produced.

Edit: I should also mention I tested this with default characters as well. My CPU is an Fx-8350, but I'm not sure if that matters.

Developer

There's an auto-gain in the new system that may be causing this. I'll make it a toggle in the next patch. TY again for the videos, it's very helpful!

I know this is super late but do you have 2 monitors, if so try turning one off when you have honk open

Hi, I'm not sure what happened but ever since updating to 3.0, my keyboard shortcuts to switch emotes only function in Edit Mode. So if I want to switch my emotions or actions I have to first alt tab and target the HONK window. Before I could do it while in a game and such without issue :3. 

Developer

Ah! I can't believe I missed this. Diving into this now. Thank you for the report.

Developer

Fixed!

Thank you so much!

(1 edit)

i can't remember if this was an issue before 3.0, but when putting a model together in 3.0 i noticed that it becomes really hard to place items. my model parts are built with a lot of transparent space around them (everything is saved from the same large canvas) and it seemed like there was an issue with those hitboxes overlapping. here's a quick rundown of what kept happening:

1. i would pick up a piece -- for example, SILENT MOUTH on layer 3 -- try to move it.

2. EXACTLY when i let go of my mouse click, i would instead get the notification in the top right that a different piece had been moved -- i.e. "moved GLASSES" or "moved UPPER HAIR," from different layers, and that piece would become selected.

3. then, when clicking away from honk to test, the piece i was trying to move would LOOK like it was in the right place, but the moment i started talking (activating the mouth movements), it would snap back to where it was before. this did also happen even before i had a mouth sprite set, voice activation just seems like the precise thing that would kind of "knock" pieces back to where they were before.

you can see it happening a lot throughout this entire video, but for quick reference there's some repeated examples at about the 31 minute mark, and then again at around 38 mins: https://www.twitch.tv/videos/1495247409 

i managed to get things in place anyway by grabbing the very very edges of the piece hitboxes and scooting them into place bit by bit (this is why me + my twitch chat ended up thinking maybe it was an overlap issue), so while i haven't had time to test it yet, i'm sure a workaround for now is just to resave all my pngs with the excess transparency cropped away. but because the selection switch seems to happen when i let go of mouse clicks, i wonder if there's a way to tweak things so that once you select a piece and drag it, another piece won't be selected until you do a new click, or something similar? especially since some pieces will always overlap no matter what, and it makes adjustments pretty tough. 

Developer

Thank you for the video link! I'll look into this.

I've been struggling to reproduce some of these bugs (I've heard of them before), but the video helps a lot. I should be able to sort this out now.

hi, i wanted to give a quick update on this! i tried out the temporary workaround i mentioned (trimming down all my separate png parts to remove excess transparency) and re-rigged my model. it definitely helped with placing larger parts, but i found it was still really difficult to work with smaller parts that overlap each other - eyes/mouth/glasses/etc was a pretty rough time. 

i also found while working on different emotes that the "unclick" selection (idk what else to call it, but the fact that it will select a nearby piece as soon as i RELEASE the mouse after dragging a different piece into place) will grab pieces that are invisible on the emote you're working on. i don't remember if this happened at all in the video i sent initially -- i don't think so, but i also think i just didn't work on emotes during that session. sorry that i don't have a video this time! i'll just try to explain as best as i can... let's say there's an arm piece that's enabled for emote 2, but not emote 1. while trying to move pieces on emote 1, sometimes the "unclick" would grab that emote 2 arm, even though it's not even visible on the emote 1 layer. (this would also become a mildly annoying issue when i was trying to click away/into blank space on the honk screen just to deselect stuff, and instead i'd end up selecting a hidden piece from a different emote that i didn't realize was there). i figured i'd mention it since it seems like it's potentially related to the overlap issue!

thank you again for all your work on this!

Hello!

Just a heads up of what I found and how I fixed it.

I downloaded the latest 3.0 patch, copied my character over, fired it up and was greeted with a blank screen. All of the menus on the top presented the Choose Layer dropdown options rather than whatever they were supposed to. Selecting one of the layer options on the character tab tried to load the character, but froze completely.

The culprit was extra non-image files in the images folder of the character I brought over. Stuff like PSD files that I just copied and pasted when I originally made it. In 2.0, the extra files weren't an issue, and the character worked fine. In 3.0, though, the extra files apparently break everything. Deleting the extra files and relaunching the program fixed everything.

Cheers!

Developer(+1)

Ah! That's a fun one. I'll add the ability to ignore non-supported file extensions.

HONK was trying its best! Nice catch.

(1 edit)

The only issue that I've ever encountered or noticed so far is that the mouth movement is a little off in 3.0.2. Other than that AMAZING WORK!!! Thank you so much for creating this wonderful tool!! <3

Developer

The side by side is very helpful! And thank you for the vibes!

The new audio system definitely has some quirks with the lip-sync that will improve over time.

(1 edit) (+1)

Working with 3.0.2a I'm having an issue where the character will periodically "talk" with no audio.
I've tried making new character files and using the default characters.
I've also made sure to test other audio inputs making sure nothing is coming through them when the character animates.
There also might be a connection between the "talking" and mouse movement. it will happen without touching anything every 15-30sec but if i'm moving my mouse around it appears to happen more frequently but its hard to say for certain. This is with and without any sprites set to follow cursor.

(+1)

I'm also having this issue. The character just randomly 'chitters' when the mic is muted. I haven't timed it. Relaunching sometimes fixes it, most the time, not. I don't have any sprite follows on my character. Just blinking and lip syncing.

I'm getting a UnityPlayer not found error. Tried fixing it but with no luck on download can't get the program to launch any idea on how to resolve this? 

(1 edit)

HEY! C;

im not sure if im messing this up with too heavy a load? or if this counts as a bug but, ive been trying to save positions and it keeps reverting back to initial center placement upon voice active. usually when this happens i can eventually get it to stick if im persistient but its an ongoing error that idk if im causing or >~> 

I am also getting this issue but with one layer on any emote. It'll ping up or reset position everytime i speak + It still happens when i only have 3 layers on there.

(+2)

Hi! I've been noticing while streaming that my character's mouth will continue to animate consistently in small bursts even when I'm not talking/there's no sound being input. It seems to happen specifically when I'm in certain games - I'm not sure if its a borderless windowed bug or if its even tied to those specific games. Of the two that I know for sure, it happens whenever Elden Ring or Slime Rancher are the focused/active window. I have a video here of it happening, it seems to activate in two quick blips back to back for as long as the game is focused. Not sure if this has already been resolved, but I figured I'd ask. Using 3.0.2a right now.

https://www.twitch.tv/videos/1532265074

i'm experiencing this problem with Valheim. same version of the software 

Have either of you come across any fixes?

for me, with valheim, it seems like an issue with the game being in fullscreen mode. I've recently had it happen in another game, but i'm not sure if it's because it was in full screen. either way, Honk still seems to act up a little when i put the game in windowed mode, just significantly less.

(+3)

Been having the same bug mentioned by bravemustaine- sometimes my character's mouth will animate constantly when gaming. 

Additionally, my program crashes when I change between characters and not sure why. I'm using the latest version of HONK.

Got a really strange and specific one for you. I haven't seen this with any other game yet but if I do I'll list it here. Seems like Honk is taking audio from Apex Legends and acting as if its me speaking. Here is a clip below of the character reacting to the music and character voice lines while I say nothing.

I have this bug also with vrchat? does apex use EAC it could have something to do with that

It does yes

(+1)

Stable & 3.0 Versions have a fun problem with the character menu jittering when your mouse cursor is in the margin. The 'cartoon expand' effect from mouse-over will loop, making navigating the menu by clicking and dragging the bar impossible. Other brief UI critiques include the transient nature of most of the menus when you are clicking on character/asset items on screen, which can layer over/under the default menu options in certain display situations. The UI is cute but at times borderline non-functional when these conflicts crop up, which for me is quite frustrating.

A traditional fixed menu option would be optimal to add as a feature sometime, as it would assist people with interface difficulties in navigating the software and avoid UI conflicts. Thanks!

hey cant get the mic in to work correctly, It seems to capture the right mic but the input lags and also freezes for some frames.

(1 edit)

3a didn' register my microphone. Like, it did register in the bar, but not in the characters.

However, changing back to v2 worked well, with that little bit of lag, about 0.34s, probably less.

It doesn't seem to be a problem with my mic, since OBS detects it without the lag

for some reason, I can't make a new character following documentation, and neither can I save? it's really confusing me! I try to create a new character, and a window pops up briefly before disappearing and not making any folder. 

then when I just copied over a folder to create a character myself, it won't save at all! thankfully I didn't have a lot of work, but this is quite vexing. 

So I've run into an issue with the options for hotkeys when it comes to emotes.

I personally use the "ghost keys" F13-F24 when doing hotkeys for things, but trying to assign anything past F15 just doesn't register as being a valid hotkey. I've tried several methods of getting it recognized from using different programs to see if the method I was using was the problem, but it seems to be a lack of recognition of those keys entirely.

(+1)

Howdy! No idea what's going on with my program recently. I have been using honk in streams fine for a long time now but as of the last 24 hours my program has become super unstable.
Presently, I can only load in the default character files.  If I try to load in any other character file, the program will simply go nonresponsive until it eats up all my RAM (I have 16gb) and crashes everything. 

I have a pretty extensive set of PNG files so I thought that might be the issue, but it occurs even when loading something that has only 1 photo in its folder.

In short: I can't switch between character files because if I do the program crashes and takes my display drivers with it.

I am encountering this issue in both versions and I've even reinstalled and replaced all the files and it didn't help.
I found a temporary work around of just deleting every character file I have except the main one I'd like to use;  But then I'm locked in to only using that sprite.

(2 edits)

Hello @DreamToaster,
I'm facing a bug with moving mouths.
My microphone is well recognized as you can see on the first picture, yet no mouth of any character move.
The eyes tracking works (you can see the eyes looking at the right top corner on the second picture), but not the mouth.

Do you have any solution ?

Waiting for your answer.
Toruk

Edit : Sometimes, when I change the mic selection and then go back on my main mic, it works for a few moments before it stops working again.
(Please excuse my english, it's not my first language ><)

After researching furthur in my settings, it appears that I had many devices identified as microphones.
After disabling them to keep only my main mic, it works everytime for the moment !
I'll come back there if I face another problem like that.

(3 edits)

EDIT: Further testing it looks like some sound images don't load in. When saying U instead of pulling in the image it instead just hides the layer.


Hi there! Noticing an issue with latest release. All the images for the mouth are filled for when speaking but if I hum the mouth will just dissappear entirely for a second or so.

Hiya!! Big fan of Honk and have not had any major/breaking bugs since starting to use it--this is my first one, and I figured it'd be helpful to note.

I have seen other folks bring up delayed mouth sync before in older posts, but I only just recently got hit with it. I'm on 3.0, and have been using it since August; I've only had this issue occur a few days ago. I haven't done anything different to my model or Honk itself, although my pc has been having extraneous issues with high cpu/ram lately (it's a older pc and using obs/honk/other programs on stream just makes it strain every now and again). I don't think this would be the reason for the delay? But figured it'd be helpful to note.

Any tips for fixing the delay on a temp/short term fix? Any info on this being a bug in the 3.0 version?

Have the model you want as the only model to load. Swapping models does not free up memory. I noticed my RAM usage was increasing after every swap and only closing HONK would free up memory. Hope this helps in some way.

I play Minecraft: Bedrock and avatar eye tracking stops working when I look around in-game; it does however work when I enter a menu and gain control of my mouse pointer.

(3 edits)

Hi! I’ve been testing HONK in Wine. I know this would be an unsupported scenario, BUT I originally thought that HONK randomly deciding to NOT move the mouth of my character was WINE specific. Nope! Decided to hop onto my PC, and the issue is very easily reproducible. Every time I launch honk, it works for a random amount of time and then the character stops moving their mouth (sometimes even blinking breaks!) Worst part, HONK shows the mic activity - and it doesn’t do anything about it. HONK even notices it’s being put into and out of foreground properly. I don’t even know what to do at this point, no error popups appeared so I don’t know what to provide. EDIT: This happens with the stock characters too it seems.

(1 edit)

There is a Bug in honk when you place an object say in this case, a hat on a character and when you go test the Character the hat will shift where it was previous before moving it.
Does anyone have a solution to this fix? 

(1 edit)

There's also a bug in trying to update Honk as I had to roll back a version, The Character in the dropdown list are all named Layer1 Layer 2 instead of the characters names and the characters aren't even loading.
Anyone know a workaround?

So I have an issue with version 3: I'll be able to use it for about 3-5 minutes when recording in OBS, then my model will just freeze. Like no input makes it work at all. I have to shut down the program completely and reopen it.

I've disabled all other microphone inputs on my computer so it's only my microphone (microphone is a Samson C01U USB studio condenser) and it still happens.

I can still use version 2, I just still get the lag/desync issues it has which I can reset by changing the mic input. I want to use v3 but the freezing sadly is worse than the lag.

(1 edit)

Hi, I downloaded the latest version of Honk and the mouth on my character will NOT move no matter what. I've scrubbed through the thread to look for solutions and tried to update DirectX but it still does not work. Another program I've been using for vtubing works just fine w/ recognizing mic input, but with Honk for whatever reason when I talk into the mic the feedback appears way at the bottom and the character does not move at all. I would LOVE to use this software but this is making it impossible.

I don't know if this solves your issue but it only responds to input when the window isn't focused. Click on your computer taskbar and then see if it responds. This tripped me up a bit so just wanted to chime in in case this was the issue but if not and it still isn't responding then I dunno what the issue is.

-- why did this work HGFDJK THANK YOU SO MUCH I WAS SO SAD IT DIDNT SEEM LIKE IT WAS WORKING 😭😭😭

I don't know if this is a problem that's already been reported but I was experimenting with both 3a and 2.0 and both have the issue of not showing the right mouth forms for what I'm saying. It could be because I have an Australian accent or because it's picking up my laptop or environment sounds but I thought I'd report it cause it's a little disturbing. Sometimes it works right but others it doesn't. It seems to especially have issues when I'm holding a sound where it'll jitter between mouth shapes. Is there a way to config how the avatar hears you so that the mouth correctly represents what you're saying for people with accents?

Anything above 1:1 causes some images layered ontop of each other to get weird grey/black pixel borders between everything. 


I think that the ‘look tall oval’ and ‘look wide oval’ lables are swapped. As in, the tall one seems to be wide, and the wide one seems to be tall.

Hi!


I'm having an issue where honk will animate when there is zero sound going through the microphone at all. This happens even when my microphone is unplugged from my audio interface, or when microphone is muted in windows. 


Seems like when I play any games on pc and using honk, honk does not work. The program runs incredibly slow and gets hung up on random mouth animations/freezes. Once I exit the game im playing honk works fine. Is this just me?

The "Make New Character" batch file won't load/add a new character folder to my character list, so I'm not able to add in my own avatar files. I've tried running the windows batch file as an administrator, refreshing the app, trying the 2.0 version of the app and adding the folder into the character save area manually but with no success.

I followed the video tutorial and attached all the different mouth drawing to the base layer, but when I talk none of them appear. I have checked my mic setting and it is all correct. The blinking animation works, but the voice recognition doesn't.

(2 edits)

HONK! 3a is having what we like to call Phantom Talking™ going on. The mouth just kind of, going off on it's own.
Example, I use Hexels (art program), or any program, the mouth just starts going off, despite no audio input, even with mic muted.

Update 1: I think it it may have to do with multiple monitors, somehow. I noted when I move said program to any other monitor then my main one, the bug isn't going on, or rather, so minimal it's not really note worthy if it is.
If I make my primary monitor another one, it doesn't seem to happen anymore. I'll be fiddling more with this to see if I can't find a work around until an official fix is done.

Edit1: Reworded bug
Edit2: Update 1

Hi

So I use Honk as a TTS Pet for streaming and have the mic set to a vitual cable. Besides the TTS there is no audio that should be playing on that line but the Character seems to mutter/ talk with no audio being input.

I am also using Honk 3a
Hopefully this can get fixed soon

check the commentary behind yours! it has the solution

Where?

Seems like a problem with the "priority" of the screens.

When I play fullscreen games, the avatar keep talking, but when i alt tab, it comes back to normal...

The commentary behing yours talk about changing monitors, that helped me a little bit in that case

(2 edits)

The voice tracking is significantly worse on 3 than in 2, theyre both slow on the actual pickup though

2 on left, 3 on right

3 is better cause it keeps the window size and character size after closing whereas 2 doesnt, I also noticed 3 shows 2 of the same mics but neither makes it better

2

Hi there!! I'm experiencing an issue where my mic input isn't responding to voice activity and the model seems to be reacting to a frequency/moving sporadically. The input source is functional as tested through OBS, but despite being selected in HONK it's unresponsive to my voice. Any ideas or fixes? Thank you!!

I followed a video tutorial on youtube to make one of these PNG dudes using this program but every time I try to add the mouth states and eye states it just eats them and doesnt save them no matter what I try

tried doing it on layer zero like the video said

layer 1 with the eyes

its own layer

nothing works at all

I'm using Honk on my Mac using Whisky. I can use it in my OBS set up, modify my character, it's all good! Except...

Even though the mic shows that my speech is being registered, the Grombit neither bounces nor opens its mouth. He only blinks. 

Whisky has permission to use my microphone, and my voice is registering. I've restarted my computer. Has this happened for anyone else?

Viewing posts 21 to 73 of 73 · Previous page · First page