1. 19 May, 2022 2 commits
  2. 18 May, 2022 1 commit
  3. 03 May, 2022 1 commit
  4. 12 Apr, 2022 1 commit
  5. 06 Apr, 2022 1 commit
  6. 04 Apr, 2022 1 commit
  7. 21 Mar, 2022 1 commit
  8. 18 Mar, 2022 1 commit
  9. 17 Mar, 2022 1 commit
  10. 20 Feb, 2022 1 commit
  11. 19 Feb, 2022 1 commit
    • Wolle's avatar
      resume local file after stopSong() · ed773f15
      Wolle authored
      uint32_t stopSong(); //returns the real fileposition at current time
      bool connecttoFS(fs::FS &fs, const char* path, uint32_t resumeFilePos = 0); // jumps to resumeFilePos after reading fileheader
      ed773f15
  12. 14 Feb, 2022 2 commits
  13. 13 Feb, 2022 3 commits
    • Wolle's avatar
      Merge pull request #280 from seife/devel · cda882a9
      Wolle authored
      fix stuttering AAC SBR playback when PSRAM is available
      cda882a9
    • Stefan Seyfried's avatar
      AACDecoder_FreeBuffers: fix free of *m_pce · d7055b61
      Stefan Seyfried authored
      It was allocated in one 16x chunk, so only freeing one chunk is enough
      d7055b61
    • 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
  14. 05 Feb, 2022 5 commits
  15. 04 Feb, 2022 9 commits
  16. 28 Jan, 2022 2 commits
  17. 24 Jan, 2022 1 commit
  18. 23 Jan, 2022 6 commits