Audio control tutorial

This section describes how to control audio with the Unity app.

  1. Create a Unity project and import the package

    Refer to Create a Unity project for how to create

  2. Drag and drop MoverioAudio into the hierarchy window

  3. Create a script

  4. Add using

    Open the script created in 3 and describe as using MoverioBasicFunctionUnityPlugin;

    using MoverioBasicFunctionUnityPlugin;
  5. Call a function

    Describe the API you want to use like MoverioAudio.GetVolume

    Refer to the following script for the description method of each function

    label script
    Volume GetVolumeController.cs
    SetVolumeController.cs
    Volume Min VolumeMinController.cs
    Volume Max VolumeMaxController.cs
    Volume Limit Mode VolumeLimitModeController.cs
  6. Attach script to GameObject

Please refer to API Reference for API specifications.