1. 16 Sep, 2021 2 commits
    • Wolle's avatar
      preparations for hls (m3u8) aac streams · 31e32ccc
      Wolle authored
      m3u8 streams are working if:
      - the chunklist remains unchanged
      - the sequence number is continuous
      - the list from server is sent as text, not as gzip
      31e32ccc
    • Wolle's avatar
      AACDecoder_IsInit() · 022eaa79
      Wolle authored
      preparations for m3u8 streams, get AACDecoder init status
      022eaa79
  2. 01 Sep, 2021 1 commit
  3. 31 Aug, 2021 1 commit
  4. 29 Aug, 2021 3 commits
    • Wolle's avatar
      ct in pls found · 6f82d6d5
      Wolle authored
      can also found in lowercase
      6f82d6d5
    • Wolle's avatar
      check for Err 404 in pls · eafe2883
      Wolle authored
      Stop if found "HTTP/1.0 404 Not Available" in playlist
      eafe2883
    • Wolle's avatar
      look for ct in pls · c11ce23c
      Wolle authored
      not early close a valid playist if ContentType found, but read to the end
      c11ce23c
  5. 25 Aug, 2021 1 commit
    • Wolle's avatar
      fix #196 Format .asx not working · 39db1e64
      Wolle authored
      In the ASX playlist, the elements between the angle brackets <...> are sometimes upper or lower case. That is now taken into account.
      39db1e64
  6. 24 Aug, 2021 1 commit
  7. 21 Aug, 2021 1 commit
  8. 12 Aug, 2021 1 commit
  9. 02 Aug, 2021 1 commit
  10. 01 Aug, 2021 1 commit
    • Wolle's avatar
      reset static var in readMetadata() · b9269fdc
      Wolle authored
      The variables in readMetadata () must be reset each time connecttohost () is called. If metadata is sent when changing the radio station, the metadata will otherwise be incorrectly controlled and thus errors in the mp3 decoder will occur
      b9269fdc
  11. 30 Jul, 2021 2 commits
  12. 27 Jul, 2021 1 commit
  13. 24 Jul, 2021 1 commit
  14. 21 Jul, 2021 1 commit
  15. 19 Jul, 2021 1 commit
  16. 09 Jul, 2021 1 commit
    • Wolle's avatar
      fix: initInBuff() wrong size · 8cbdf669
      Wolle authored
              if(size == m_buffSizePSRAM - m_resBuffSizePSRAM) {  // old was m_resBuffSizeRAM
                  sprintf(chbuf, "PSRAM found, inputBufferSize: %u bytes", size - 1);
                  if(audio_info)
                      audio_info(chbuf);
                  m_f_psram = true;
                  f_already_done = true;
              }
      8cbdf669
  17. 03 Jul, 2021 2 commits
  18. 06 Jun, 2021 1 commit
  19. 19 May, 2021 1 commit
  20. 15 May, 2021 2 commits
  21. 12 May, 2021 4 commits
  22. 05 May, 2021 3 commits
  23. 03 May, 2021 3 commits
  24. 27 Apr, 2021 3 commits
  25. 18 Apr, 2021 1 commit