• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 2019: 2020-04-22T15:09:00Z
  • First Published: 2014-07-25T22:48:24Z
  • Size: 128366816
  • Supported Unity Versions: 5.4.0
tools audio

Complete Sound Suite

(3 Votes)
$79.84 $79.84

Eight packets in one. Updated.

-Music Sequencer: Web Demo
-Beat Detection: Web Demo
-Pitch Detection: Web Demo
-Filter and Effects: Web Demo
-Volume and Spectrum Meter: Web demo
-Vintage vuMeter: Web demo
-Microphone Volume
-BPM Detector

Music Sequencer, Music sequencer is a template project for Unity with a full working sequencer which provides all scripts and GUI needed to implement you own game.

Microphone Volume, Detects the input volume of the microphone. You can get volume in decibels or normalized from 0 to max_volume. Works in Web Player and mobile devices. Works on Unity.

BPM Detector, Detects the rhythm in beats per seconds of any audio music.

Beat Detection can detect the beats of any audio source or microphone in realtime by using frequency spectrum analysis (FFT), audio energy or both simultaneously.

Pitch Detection detects human voice pitch in realtime. Get the notes in midi format, standard notation (C, C#, D, E...) or even the frequency in hertz of any human voice. This script will allow you make singstar-like games in a single step.

Filter and Effects, apply seven astonishing sound effects and filters to any audio source. Reverb, three band equalizer, tremolo, delay, high pass, low pass and biquad.

Volume and Spectrum Meter display the volume and frequencies in realtime of any sound in 3D meters. Super easy setup, drop the prefab, attach audio and ready! You can resize, move, rotate even animate each meter.

Vintage vuMeter display the volume of any sound in realtime in a vintage vuMeter. Super easy setup, drop the prefab, attach audio and ready! You can resize, move, rotate even animate each meter.

NEW Music Sequencer
Full project ready to work with complete documentation and well commented code. Use the project to create your own commercial game.
Configurable number of tracks, unlimited number of compass, mix sequences of audio samples with same length, works on Unity and Unity Pro, mobile friendly, you can provide your own samples or reuse the ones in the demo, Sequencer logic completely isolated from user interface, Full user interface easy adaptable to your look and feel, set volume per track, Mute individual track.

NEW Microphone Volume
Detects the input volume of the microphone. You can get volume in decibels or normalized from 0 to max_volume.
Works in Web Player and mobile devices. Works on Unity Free.
1) Attach the script to any object which has an Audio Source. Usually, the main camera.
2) Run you scene and automatically the script will detect the microphone input volume.
The Volume is detected in the Update function of the script and also is populated in the public variable 'lastDetectedVolume'. Use it to trigger any action, display a volume bar or whatever you want.

Beat Detection
Beat Detection Algorithm can detect the beats of any audio source in realtime by using frequency spectrum analysis (FFT), audio energy or both simultaneously.
You can use the script in your games or applications and make your applications react to the music. It is really easy to configure, simply add the script to the object with the audio source and choose the detection mode:
- Energy Mode: This mode will detect the beats analyzing the music volume changes. When a beat is detected a 'energy' code is returned.
-Frequency mode: This mode uses spectrum analysis and can detect three different beats, low (kick), medium (snare) and high (hit hat) beats.
-Both: Using both methods you can get a complete control on the beats of your music.
The code is high-performance and you can use it on mobile devices and even use several scripts simultaneously to control many audio sources.
Full source C# code included.

Pitch Detection
Detects human voice pitch in realtime. Get the notes in midi format, standard notation (C, C#, D, E...) or even the frequency in hertz of any human voice. This script will allow you make singstar-like games in a single step.
Demo scene included for web, mobile and desktop devices. The demo shows how to setup the script and microphone to get the samples and also has code for some more interesting tools:
-Set up the mic sensitivity in decibels
-Use a buffer to get the statistical 'mode' for the note in a period of milliseconds. This is useful because human voice has some kind of natural vibrato and may confuse the detector by a semitone.
There is also a very simple template scene that will help you to start your project from a minimun funtional pitch detector.


Filter and Effects
Reverb, three band equalizer, tremolo, delay, high pass, low pass and biquad.
Seven astonishing sound effects and filters.
All parameters and configurations can be changed in realtime.
Super simple setup, drag and drop the script into any gameobject which contains an audio source.
You can stack as many effects as you want in the same object.
You can apply effects to many objects in the scene and plays simutaneously.
Ultra fast algorithms, works fine in mobile devices.


Volume Meter and Spectrum Meter
Display the volume and frequencies of any sound in 3D meters. Super easy setup, drop the prefab, attach audio and ready! You can resize, move, rotate even animate each meter.
3D Volume Meter and Spectrum Analysis in real time. Two prefabs ready to use in any scene. Simply drop the prefab where you wish and attach an audio source. The Volume Meter will display the volume level of the sound in real time and the Spetrum Analysis will sow the different frequency levels also in real time. Both prefabs are resizable and animable.
You can configure many display options, there are six different leds shapes to choose, two color schemas, you can set the total number of leds in each column, the number of columns in the spectrum analysis and many many options.


Vintage vuMeter
Display the volume of any sound in realtime in a vintage vuMeter. Super easy setup, drop the prefab, attach audio and ready! You can resize, move, rotate even animate each meter.
You can attach the meter to the left channel, right channel of both at ame time. It os possible to get multiple meters at same time, attached to the same audio source or to different one. Even is possible to metter the microphone input.


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!