This modifies the speech API to allow getting the bytes directly to play.
This will allow platforms like web which cannot write files to play the audio, and will allow other platforms to play the audio without adding file system permissions to write the temporary files.
This modifies the speech API to allow getting the bytes directly to play.
This will allow platforms like web which cannot write files to play the audio, and will allow other platforms to play the audio without adding file system permissions to write the temporary files.
tests as working with code: