Hi! I got the streaming player working in a2f using the demo scene and the sample python script. It works… but the audio/face only starts playing after 1 minute and 20 seconds… I thought it’d be near-real-time. I tried with different audio wav files (stereo, mono, 44.1, 22, 16 kHz, including the demo files, as shown on the tutorial video) – it makes no difference. Can anyone help me troubleshoot the problem?
In the python terminal I see:
Channel created
Sending audio data…
(here we wait for about 1 min 20 sec for the audio to play and the face to move)
SUCCESS
Channel closed
My specs:
i7 + 32GB RAM / RTX 3080 + 10GB VRAM / Linux Mint 21.1
Hi, thank you for answering. Mint is based on Ubuntu 22.04, so it should be compatible. Do you have any other ideas what might be causing such a long delay? This is not normal, right? It should go faster?
That’s correct. It should be super fast. I’ll bring this up to the engineering team. In the meantime, if possible, it would be helpful if you can try it on a different OS.
The only difference is that I’m using a2f 2022.2.0, so some things, like the graphs, are in different places, but the demos are still there and that’s what I’m running.
It would be difficult for me to try it on a different OS, since I don’t have access to another computer with an RTX graphics card right now… Also, the product we’re building will run on Linux, so I don’t even want to try on Windows because it won’t be solving the problem for us. Let’s hope the engineering team has some ideas what I can do…