How to upload Chirp audio file into Google Cloud and make media URN using Nodejs?

81 Views Asked by At

I need to make text encryption via chirp. After that encryption audio file should upload into Google Cloud and make media URL using Nodejs

1

There are 1 best solutions below

0
joextodd On

Rather than uploading the Chirp audio data to Google Cloud, you can generate audio on the fly using the Audio API - https://developers.chirp.io/docs/getting-started/audio-api.

So you would need to encrypt your data using something like AES, and convert this to a hexadecimal string to be consumed by the Audio API.