diff --git a/docs/docs/audio/speech.md b/docs/docs/audio/speech.md index 47b5f4ae1..5046f0ae6 100644 --- a/docs/docs/audio/speech.md +++ b/docs/docs/audio/speech.md @@ -24,7 +24,7 @@ Marvin can generate speech from text. !!! success "Result" ```python - audio.stream_to_file("fancy_computer.mp3") + audio.save("fancy_computer.mp3") ```