Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Audio How to play audio in unity in real-time from Jupyter notebook?

Discussion in 'Audio & Video' started by Vishav3, Jun 17, 2021.

  1. Vishav3

    Vishav3

    Joined:
    May 14, 2021
    Posts:
    8
    Hi all,

    I am designing an automated dialogue system (between human and Avatar) in which my code (on google collab notebook generate speech in response to human dialogues). I want that audio/speech to play in unity in real time (as if Avatar is responding back to human). What can be the possible options to implement this? How I can send real-time time speech from Jupyter notebook to Unity?

    Thanks