KEF LS60: Difference between revisions
| Line 82: | Line 82: | ||
I first tried pipewire+AirPlay using the [https://docs.pipewire.org/page_module_raop_discover.html raop-discover] module. This was able to find the speakers, and created a device visible in <tt>pavucontrol</tt>, but I was unable to produce any audible output using it. The monitor showed signal going to the sink, but I heard nothing. | I first tried pipewire+AirPlay using the [https://docs.pipewire.org/page_module_raop_discover.html raop-discover] module. This was able to find the speakers, and created a device visible in <tt>pavucontrol</tt>, but I was unable to produce any audible output using it. The monitor showed signal going to the sink, but I heard nothing. | ||
I disabled pipewire and pipewire-pulse, and brought up true pulseaudio. Using <tt>pulseaudio-dlna</tt>, I got a working sink that generated sound: | |||
<pre> | |||
Sink #2 | |||
State: RUNNING | |||
Name: lilypadspeaker_dlna | |||
Description: lilypad speaker (DLNA) | |||
Driver: module-null-sink.c | |||
Sample Specification: s16le 2ch 44100Hz | |||
Channel Map: front-left,front-right | |||
Owner Module: 25 | |||
Mute: no | |||
Volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB | |||
balance 0.00 | |||
Base Volume: 65536 / 100% / 0.00 dB | |||
Monitor Source: lilypadspeaker_dlna.monitor | |||
Latency: 26367 usec, configured 40000 usec | |||
Flags: DECIBEL_VOLUME LATENCY SET_FORMATS | |||
Properties: | |||
device.description = "lilypad speaker (DLNA)" | |||
device.class = "abstract" | |||
device.icon_name = "audio-card" | |||
Formats: | |||
pcm | |||
</pre> | |||
The first number reported for <b>Latency:</b> changed with each run. | |||