Talk:PipeWire: Difference between revisions

No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 25: Line 25:
# Instead of ending each property line with a comma (<code>... = true,</code>),<br>Wireplumber documentation omits the comma (<code>... = true</code>).
# Instead of ending each property line with a comma (<code>... = true,</code>),<br>Wireplumber documentation omits the comma (<code>... = true</code>).
[[User:Akaihola|Akaihola]] ([[User talk:Akaihola|talk]]) 19:30, 10 May 2024 (UTC)
[[User:Akaihola|Akaihola]] ([[User talk:Akaihola|talk]]) 19:30, 10 May 2024 (UTC)
:Ah, [https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html Pipewire configuration format changed between versions 0.4 and 0.5], and NixOS 23.11 has:
<pre>
$ wireplumber --version
wireplumber
Compiled with libwireplumber 0.4.17
Linked with libwireplumber 0.4.17
$ ls -l `which wpctl`
lrwxrwxrwx 1 root root 72  1. 1.  1970 /run/current-system/sw/bin/wpctl -> /nix/store/a13fw6xw8fmpf39blrp86w6r7nkfrim5-wireplumber-0.4.17/bin/wpctl
</pre>
:[[User:Akaihola|Akaihola]] ([[User talk:Akaihola|talk]]) 19:40, 10 May 2024 (UTC)
::(Although I don't yet understand why I still get:)
<pre>
$ nix derivation show 'nixpkgs#wireplumber'
{
  "/nix/store/cawvgg6wk42xmhpg2dm0ax9hxbxfdsfm-wireplumber-0.5.2.drv": {
[...]
</pre>
:[[User:Akaihola|Akaihola]] ([[User talk:Akaihola|talk]]) 19:48, 10 May 2024 (UTC)