npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fi.uniarts.soundactor

v1.1.2

Published

Tools to control FMOD or other OSC enabled sound sources from humanoid rig

Downloads

5

Readme

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. License

About SoundActor

This package adds Audio Control Point Controller -component which lets you to control how sounds are manipulated and played out from FMOD project or from any OSC controlled audio software/platform.

When used with humanoid rigged character you can use any bone in the rig to control selected attribute in FMOD to alter the sound or send the point's control data as OSC command to be used in a desired way. The control data is either absolute position on selected axis, velocity or distance between selected bone to another bone or to outside game object.

When used on regular game object all the same applies with the obvious difference that humanoid bones are not available.


Installing Sound Actor

Step 1

Add needed registries and scopes into your project's package manifest (Packages/manifest.json). For Unity > 2021.x.x this is easily done through project settings.

Use these for the entries:

Uniarts: Name: uniarts URL: https://registry.npmjs.com Scope: fi.uniarts

Keijiro: Name: keijiro URL: https://registry.npmjs.com Scope: jp.keijiro

After adding the above, from Unity's package manager install 'Humanoid Rig Sound Control'.

Step 2

You also need to install and setup the FMOD Unity integration, which you can get from www.fmod.com (requires free account) or from Asset Store.


Using SoundActor

Detailed docs and example video for the usage should be coming. In the meanwhile the basic gist is following;

  1. Add Audio Control Point Controller component to game object. Component tries to look if that game object has humanoid rig (simple lookup via animator) or is it regular game object.
  2. Setup the fmod event name in Connection and output settings
  3. Start adding control points and use the parameter names you have in fmod (fmod control parameter).
  4. Hit play and you should be able to control parameters in fmod side.

Requirements

Currently SoundActor requires the following

If you intend send out data as OSC messages you also need

  • Some OSC capable sound source