457 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
59
views
Real-time Wav2Lip + LiveKit avatar: video freezes, blue frames, and audio breaks — how to correctly synchronize audio, mel chunks, and video frames? [closed]
I am building a real-time talking avatar using LiveKit Agents and Wav2Lip.
The goal is to stream audio + lip-synced video to a LiveKit room in real time.
What I am trying to build
Pipeline
User mic
→...
0
votes
0
answers
60
views
How to I properly spread a spritesheet in JavaScript
I'm trying to create a mini RPG game and have been following instructions, I got my spritesheet from my gaia profile and images 4-8 are looped with leg movement under the avatar with out feet and the ...
2
votes
0
answers
139
views
Animate vrm avatar with Three.js
How to make a vrm avatar move according to the json file that contains the coordinates of the mediapipe pose, hands, face.
I know the Hands have 21 landmarks each for left and right, Face Mesh (uses ...
1
vote
0
answers
291
views
Activating Azure real-time streaming TTS Avatar through REST calls
I am playing around with Azure real-time Text-to-speech (TTS) avatar, and for my use case I don't want the activation of speech synthesize to be controlled by the frontend web application.
I want the ...
0
votes
1
answer
159
views
Avatar failed to start. Error: InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded
// utilty.js
export const fetchIceCredentials = async () => {
try {
const response = await axios.get('https://westus2.tts.speech.microsoft.com/cognitiveservices/avatar/relay/token/v1', {...
1
vote
0
answers
472
views
(WebRTC) Heygen's Avatar Application : Ice Connection Status stays in "checking"
I am building an application implying an LLM and Heygen's API. I want to send the response given by the LLM to a streaming avatar.
I used the documentation provided here: https://docs.heygen.com/...
2
votes
0
answers
86
views
In my three.js and react project getting error 'TypeError: fetch failed'
I got this error. how can i resolve this?
Parse
TypeError: fetch failed
at node:internal/deps/undici/undici:12618:11
at process.processTicksAndRejections (node:internal/process/task_queues:95:...
1
vote
0
answers
384
views
How to integrate the avatars of Dicebear into my react app?
I wrote this code and I have no errors in the console, but still nothing is displayed in the browser. The idea is that the user either uploads their own photo or chooses an avatar of the ones we ...
-2
votes
3
answers
314
views
how to make avatar-like display using bootstrap 5
I'm trying to make a display that looks like a rounded avatar with text beside it. I've managed to make the rounded avatar but the problem is when I add text beside it, sometimes the avatar becomes ...
0
votes
1
answer
114
views
Unity Trash Dash Endless Runner game can't add mixamo avatar
Hi i downloaded the Trash Dash( the sample game from Unity for endless runner). I want to add new characters. I created a character in Mixamo, but each time i run the app i get an error. ( the app ...
-1
votes
1
answer
64
views
How to make a widget overflow from the appbar and still be visible
I have a design for an appbar like this:
But I don't know how to set for the avatar exactly. All I can do is:
PreferredSize(
preferredSize: const Size.fromHeight(150),
child: Container(
...
0
votes
1
answer
56
views
React Native Avatar won't center align over text
I have an avatar and a text field inside a TouchableOpacity. I need both the avatar and the text to be center inside the TouchableOpacity and I need the avatar on one row and the text underneath every ...
1
vote
2
answers
851
views
Laravel display default avatar if user has none
I am allowing user to upload an avatar (profile image) in their profile. While uploading avatar is entirely optional, if user does not have avatar, a default image will be used. However, checking ...
0
votes
1
answer
67
views
The problem of not uploading the avatar on edit-account page
I use the one user avatar plugin, I added the possibility of uploading an avatar to edit-account page, But when I click on the save changes button, nothing happens. I am using the following code :
// ...
-1
votes
1
answer
71
views
Hello, I'm making an avatar command. I want the embed to appear and write that the user does not have an avatar. But it doesn't work
` @commands.command(aliases=['ava', 'аватарка'])
async def avatar(self, ctx, *, member: discord.Member = None):
if not member:
member = ctx.message.author
userAvatar = member.avatar
embed = ...
user avatar
user21343500