Skip to content
Snippets Groups Projects
  1. May 11, 2020
  2. Apr 21, 2020
  3. Feb 27, 2020
  4. Jan 22, 2020
  5. Dec 11, 2019
  6. Nov 18, 2019
  7. Oct 02, 2019
    • George Kiagiadakis's avatar
      sofdsp-endpoint: run audioconvert in merge+split mode and use a new linking algorithm · f360aed9
      George Kiagiadakis authored
      Running audioconvert in merge+split mode is the only way to make this work with
      the adapter, since the adapter does not support passing multiple channels on
      a single port right now, and if it does at some point, it will be without a
      mixing node on the port, which means we will not be able to mix multiple
      audioconvert nodes on the same adapter. In the future we need to consider
      writing a lighter volume node with multiple channels support to replace
      audioconvert.
      
      The new linking algorithm now takes into account the channel positions and makes
      sure to link the correct channels together. Also, it avoids passing the port
      proxies inside the GVariants, thus making the algorithm a bit more generic
      and easier to unit test.
      f360aed9
  8. Sep 25, 2019
  9. Aug 29, 2019
  10. Aug 26, 2019
  11. Aug 15, 2019
Loading