TODO 320 B

12345
  1. - in squeezelite some buffers (stream, output, header, recv) are allocated
  2. although they are almost static (expect output). This creates a risk of
  3. memory fragmentation, especially because the large output is re-allocated for
  4. AirPlay
  5. - libflac in lpc.c can be unrolled - that gains 43k of code, at the expense of 4% CPU