similar to: Looping issues in ogg vorbis in Godot 4 engine

Displaying 12 results from an estimated 12 matches similar to: "Looping issues in ogg vorbis in Godot 4 engine"

2015 Mar 09
2
3D part of the Godot engine
Hi! At http://www.godotengine.org/forum/viewtopic.php?f=9&t=1710&sid=f3de0009f9b706fa6e80d540afe6e544 are shown screenshots taken from Windows with the NVidia driver and from Linux with the Nouveau driver. I think to fix bugs in this case would be easier then let Unity- or Unreal-program run, because the Godot engine is OpenSource (MIT-license): https://github.com/okamstudio/godot So
2015 Mar 09
0
3D part of the Godot engine
The forum requires login to post, so that won't happen, at least by me. It seems a little harsh to say that """ While I can't say this with any certainty, I'm almost willing to bet that the problem is with your drivers, given Nouveau's notorious OpenGL-related issues. I would suggest giving the proprietary Nvidia drivers a shot and see if that fixes it.
2015 Mar 09
1
3D part of the Godot engine
I was also irked by these blanket statements, so I tested it myself. I reproduced the issue on Intel hardware (so it has nothing to do with nouveau!) and it was fixed by installing the s3tc library as Ilia suggested. So find out how you can install this library for your distribution. For Fedora the library can be found in the rpmfusion repo and is called libtxc_dxtn. Gerben On Mon, Mar 9, 2015
2003 May 08
3
get_pin for scard-opensc.c
I'm attaching a patch to allow ssh client to get a pin from the command line when using a smartcard. Most of it is from a patch by Danny De Cock <godot () ulyssis ! org>, but I've used the ssh read_passphrase function instead. Any errors are mine, I'm sure. This enables ssh -I 0 to use a pin-protected smartcard via opensc. Thanks, Kevin Stefanik -------------- next part
2003 Mar 09
0
Samba 3.0alpha problems with w2k
Hi everyone. As noone has replied to my problem within the last 4 days i'll try again. The problem was to integrate a linux-box for a guest at our company as perfect as possible into our pure windows based network using authentication against a w2k-server, which was successfully solved using winbind from a precompiled Samba 3.0alpha21-package from SuSE for their Distribution version 8.1.
2003 Jul 31
0
Implementing seeking in splayer
Hi, I have now played around with seeking a bit. Currently I can seek into a file position in splayer and resynchronize playing (via ogg_sync_pageseek) from there. I did not take chained streams into account yet, as I'm not sure if it would make splayer far to complex for a sample application. Maybe later. Before I implement seeking to a specified time (ala libvorbisfile), can you answer
2007 Nov 23
2
Controlling the vorbis encoder precisely
Hello, currently I'm working on a vorbis based encoder that adds multiple single wave sounds into one vorbis stream (and put every sound in one or more ogg pages). During the process an index is written in an extra file so later you can locate a sound's position easily by a file position and length value. The problem is the sample-exact separation between those encoded wave sounds: If I
2005 Jun 22
2
ogg_sync_pageout
It seems to me that running ogg_sync_pageout doesn't automatically advance the page. This is good if you haven't worked with the given page, makes coding somewhat easier. However, when does a page advance. Is it after a call to ogg_stream_pagein? On a side note, I need to do seeking on top of libvorbis, I'd love to use vorbisfile but sadly I can't. Is there a reasonable way to
2003 Jul 29
1
(In)valid RSA key?
Hi. In testing my SSH 2 server implementation (Dropbear), I've come across certain RSA hostkeys which fail for use with PuTTY as a client. Converting the keys for use with OpenSSH they also fail with PuTTY, which leads me to wonder whether they are valid keys or not. A sample key is attached, the important point to note is that the modulus (n) value doesn't have a multiple-of-8 number of
2020 Aug 01
0
Wine release 5.14
The Wine development release 5.14 is now available. What's new in this release (see below for details): - More restructuration of the console support. - Initial version of the Webdings font. - Beginnings of PE conversion of the MSVCRT libraries. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.14.tar.xz
2008 Jul 04
5
article for consideration, Atheros 5007EG wireless card
I have a page where I document getting the increasingly popular AR5007EG Atheros wireless card working. (This is the card used in the Asus EEE PC). The current article covers several distributions, but would be modified to just cover CentOS. It does, however, involve getting third party software, as the rpmforge repos don't have the necessary drivers. (Apparently, it's a bit of a
2011 May 10
13
Proposed table specification (long!)
Gentlefolk, I have been thinking on Markdown's lack of "proper" table support for a long while now. Here's where I have arrived... ## I Don't Like HTML Tables It is often argued that embedded HTML is the way to markdown rich tables. Unfortunately, this contradicts the higher markdown ideal that a raw markdown document (including tables!) should be good 1. Firstly for