/voicepod

Resemble’s AI voice generator

Primary LanguagePythonMIT LicenseMIT

Resemble’s AI voice generator

Resemble’s AI voice generator lets you create realistic human–like voiceovers in seconds.


⚙️ Usage:

if __name__ == "__main__":
    pod = VoicePod('This is a Sample Text')
    print(pod.Generate()) # Returns uuid-output.mp3 path

📚 Functions:

VoicePod.Generate

  • Requests to origin using query.

VoicePod.GetCaptcha2Token

  • Get hidden captcha2 token using captcha URL.

VoicePod.BytestoMp3(content)

  • Convert bytes to mp3 using wave (22050 frame rate) .

🎵 Sample Audio:

sample-output.mp4