- Home /
Making dubstep out of regular music
I have never messed with sound in unity, nor do I know anything really about dubstep, but I want to make a game, where regular music is playing and a player can alter it using a controller. Is there a way in unity to mess with given mp3s, particularly in a way to make it sound like standard dubstep?
Answer by Graham-Dunnett · Jun 11, 2013 at 08:23 PM
You can get the audio data using:
http://docs.unity3d.com/Documentation/ScriptReference/AudioListener.GetOutputData.html
Your answer
Follow this Question
Related Questions
How can I do music selection for Windows and Mac? 0 Answers
What are the parameters to the AudioClip.create() function 0 Answers
How do I setup music for optimal playback on iOS? 0 Answers
Is there any way to use mp3 files in android mobiles without using www class? 1 Answer
Save Audio Clips List to the disk? 0 Answers