Browse Source

Added missing “should” in audio_buses.rst

nice-shot 5 years ago
parent
commit
bd87719ce8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/audio/audio_buses.rst

+ 1 - 1
tutorials/audio/audio_buses.rst

@@ -32,7 +32,7 @@ For those unfamiliar with it, it can be explained with a few facts:
   This limit is not the human limit, but a limit from the sound hardware.
   This limit is not the human limit, but a limit from the sound hardware.
   Audio with amplitudes that are too high to be represented properly below 0 dB
   Audio with amplitudes that are too high to be represented properly below 0 dB
   create a kind of distortion called *clipping*.
   create a kind of distortion called *clipping*.
-- To avoid clipping, your sound mix be arranged so that the output of the
+- To avoid clipping, your sound mix should be arranged so that the output of the
   *master bus* (more on that later) never exceeds 0 dB.
   *master bus* (more on that later) never exceeds 0 dB.
 - Every 6 dB below the 0 dB limit, sound energy is *halved*.
 - Every 6 dB below the 0 dB limit, sound energy is *halved*.
   It means the sound volume at -6 dB is half as loud as 0dB.
   It means the sound volume at -6 dB is half as loud as 0dB.