Kevin Sommler

Results 10 comments of Kevin Sommler

> So everyone who are still facing this issue in 2022 this is what worked for me finally! Make sure you have enabled Virtualization support for your AMD CPU (SVM...

It turned out to be an issue with my locale settings. However, it's also a problem with OpenSim. The `osim.IMUInverseKinematicsTool.run(visualizeTracking)` function does not account for locale settings, exporting numerics with...

I am expecting behavior 2. OpenSim's OpenSense IK exports the .mot files with dots no matter what locale system settings, so reading the data again should also be expected with...

> Also are you able to reopen this issue? It looks like the closing of the linked PR also closed the issue inadvertently. I only closed the PR for the...

@alexbeattie42 > [Here](https://github.com/opensim-org/opensim-core/blob/c9336a887f6a1649b2cabbe3ae92d62d696e2955/OpenSim/Common/Storage.cpp#L182) is where the file stream is opened and on line 281 it is opened. So I believe you could do something like [this](https://en.cppreference.com/w/cpp/io/basic_ios/imbue) to change the locale...

Alright, i'll try it out the fix in `IO.cpp` first and check if these changes work. If so I will open a new PR for a clean commit history. Maybe...

> // it *writes* OSIM files using the locale, so you can end up with entries like: > // > // 0,1323 > // > // but it *reads* OSIM...

> iirc, I wrote the comment because we had a problem in prod where dutch students in TU Delft were ending up with incompatible data files when they were shared...

I did not build in debug mode. Just used the standard execution without any parameters.

Yes, can confirm that a lot of generated audio with TTS receives an Indian accent for some reason. Some others receive a strong british accent. Seems like there is a...