Hello, question about working with muttiple .mp3 files.
I’m trying to do some simple music visualization with canned audio from .mp3 files. I found this cool repository here: cambridge-mt.com/ms-mtk.htm
These files are each ‘track’ broken out to different files, so vocals in one .mp3, guitar in another .mp3 etc.
My question pertains to how to play the audio all together.
I’m reading them in w/ basic ‘audio file in’ , then playing them with ‘audio device out’ but since there are a few, playing multiple ‘audio device out’ nodes at once seems to choke TD. It can’t do it.
Piping all the audio streams into a single ‘audio device out’ node doesn’t seem to work either.
Is there some preferred way to ‘mix down’ all the .mp3 so they will play well?
thanks in advance!
jsunandmax