Justin Fairchild

Results 27 comments of Justin Fairchild

As I brainstormed in https://github.com/wwoast/redpanda-lineage/pull/208, I'm going to write a definition bar that appears in search results for some of the more esoteric search terms, so that folks have context...

I may extend these definitions to include the common words too, in cases where it's not obvious what my tag is referring to. Like, defining the standards for the _home_...

https://github.com/wwoast/redpanda-lineage/commit/5cdf7b485c2d7822145c3b94fa50ce1c49721510 makes it so that tags may be capitalized or lowercased, and they'll still be searched properly. Kinda related to this issue -- phones often auto-capitalize what you type, so...

I've been thinking about how to improve memory usage for Gapless. The first thing to investigate is if createMediaElementSource() loads sound into the audiocontext without decompressing the sounds. I imagine...

Testing Gapless on Chromecast today for a playlist of 30+ tracks on my home LAN and it's working extremely well, without pops or noise. I also notice Chromecast displays the...

Nope, this is purely through a Chrome tab running Gapless that's casted to the Chromecast. My source files were 192kbps and 320kbps MP3s in this case.

I finally got my Gapless jukebox partially working on iOS / Safari, but any time the playlist is long or there's lots of songs, the Safari tab crashes. I've seen...

Found an unfixed Chromium issue that likely relates to WebAudio API memory usage problems I've seen with larger playlists: https://bugs.chromium.org/p/chromium/issues/detail?id=576484 The wwoast@0c191e161a5527f6f89ffe51e0d0fba06bcaacd1 branch tries to manage memory usage by deleting...

I've witnessed this problem of merging two songs before the first is finished. It seems to happen more often when the browser XHR thread is contending with other browser activity,...

@crowlKats I get exceptions thrown when I try and provide the full URL as the initial input: `const test = new URLPattern("http+unix://%2Ftmp%2Ffile%2Esock/url-path");` I assumed the reason this wasn't working was...