Google Text to Speech

Hello,

I am trying to do a http request to google text to speech but the output appears to be base64 encoded.

How can I get this into an actual binary MP3 file, When I choose a response format and select file, it just gives me a text file.

Would really appreciate any help with this.

image

I am running n8n self hosted via docker compose

Hi @Bailly_1, if you have a JSON field containing a base64-encoded file (like audioContent from your screenshot) you could convert it into a binary using the Move Binary Data node like so (the first two nodes in this example flow just prepare dummy data to work with):

Make sure to enable the Data Is Base64 option, specify the correct MIME type (audio/mpeg for MP3) and a valid filename and you should get a proper audio file:

Hope this helps!

1 Like

Hey @MutedJam, Thank you worked perfectly.

I was at my wits end trying everything :sweat_smile:

1 Like

Glad to hear this works, thanks for confirming :slight_smile:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.