Small grammar tweak

This commit is contained in:
Chris Cannam
2021-09-30 15:27:23 +01:00
parent 20897c8ff6
commit cbf41915a8

View File

@@ -50,9 +50,9 @@
* offline mode, you must provide the audio block-by-block in two
* passes: in the first pass calling study(), in the second pass
* calling process() and receiving the output via retrieve(). In
* real-time mode there is no study pass, just a single streaming pass
* in which the audio is passed to process() and output received via
* retrieve().
* real-time mode, there is no study pass, just a single streaming
* pass in which the audio is passed to process() and output received
* via retrieve().
*
* In real-time mode you can change the time and pitch ratios at any
* time, but in offline mode they are fixed and cannot be changed
@@ -358,7 +358,7 @@ public:
* In offline mode, you must provide the audio block-by-block in
* two passes: in the first pass calling study(), in the second
* pass calling process() and receiving the output via
* retrieve(). In real-time mode there is no study pass, just a
* retrieve(). In real-time mode, there is no study pass, just a
* single streaming pass in which the audio is passed to process()
* and output received via retrieve().
*