1. 13 Feb, 2022 1 commit
    • Stefan Seyfried's avatar
      aac_decoder: make sure data ends up in internal RAM · 6bf4cd37
      Stefan Seyfried authored
      The ESP-IDF core code actually uses PSRAM also for standard "malloc" &
      friends if it is available and the allocation id bigger than a certain
      threshold (4kB by default). To make sure that the AAC decoder buffers,
      especially the m_PSInfoSBR end up in RAM, use low level allocator calls
      to specify where to alloc stuff. This also gets rid of the "try malloc
      RAM first, if this fails fall back to ps_malloc" code, which probably
      did not do what was wanted anyway.
      This fixes stuttering SBR playback for me, which was caused by
      m_PSInfoSBR ending up in PSRAM unexpectedly.
      6bf4cd37
  2. 05 Feb, 2022 5 commits
  3. 04 Feb, 2022 9 commits
  4. 28 Jan, 2022 2 commits
  5. 24 Jan, 2022 1 commit
  6. 23 Jan, 2022 6 commits
  7. 22 Jan, 2022 1 commit
  8. 20 Jan, 2022 1 commit
  9. 19 Jan, 2022 5 commits
  10. 18 Jan, 2022 2 commits
  11. 10 Jan, 2022 1 commit
  12. 09 Jan, 2022 3 commits
  13. 05 Jan, 2022 1 commit
  14. 04 Jan, 2022 2 commits