diff --git a/doc/content/stream_content.txt b/doc/content/stream_content.txt index faec7fe8ad..2a31488cc5 100644 --- a/doc/content/stream_content.txt +++ b/doc/content/stream_content.txt @@ -84,7 +84,7 @@ channels and report a runtime error if that fails. h4. Conversions The above example did not make much sense, but in some cases you'll -get a type error on seemingly meaningul code, and you'll wonder how +get a type error on seemingly meaningful code, and you'll wonder how to fix it. Often, it suffices to perform a few explicit conversions. Consider another example involving the SDL output, where we also try @@ -160,7 +160,7 @@ After this first phase, it is possible that some contents are still undetermined. For example in output.alsa(input.alsa()), any number of audio channels could work, and nothing helps us determine what is intended. At this point, the default numbers of channels are -used. They are given by the setting +used. They are given by the setting frame.audio/video/midi.channels (whose defaults are respectively 2, 0 and 0). In our example, stereo audio would be chosen.