Daniel Burnell
Daniel Burnell
Can't modifiy the Java Standard Library anyway, so yeah. Tried a workaround by using SerializationInstaniationStrategy and I'm getting Caused by: org.objenesis.ObjenesisException: java.io.NotSerializableException: class com.esotericsoftware.kryonet.FrameworkMessage$RegisterTCP not serializable So yeah, I'm gonna...
Alright I figured it out. I ended up implementing the KryoSerializer class and changing the list to an array, deleting the reference to the list, and then serializing the class...
Same. This needs to be fixed. Going to have to not use this in my project until this is fixed... because the voices that do work aren't great and sound...
So I went into that folder, the only thing that was there was a vr_something.cfg in the location you specified. The filename that you specified doesn't exist in either the...
I second this. Some sort of markup language would be nice if it exists.
> Hi, have you checked out https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/audio/AudioDevice.java , whether this works for your case? > > > This leads to a bigger concern, and that is there's no way in...
> > That won't work because there's no way to modify the pitch for that. > > There kind of is. `AudioDevice` is quite a low-level API, so it's up...