A downloadable MuseSync for Windows

Overall information

This is MuseSync project! It includes scripts for real-time audio visualization for the Unity game engine as well as software that allows you to visualize any audio file you want!

Also there is a huge description of whole project on Google docs.

MuseSync App

About MuseSync app:

MuseSync app is a software that visualizes any audio mp3 file. For now it has 8 different audio visualizers, but i plan on adding more later. There is a video showing up some of them:

Also thanks to yasirkula and their file browser asset i could use in this app

MuseSync Scripts(MSS)

About MuseSync Scripts:

MuseSync Scripts is a bunch of different scripts that will allow you to easily create your own visualizers or synchronize some parts of your game with music or sounds.

Quick tutorial:

Here is a simple video tutorial:


Or here is a quick tutorial in text form:

  1. Create an empty object and add an MSS_SpectrumManager component to it.
  2. If you want scripts to listen for all sounds check Use Listener box in spectrum manager component. If you want it to listen for specific sound simply drag and drop needed audio source object to the Audio Source box.
  3. Then you can add any MSS components to your objects and tune them however you want! 

You  can learn more about each MSS component below.

All the scripts:

MuseSync Scripts for now has 7 components not counting MSS_Spectrum Manager and 2 Components for universal render pipeline. For URP components to work you must install  Unity’s universal render pipeline. There are all the components and their description:

  • MSS_Spectrum Manager - Main component.
  • MSS_Alpha - Changes transparency of 2d sprite.
  • MSS_Animator Speed - Changes the speed of all animations of the object.
  • MSS_Line - Creates audio visualizing line.
  • MSS_Position Change - Changes object position.
  • MSS_Rotation Change - Changes object rotation.
  • MSS_Scale Change - Changes object scale.
  • MSS_Shake - Shakes the object.
  • MSS_2D Light Intensity - URP Component that changes light intensity of Light 2D
  • MSS_Post Process Weight - URP Component that changes weight of post processing preset.

But as i already mentioned you should check out the whole description, as there is a lot more useful information about every script.

StatusReleased
CategoryTool
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(3 total ratings)
AuthorLimofeus
TagsAudio, Music, Real-Time, scripts, Unity, Visualization

Download

Download
MuseSync App 38 MB
Download
MuseSync Scripts 5 kB
Download
MuseSync Scripts URP 1 kB

Comments

Log in with itch.io to leave a comment.

Hi,
your scripts are really cool,
is it possible to use them for a commercial game?

(+1)

Yes! You can use or modify them however you want.

(+1)

Thank you so much!!