I want to be able to download the (Text to Speech) audio that is generated when we make window.speechSynthesis.speak() call!
Below mentioned is one of the previous posts which discusses the same issue:-
How to capture generated audio from window.speechSynthesis.speak() call?
But, the answer gives the solution to record the user mic and video camera using navigator.mediaDevices.getUserMedia(). None of the answers show how to download the generated audio.