Adam Miartus
Adam Miartus
are variants with multiples of same types supported by cereal? in my test these types of variants do not compile with cereal.
In my use case I'm using fixed size char arrays to represent strings because std::string allocates heap. I guess it is a niche use case and will be deprecated when...
thank you for reviewing and refactoring. looks better to me as it is now after your changes.
thanks @imaami I can have a look at this over the holidays
Hi Christof, thank you for your insightful comment. Based on my understanding if LC4 is used by stream, this check in `decoder/ia_core_coder_init_config.c` will fail: ``` if (dec_proc_core_chans > MAX_NUM_CHANNELS_LVL3 ||...
Hi @christof-fersch, @SakethSathuvalli, we tested decoding mpegh stream file from Amazon with "ultra" quality. libmpegh currently does not implement CompatibleProfileLevelSet parsing and support in mp4 ext box or in decoder...
@falkTX with regards to "multi-device" support in alsa backend, are you open to it on concept level? I could find the time to separate the QNX stuff away in case...
I have done some testing on my not-so-ideal HW, maybe someone could pick up on better HW later... I was able to open the additional audio device with audioadapter but...
> The change of arguments is a blocker though, as mentioned before. @falkTX I'm keen to have this merged eventually and I can find the time to adapt the arguments...
@twischer I think we could separate the first 10 or so commits into QNX support / bugfix PR I could have a look at the other half and separate it...