marcelveldt wrote: > Thanks! Just installed and will give it a good test drive today!
Just one precision wrt buffer sizes if you want to use the full crossfade: - The outputbuf always contains 32 bits samples * 2 channels, so to hold 10s, you must allocate 8*10*96000=7,680,000 - In addition, when you resample, there is an extra 1.1*new_sample_rate/original_ sample_rate*codec_min_block, that is needed. In case of flac, codec_min_block is 204800, so 44.1=>96k means 1.1*96/44.1*204800 = 490,405 - So, around 8.2MB for a 10s full crossfade with your settings. Real duration is reduced if not enough room is available - I've made changes not so long ago so that that buffer is only allocated when the player is actually playing something, so there are not statically allocated anymore! LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5 ------------------------------------------------------------------------ philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=110449 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
