All Questions
453 questions
0
votes
0
answers
62
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
174
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
299
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
162
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
494
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
87
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
400
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
321
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
123
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
68
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
68
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
859
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
69
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
72
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 = ...
-2
votes
1
answer
1k
views
Avatar Glow widget in flutter app is not working. How to solve this?
I am using avatar glow in floating action button. I am trying to make it glow, when I tapped on it., But this avatar glow widget is not working.. Can anyone give me solution? or what widget should use ...