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
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2354,10 +2354,10 @@
2354
2354
</code></pre>
2355
2355
<ul>
2356
2356
<li><strong>Bytes object contains a sequence of frames, each consisting of one or more samples.</strong></li>
2357
-
<li><strong>In stereo signal first sample of a frame belongs to the left channel.</strong></li>
2357
+
<li><strong>In a stereo signal, the first sample of a frame belongs to the left channel.</strong></li>
2358
2358
<li><strong>Each sample consists of one or more bytes that, when converted to an integer, indicate the displacement of a speaker membrane at a given moment.</strong></li>
2359
2359
<li><strong>If sample width is one, then the integer should be encoded unsigned.</strong></li>
2360
-
<li><strong>For all other sizes the integer should be encoded signed with little-endian byte order.</strong></li>
2360
+
<li><strong>For all other sizes, the integer should be encoded signed with little-endian byte order.</strong></li>
0 commit comments