@@ -234,7 +234,7 @@ def generate(
234234 - `wav`: 16-bit PCM audio in WAV container.
235235
236236 language: The desired language. Two letter ISO 639-1 code. Defaults to auto language
237- detection.
237+ detection, but specifying the language is recommended for faster generation .
238238
239239 model: The model to use for synthesis. Learn more about models
240240 [here](https://docs.lmnt.com/guides/models).
@@ -359,7 +359,7 @@ def generate_detailed(
359359 - `wav`: 16-bit PCM audio in WAV container.
360360
361361 language: The desired language. Two letter ISO 639-1 code. Defaults to auto language
362- detection.
362+ detection, but specifying the language is recommended for faster generation .
363363
364364 model: The model to use for synthesis. Learn more about models
365365 [here](https://docs.lmnt.com/guides/models).
@@ -617,7 +617,7 @@ async def generate(
617617 - `wav`: 16-bit PCM audio in WAV container.
618618
619619 language: The desired language. Two letter ISO 639-1 code. Defaults to auto language
620- detection.
620+ detection, but specifying the language is recommended for faster generation .
621621
622622 model: The model to use for synthesis. Learn more about models
623623 [here](https://docs.lmnt.com/guides/models).
@@ -742,7 +742,7 @@ async def generate_detailed(
742742 - `wav`: 16-bit PCM audio in WAV container.
743743
744744 language: The desired language. Two letter ISO 639-1 code. Defaults to auto language
745- detection.
745+ detection, but specifying the language is recommended for faster generation .
746746
747747 model: The model to use for synthesis. Learn more about models
748748 [here](https://docs.lmnt.com/guides/models).
0 commit comments