Zoom IOS SDK Audio. Bits per channel in Raw Data

Description
Hi!
We use IOS SDK and we can get Raw Audio. There is no bits per channel in the audio data. How to find out this value?
Thanks!

Hey @n.milko,

Thanks for using the dev forum!
There is currently no interface for this in the SDK. I believe this would have to be calculated by the developer.

Thanks!
Michael

Hi, Michael!

I have the following parameters: sample rate, number of channels and buffer length. I need to know the duration of one buffer. I miss either the size of one sample, or the number of samples in the buffer. How do I calculate this?

Thanks!
Nik.

Hey @n.milko,

Hmm I am not entirely sure. It may be worth looking into a library to process the raw data for you so that you can take advantage of the functionality in them. This might help Apple Developer Documentation
However, this is beyond the scope of the SDK, unfortunately.

Thanks!
Michael