nyanpasu64

Results 175 comments of nyanpasu64

you should convert type info to __annotations__ assignment. attr.dataclass(cls) looks at the class's __annotations__ to determine which fields to add to the constructor.

My default audio input is a VB-Audio cable running at either 32000 Hz or 96000 Hz. My default audio output is a Realtek interface set to either 48000 Hz or...

I enabled the sampling rate printout in my patch, and found that the patch is indeed running at 44100 Hz both before and configuring FaustLive to use 96000 instead. I...

I think I'm going to try out `try_ytdl_first=yes`. I still believe my text/html change (or a similar change), or racing yt-dlp and video playback, is a useful alternative to ensure...

> Well, yt-dlp does not even support vp9 live streams! I used yt-dlp to get the video (not livestream) information, and it returned a VP9 URL. But YouTube Web uses...

I suspect fast seeking in YouTube videos is related to DASH and #7033. It appears nontrivial to implement though.

I decided to do a bit of poking to locate the bug. The adapter is called "Tailscale Tunnel" on both Windows 7 and 10. https://github.com/tailscale/tailscale/blob/9bd9f37d295d2a91f1ef2561f67b16714dc7ac5c/net/interfaces/interfaces_windows.go tests for (but does not...

I think this is the same bug as #1939, which is supposedly fixed by #1941 merged into the `next` branch (though I can't test that branch since I can't any...

one parallel stack graph of audio thread in m_csDocumentLock, but audio thread is not deadlocked always. i think the gui thread is hung on m_ReceiveThread calling PostMessage. and gui audio...

I ran into this issue as well. The failed command seems to match #385 and #590. I'm not sure if the steps or cause is the same. In my case,...