Hi @Adrian_P
Re: transcoding a realtime radio stream to wav and it not playing on SuperUniti
I suspect this is down to that a wav file is intended to have a given length, primarily it has a header at the start of it that declares the format, then the samples start at a given offset and there are n samples.
From some of the screenshots it indicates that the server is declaring a huge stream size to work around this (aka how much radio can one person listen to), but this might be hitting a 32bit limit inside the Streaming cores wav decoder. It’s unchartered lands for that platform.
On the L8/L16/L24/L32 formats there are no headers and the streamer just has to assume the length/format of the stream match the meta that is passed in at upnp play time.
Best regards
Steve Harris
Software Director