We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005e1ec commit c51fdcbCopy full SHA for c51fdcb
docs/tutorials/speech.rst
@@ -171,7 +171,11 @@ The mapping from pitch numbers to musical notes is shown below:
171
172
The ``sing`` function must take phonemes and pitch as input like this::
173
174
- speech.sing("DOWWWW", 115)
+ speech.sing("#115DOWWWW")
175
+
176
+Notice how the pitch to be sung is prepended to the phoneme with a hash
177
+(``#``). The pitch will remain the same for subsequent phonemes until a new
178
+pitch is annotated.
179
180
The following example demonstrates how all three generative functions (``say``,
181
``pronounce`` and ``sing``) can be used to produce speech like output:
0 commit comments