hawken

Results 40 comments of hawken

I've stumbled upon this, and from my experiences with SQL, I'm guessing that the reason is that postgresql does a sync write for every commit, and airsonic is doing tons...

Just wanted to leave the keyword replaygain in here. https://www.bobulous.org.uk/misc/Replay-Gain-in-Linux.html You would usually write replaygain information to the file, then utilize it on playback. Different formats have different ways to...

Mp3 is also often normalized by rewriting the files. I won't do this as the music collection already tries to take care to be a bit perfect copy of the...

I think the correct way here is to rely on file metadata or generate metadata from the file about its replaygain values. These can be served to the client to...

IMO there needs to be some sort of pagination because 24 is probably a good number for what you can typically display on a page, but continuously fetching more results...

Do you see a setting in the google home app for it called "surround mode" and can you set it to "stereo only"? When AC-3 starts working on CAF, we...

The bitrate detection seems okay but I think it may be a little optimistic. Peak speed is not a guarantee, so maybe going down to 70-80% of detected will give...

I think we can ignore this until someone hits this kind of problem

Is there anything we can do to tune the chromecast player for higher bitrates? Things like limiting the amount of HLS segments it tries to keep in RAM?

https://github.com/mgile/Cast-Media-Player-Library-Sample/blob/master/MediaPlayerLibrarySample.html Using MPL with the old cast.receiver api https://github.com/digitalegarage/chromecast/blob/master/player.html trying this to attempt dry-run of MPL in a browser