mgw wrote: > Additional observation: using wavin:default the time to fill the buffer > on the SB is several minutes before the device starts playing. Not sure > how to shorten this... > > Both wavin:alsa.... are running > > Code: -------------------- > > > birgit@bw-tp-w520:~$ pactl list short > ... > 0 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100Hz RUNNING > 1 combined module-combine-sink.c s16le 2ch 44100Hz IDLE > 0 alsa_output.pci-0000_00_1b.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz RUNNING > 2 combined.monitor module-combine-sink.c s16le 2ch 44100Hz RUNNING > ... > > -------------------- > >
The input buffer is only a 60k so wav at 44.1Khz /16 (is 1.4Mb/sec) only takes a few secs to fill it . I don't think the delay is there. You'll need to enable logging player.source to DEBUG first to see how long buffer filling actually takes. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=49584 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
