MetaGenAI / MetaGenNeos

Neos Interface for the MetaGen system. Record and Playback
MIT License
12 stars 1 forks source link

Audio recording is choppy over network/headless #19

Open sirkitree opened 3 years ago

sirkitree commented 3 years ago

Using the headless client, recording audio is a bit choppy. It's understandable but has a bit of a glitching sound to it. It would be nice if this were clearer.

sirkitree commented 3 years ago

@guillefix mentioned that setting the tickrate to 48 might help. This can be found on the headless config file .../NeosVR/HeadlessClient/Config/Config.json

'tickRate': 48.0,'
sirkitree commented 3 years ago

That worked quite well - may I suggest adding this to the README under the section for setting up the headless?

EIA485 commented 2 years ago

you can also change the tick rate with the tickRate headless command. the syntax is tickrate <ticks per second>