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
I am not sure if this is a bug or not. But I was searching inside AudioDecodingBuffer.cs and and inside method Read I saw that in case you have no data to read the method returns 0, but I all the time I get the same amount that I want to read. So I have no way to know whether the data was read succefully or not. I tried to place a big buffer (96000) and sometimes I get a different values (normally smaller) but other times I get the same size of the buffer.
Basically it never returns 0. Is this the wanted behavior?
The text was updated successfully, but these errors were encountered:
I am not sure if this is a bug or not. But I was searching inside
AudioDecodingBuffer.cs and
and inside methodRead
I saw that in case you have no data to read the method returns 0, but I all the time I get the same amount that I want to read. So I have no way to know whether the data was read succefully or not. I tried to place a big buffer (96000) and sometimes I get a different values (normally smaller) but other times I get the same size of the buffer.Basically it never returns 0. Is this the wanted behavior?
The text was updated successfully, but these errors were encountered: