Skip to content
Snippets Groups Projects
  1. Jul 30, 2020
  2. Jun 02, 2020
  3. May 26, 2020
  4. May 21, 2020
  5. May 16, 2020
  6. May 12, 2020
  7. May 03, 2020
  8. Apr 22, 2020
  9. Apr 11, 2020
  10. Mar 29, 2020
  11. Mar 20, 2020
  12. Mar 03, 2020
  13. Jan 09, 2020
  14. Dec 16, 2019
  15. Dec 11, 2019
  16. Dec 04, 2019
  17. Nov 18, 2019
  18. Nov 06, 2019
    • Julian Bouzas's avatar
      modules: remove the mixer · 857217bc
      Julian Bouzas authored
      This is no longer used and it is the wrong approach anyway.
      A mixer GUI needs to list all endpoints and figure out the controls
      from the streams on its own, using the new endpoints API.
      857217bc
  19. Oct 07, 2019
  20. 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
  21. Sep 25, 2019
  22. Sep 17, 2019
  23. Aug 19, 2019
  24. Aug 15, 2019
  25. Aug 13, 2019
  26. Jul 12, 2019
Loading