1. 22 Jun, 2022 1 commit
  2. 20 Jun, 2022 2 commits
  3. 18 Jun, 2022 1 commit
  4. 02 Jun, 2022 3 commits
  5. 27 May, 2022 2 commits
  6. 26 May, 2022 1 commit
  7. 25 May, 2022 1 commit
  8. 20 May, 2022 1 commit
    • Wolle's avatar
      Add files via upload · a8d3c039
      Wolle authored
      terminate VORBIS COMMENT
      
      add debug function in processwebstream()
      a8d3c039
  9. 19 May, 2022 2 commits
  10. 18 May, 2022 1 commit
  11. 03 May, 2022 1 commit
  12. 12 Apr, 2022 1 commit
  13. 06 Apr, 2022 1 commit
  14. 04 Apr, 2022 1 commit
  15. 21 Mar, 2022 1 commit
  16. 18 Mar, 2022 1 commit
  17. 17 Mar, 2022 1 commit
  18. 20 Feb, 2022 1 commit
  19. 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
  20. 14 Feb, 2022 2 commits
  21. 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
  22. 05 Feb, 2022 5 commits
  23. 04 Feb, 2022 6 commits