Does Rivermax support sending 4ms audio packets?

Does Rivermax support sending 4ms audio packets?
v1.6.13

Hi All

The supported values are 1ms, 250us ,and 125us. If you use 4ms it will fail with division by zero

1 Like

Thanks for the info,
If I want to send a 4ms audio packet, can modifying the following code solve the crash problem pSetData->packets_in_frame_field = 1ms_packets_in_frame_field *4 .
Or the SDK does not support memory allocation for 4ms audio packages internally