diff --git a/README.md b/README.md index 42f2936..e879a78 100644 --- a/README.md +++ b/README.md @@ -2767,10 +2767,10 @@ nframes = .getnframes() # Number of frames. .writeframes() # Appends frames to file. ``` * **Bytes object contains a sequence of frames, each consisting of one or more samples.** -* **In stereo signal first sample of a frame belongs to the left channel.** +* **In a stereo signal, the first sample of a frame belongs to the left channel.** * **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.** * **If sample width is one, then the integer should be encoded unsigned.** -* **For all other sizes the integer should be encoded signed with little-endian byte order.** +* **For all other sizes, the integer should be encoded signed with little-endian byte order.** ### Sample Values ```text diff --git a/index.html b/index.html index 4ea6e24..7856186 100644 --- a/index.html +++ b/index.html @@ -2354,10 +2354,10 @@ nframes = <Wave_read>.getnframes()
  • Bytes object contains a sequence of frames, each consisting of one or more samples.
  • -
  • In stereo signal first sample of a frame belongs to the left channel.
  • +
  • In a stereo signal, the first sample of a frame belongs to the left channel.
  • 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.
  • If sample width is one, then the integer should be encoded unsigned.
  • -
  • For all other sizes the integer should be encoded signed with little-endian byte order.
  • +
  • For all other sizes, the integer should be encoded signed with little-endian byte order.

Sample Values

+-----------+-------------+------+-------------+
 | sampwidth |     min     | zero |     max     |