Re: portaudio: only OSS host API available since version 19.20210406-2

2023-10-05 Thread Michael Panzlaff via Cygwin
Hi, In my environment, portaudio with MME support generates choppy sound for the suggestedOutputLatency of less that 60 ms. 70 ms seems to work. In this case, hostBufferCount=8 and hostBufferSizeFrams=480 if the sample rate is 48 kHz. So, total buffer length is 3840 samples. Therefore, the

Re: Setup Ver 2.926 (64bit):can't file extract from qt5-webkit-debuginfo

2023-10-05 Thread ASSI via Cygwin
ASSI via Cygwin writes: > I could reproduce that issue, no time yet to dig deeper. It looks like > the decompressor loses track of where it is, then uses whatever data > comes after that to try and extract the next file (which obviously > doesn't look like it's expected to). Both GNU tar and

Re: SDL2: Gamepads stopped working

2023-10-05 Thread Takashi Yano via Cygwin
On Thu, 5 Oct 2023 17:15:42 +0200 risingpowe wrote: > On 05.10.2023 16:12, Takashi Yano wrote:> > > I guess DirectInput is necessary for that gamepads. I will release > > SDL2 2.28.4-1 (TEST) package shortly, where both dinput and xinput > > are enabled. Could you please test? > > > > Thank you

Re: SDL2: Gamepads stopped working

2023-10-05 Thread risingpower--- via Cygwin
On 05.10.2023 16:12, Takashi Yano wrote:> > I guess DirectInput is necessary for that gamepads. I will release > SDL2 2.28.4-1 (TEST) package shortly, where both dinput and xinput > are enabled. Could you please test? > Thank you very much! My gamepads show up, but do not work. -

[no subject]

2023-10-05 Thread Takashi Yano via Cygwin-announce
>From cygwin-announce-SDL2-2.28.4-1 木 10月 05 23:18:13 2023 From: Takashi Yano To: cygwin-announce@cygwin.com Date: Thu, 05 Oct 2023 23:18:13 +0900 Message-Id: <20231005231813.6266-1-takashi.y...@nifty.ne.jp> Subject: SDL2 2.28.4-1 The following packages have been uploaded to the Cygwin

SDL2 2.28.4-1

2023-10-05 Thread Takashi Yano via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libSDL2_2.0_0-2.28.4-1 * libSDL2-devel-2.28.4-1 This is the Simple DirectMedia Layer, a general API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across

Re: SDL2: Gamepads stopped working

2023-10-05 Thread Takashi Yano via Cygwin
On Thu, 5 Oct 2023 15:07:54 +0200 risingpower wrote: > On 03.10.2023 14:26, Takashi Yano wrote: > > This is because SDL_mmjoystick.c is removed from the source tree > > of upstream since 2.0.18. > > > > Now I am trying to enable SDL_dinputjoystick.c or SDL_xinputjoystick.c > > instead. Hopefully

Re: SDL2: Gamepads stopped working

2023-10-05 Thread risingpower--- via Cygwin
On 03.10.2023 14:26, Takashi Yano wrote: > This is because SDL_mmjoystick.c is removed from the source tree > of upstream since 2.0.18. > > Now I am trying to enable SDL_dinputjoystick.c or SDL_xinputjoystick.c > instead. Hopefully it will work again in 2.28.4. > I compiled SDL 2.28.4 and XInput

Re: portaudio: only OSS host API available since version 19.20210406-2

2023-10-05 Thread Takashi Yano via Cygwin
Sorry for late reply. On Sat, 30 Sep 2023 01:12:22 +0200 Michael Panzlaff wrote: > thank you for the quick reply. I checked my program again and there was > indeed a bug which prevent OSS from working. Though, it's not really OSS > what was the problem. The problem was the huge buffer size that