IC Python API:Audio Driven

From Reallusion Wiki!
Revision as of 00:13, 26 June 2019 by Chuck (RL) (Talk | contribs) (main.py)

Jump to: navigation, search
Main article: RL Python Samples.

Demo Video

Description

This script lets the user pick an audio file in wave format and apply an interpretation of it in movement to a selection of props.


Course Prerequisites

Make sure to install Numpy and Scipy Python modules by following the instructions here.

You should familiarize yourself with the following fundamental articles before you proceed:

Learn How to

  • Deal with audio files and data.
  • Create complex and responsive user interface elements.

Required Files

  • iClone scene with one or more props.
  • An audio file in wave (*.wav) format.
  • Audio Driven Python script.
  • Audio Driven Extensions Python script.

You can download this plugin from the Reallusion Marketplace. To acquire and view the source code, please visit Reallusion GitHub.

Steps to Take

Code Flow

APIs Used

You can research the following references for the APIs deployed in this code.

main.py

AD_Extensions.py