kefkekeyser wrote: > Jikes, that are two really big threads. The squeeze2upnp seems like > something to try, but I read on the first page that it doesn't support > replaygain or smart transitions :(
The difficulty of replaygain and smart transition is that this is a player-dependant feature. The nature of sq2u is to be a bridge between LMS and UPnP players, so the audio tracks are not decoded, but they are forwarded (with a lot of tweaking) to the player. Decoding all tracks would potentially require a lot more CPU. I could potentially apply replaygain when receiving raw audio (pcm, wav, aiff), but flac and mp3 and all other coded format would be excluded. Smart transitions are on the same line, but even more complicated. I thought at the beginning to have a few other modes, including one where all tracks would be decoded and that would have had allowed such features, but between the CPU load and lots of other extra complications in handling UPnP players, I concentrated on the "bridge" mode. The architecture of the system still allows it, but I don't have a plan to develop it currently. I'm concentrating on bug correction, compatibility with the infinite variation of UPnP implementations and finding a solution for synchronisation for a few subset of players. LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1, PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne (sort of) ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=102172 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
