Please teach the G711Encode/Decode processing.
When the data of all 0 is done in Encode, it is converted into 0xFF.
When the data of all 0 is done in Decode oppositely, it is converted into the data of 0x8482.
Is this conversion result correct?
By Urabe