Small grammar tweak
This commit is contained in:
@@ -50,9 +50,9 @@
|
|||||||
* offline mode, you must provide the audio block-by-block in two
|
* offline mode, you must provide the audio block-by-block in two
|
||||||
* passes: in the first pass calling study(), in the second pass
|
* passes: in the first pass calling study(), in the second pass
|
||||||
* calling process() and receiving the output via retrieve(). In
|
* calling process() and receiving the output via retrieve(). In
|
||||||
* real-time mode there is no study pass, just a single streaming pass
|
* real-time mode, there is no study pass, just a single streaming
|
||||||
* in which the audio is passed to process() and output received via
|
* pass in which the audio is passed to process() and output received
|
||||||
* retrieve().
|
* via retrieve().
|
||||||
*
|
*
|
||||||
* In real-time mode you can change the time and pitch ratios at any
|
* 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
|
* 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
|
* In offline mode, you must provide the audio block-by-block in
|
||||||
* two passes: in the first pass calling study(), in the second
|
* two passes: in the first pass calling study(), in the second
|
||||||
* pass calling process() and receiving the output via
|
* 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()
|
* single streaming pass in which the audio is passed to process()
|
||||||
* and output received via retrieve().
|
* and output received via retrieve().
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user