Skip to content

Load external WpConf from disk (take two)

James Calligeros requested to merge chadmed/wireplumber:sw-dsp/from-disk into master

Addresses some feedback in !628 (closed) :

  • Loading is now done at the WpConf interface, not WpSpaJson
  • WpProperties are used to alter the behaviour of wp_conf_new_open and friends (an unnamed object can now be loaded as a named section, and fragment searching can be disabled)
  • The Lua API returns a section (sort of... this part is broken and needs some work/advice)

Merge request reports