Difference between revisions of "IC Python API:Audio Driven"

From Reallusion Wiki!
Jump to: navigation, search
(Created page with "{{TOC}} {{Parent|IC_Python_API:RL_Python_Samples|RL Python Samples}}")
 
m
Line 1: Line 1:
 
{{TOC}}
 
{{TOC}}
 
{{Parent|IC_Python_API:RL_Python_Samples|RL Python Samples}}
 
{{Parent|IC_Python_API:RL_Python_Samples|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 [[IC_Python_API:Python_Extension_Libraries | here]].
 +
 +
You should familiarize yourself with the following fundamental articles before you proceed:
 +
*[[ iC_Python_API:Progress_Bar | Progress Bar ]]
 +
*[[ iC_Python_API:Animated_Material | Animated Material ]]
 +
*[[ iC_Python_API:Audio_Visualizer | Audio Visualizer ]]
 +
*[[ iC_Python_API:File_Path | File Path ]]
 +
*[[ iC_Python_API:Color_Picker | Color Picker ]]
 +
 +
== 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 [https://marketplace.reallusion.com/smooth-camera-follow Reallusion Marketplace]. 
 +
To acquire and view the source code, please visit [https://github.com/reallusion/iClone/tree/master/SmoothCameraFollow Reallusion GitHub].
 +
 +
== Steps to Take ==
 +
 +
 +
== Code Flow ==
 +
 +
 +
== Modules Used ==

Revision as of 00:02, 26 June 2019

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

Modules Used