gcui-art / suno-api

Use API to call the music generation AI of suno.ai, and easily integrate it into agents like GPTs.
https://suno.gcui.ai
GNU Lesser General Public License v3.0
887 stars 197 forks source link

Download mp3 to filesystem? #62

Closed jochemstoel closed 2 months ago

jochemstoel commented 2 months ago

I am browsing through the code and I am wondering how to go about downloading the mp3 to the filesystem after generation is complete. (wait_audio is enabled) There appears to be no method in SunoApi.ts to do so.