1. 23 Jan, 2022 2 commits
    • Stefan Seyfried's avatar
      AudioBuffer: allow setting size of RAM and PSRAM buffer · 5b12ce5a
      Stefan Seyfried authored
      instead of the fixed buffer size of 300000 for PSRAM and 8000 for
      non-PSRAM setup, allow to configure the buffer sizes, example code
      for that is
          audio.setBuffersize(32768, 0);
      which will set the RAM buffer size to 32k and disable PSRAM usage.
      I am investigating "bad WiFi throughput with PSRAM" issues and disabling
      PSRAM is one workaround I found.
      5b12ce5a
    • Stefan Seyfried's avatar
      AudioBuffer: manage initialization on its own · 0a415271
      Stefan Seyfried authored
      if InBuff is initialized should be a property of the AudioBuffer, the
      calling code should not keep track of that.
      0a415271
  2. 22 Jan, 2022 1 commit
  3. 20 Jan, 2022 1 commit
  4. 19 Jan, 2022 5 commits
  5. 18 Jan, 2022 2 commits
  6. 10 Jan, 2022 1 commit
  7. 09 Jan, 2022 3 commits
  8. 05 Jan, 2022 1 commit
  9. 04 Jan, 2022 4 commits
  10. 03 Jan, 2022 5 commits
  11. 02 Jan, 2022 4 commits
  12. 31 Dec, 2021 2 commits
  13. 30 Dec, 2021 2 commits
  14. 13 Dec, 2021 3 commits
  15. 27 Nov, 2021 1 commit
  16. 14 Nov, 2021 1 commit
  17. 12 Nov, 2021 1 commit
  18. 11 Nov, 2021 1 commit