Sur3
Sur3
Yes i also like the idea of audio filters, we just need an output audio array of size resolution.x*resolution.y and a samplerate related to time, then we could fill that...
Ok some research let to special characters needing utf-8 input like provided by an additional apk, this could be an optional input choice though: https://github.com/senzhk/ADBKeyBoard
I wonder how the animation itself is compressed, is each frame decoded individually? Because in most animations frames are similar to each other and therefore compression should be better if...
No it's lurch that shows two different fp for the remote end, the question is how do I remove the old fp from lurch? I just tested again and now...
Excerpt from the minor USB-issue you mention, this is a duplicate, see https://github.com/vvviperrr/SimpleRT/issues/3 Greetz Sur3
So the Joy Cons have an internal charging control, does that mean I could directly connect the 5V Pin and a GND Pin to the corresponding Pins of an USB...
At least for my linux distribution (gentoo) bullet 2.83.4 is default stable version and latest unstable is 2.86 so this issue is probably outdated!?
As I understand oshu is using SDL2 so toggling fullscreen mode could work similar to this: ``` if(fullscreen==0){ //enable window fullscreen mode SDL_SetWindowFullscreen(window,SDL_WINDOW_FULLSCREEN_DESKTOP); fullscreen=1; }else if(fullscreen==1){ //disable fullscreen mode SDL_SetWindowFullscreen(window,0);...
> except tf.errors.InvalidArgumentError as e: Sadly that didn't catch the error, but I found out the error seems to only occur if I use `kernel_initializer=tf.keras.initializers.Zeros()` in one of the layers...
Sorry I didn't find time to produce a full code example yet, maybe next week.