Results 481 comments of Wolle

No, I don't have the possibility to test this either. Have a look here: https://github.com/earlephilhower/ESP8266Audio/blob/master/src/AudioOutputSPDIF.cpp Maybe you can realise this yourself.

The samplerates depends on the source, max is 48KHz, bitrate max 320Kbit/s

No, we are not travelling in the Hi End range with this hardware, max is 16 bit/sample

There are two events that can be used to decouple the PCM data: `void audio_process_extern(int16_t* buff, uint16_t len, bool *continueI2S)` `void audio_process_i2s(uint32_t* sample, bool *continueI2S)` The latter is used by...

Thank you for your detailed explanations, which enable me to follow your thoughts. If you have any further suggestions or improvements, please feel free to let me know. best regards...

Hello mmar22, memory leaks are hard to find, I will run "Funradio" for a long time and log the free memory every minute. I'll know more tomorrow.

In the stream, a new codebook, residues, floors etc. is created for each song. This means that ~4KB are lost for each song. I corrected that, the old decoder configurations...

There will be a new version in which this and other errors are eliminated. If I change something in the master now, I have problems transferring the dev branch via...