Jeff

Results 155 comments of Jeff

The source does not matter as long as it's playable by the browser/server.

I did some testing with the albums you provided me, and is indeed noticeable gaps on certain songs in the albums. I'm not able to get it perfect with the...

https://user-images.githubusercontent.com/42182408/172083457-af0c7bf3-7ff6-47a8-b2d8-94d4e51427eb.mp4 Adding a new player may be possible. I've been building out a custom player for the 1.0.0 version using the following: - PyAudio - FFmpeg So far I've only...

@dweymouth I actually did take a look at sublime music when trying to decide how to implement the new player. The requirements at the time were: - Needs to be...

I don't have any knowledge of C/C++ so that's why I ended up using Python. Most of the Python modules are just bindings for C++ libraries anyways, which did include...

I've done a bit of testing with the Webaudio API + ffmpeg, but wasn't satisfied with the workability of it. Python seemed to more easily be able to handle all...

If allowed by the license, packaging the `mpv` executable shouldn't be too hard, since electron builder handles most of the work there with the [extraResources](https://www.electron.build/configuration/contents.html#extraresources) configuration. From my initial testing,...

> Hey Jeff, any idea when a first test-build will be available with gapless playback? > > Thanks Stefan Sorry for the delayed response. The project was on hold for...

Couple questions: - How are you checking the encoding rate? - Does it work properly without the DAC? I'm not doing anything special with the audio playback, it's coming directly...

Does it exhibit the same behavior when playing from other html audio sources like from your server web UI or any other electron-based players?