You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In audio frames, the size I'm getting doesn't make a lot of sense. For a stereo stream (fowt), I'm getting 8.
The actual total size of the data should be either 4096 (the stride size) or 8192 (the total data size).
The value "8" is neither the size of a single sample (4) nor the stride size, nor anything else other than the total size divided by the number of samples. For a mono stream, it's the sample size; for a stereo stream, it makes no sense this way at all.
The text was updated successfully, but these errors were encountered:
In audio frames, the size I'm getting doesn't make a lot of sense. For a stereo stream (fowt), I'm getting 8.
The actual total size of the data should be either 4096 (the stride size) or 8192 (the total data size).
The value "8" is neither the size of a single sample (4) nor the stride size, nor anything else other than the total size divided by the number of samples. For a mono stream, it's the sample size; for a stereo stream, it makes no sense this way at all.
The text was updated successfully, but these errors were encountered: