Text-to-Speech ElevenLabs Plugin for TouchDesigner + Whisper, ChatGPT, and MediaPipe Integration

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 7

  • @yuxinnan7920
    @yuxinnan7920 3 дні тому

    Awesome!!!! Thank you so much, so clear and so helpful!

  • @phule5966
    @phule5966 6 місяців тому

    extremely underrated channel. Thank you!!!

  • @dvdgoldberg
    @dvdgoldberg 6 місяців тому

    yea ! you made it :) great work

  • @RetropunkAI
    @RetropunkAI 6 місяців тому

    omg this so so good LOL! Great use case... I assume the sour cream is under the hat?

  • @陈颖文-y9s
    @陈颖文-y9s 6 місяців тому

    Hi, I'm trying to change some parameters in your text-to-speech plugin to suit my project, but it won't work after I unlock script2, I wonder what's the point of locking script2?

    • @blankensmithing
      @blankensmithing  6 місяців тому

      Locking the script2 CHOP allows you to programmatically write data into the ScriptCHOP. The audio data gets streamed in as chunks of data and I wanted to have the lowest latency so that you can start playing the audio the second it starts streaming instead of waiting until the whole thing finishes downloading.

    • @陈颖文-y9s
      @陈颖文-y9s 6 місяців тому

      ​@@blankensmithing Oooh, thank you very much for your answer, I kind of understand that you wrote a script that reads elevenlabs and streams back the audio and put it in scriptchop, and when scriptchop locks, the script freezes in TD,Like bg1TOP locked?