Trending
Opinion: How will Project 2025 impact game developers?
The Heritage Foundation's manifesto for the possible next administration could do great harm to many, including large portions of the game development community.
I have started a new project which required a stable Audio Sequencer. Unfortunately and surprisingly I could not found any stable solutions online. So I have decided to create on myself.
(This is a repost from my own blog.)
A couple of days ago I have started a new project which required a stable Audio Sequencer. Since I didn’t had any previous experience regarding Audio Sequencer I have started traversing the Internet to find a clue about how to create one. Unfortunately and surprisingly I could not found any stable solutions online. So I have decided to create one myself.
Unity Audio Sequencer works directly in audio buffer to be able able count the ticks and play the audio precisely. My tests showed that it was able to perform without any problems up to 250-300 bpm with multiple audio files played simultaneously.
I have seen a lot of forum posts and questions about audio sequencers around without any stable solutions, therefore I have decided to make Unity Audio Sequencer open source and free!
Read more about:
BlogsYou May Also Like