The C API for the decode supports some form of error concealment (passing a NULL input to lc3_decode() performs PLC). But when using the python Decoder.decode() API from lc3.py, there is no way to tell the decoder to perform PLC (neither with a single channel, nor with multiple channels).
It would be very useful to be able to do that (both for single and multi channel).