Thanks for trying some responses below: sbp wrote: > > 1. It would play fine for some time, and then the sound started to > fluctuate rapidly for (10-20 sec) then playing fine again for 1-20 sec , > then start to break up again and it continued to change like this. The > fluctuations is very rapid it sounded very unpleasant but it is > difficult to describe. (Something like stuttering - but still not quite > the same) > If the system is busy try running it as root, or allowing it to use the FIFO scheduler class (I can't remember what you need do for this, but root can by default). This will only be used for the output thread, but will make sure it can run even if the machine is busy. If its not this then happy to take some debugs..
> > 2. If I tried to start it with logging enabled like this: > ./squeezelite -d=debug 192.168.1.19 > I got this: Segmentation fault > The intended syntax is: -d all=debug (or stream=debug if you only want to see stream related logs at debug level). I'll fix the segfault. > > 3. Regarding the different buffer sizes....... -a <time>:<count> > Specify ALSA buffer_time and period_count what will be reasonable > values? > and also for -b <stream>:<output> Specify internal Stream and Output > buffer sizes in Kbytes what will be reasonable values here? > I would leave these at default unless you have a good reason to change, if you enable debugs for stream and output you will see how they change things. ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
