From b031cac9c2d7d7a9f50970128ac869648263d33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 31 Jan 2020 22:31:35 +0100 Subject: [PATCH] Grammar fixes --- README.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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     |