Is there a way to play and get the FFT of an mp3 file at the same time?
Shouldnt this patch work?
(I dont want to use audioin)
Thanks,
D
mp3.v4p (26.9 kB)
Is there a way to play and get the FFT of an mp3 file at the same time?
Shouldnt this patch work?
(I dont want to use audioin)
Thanks,
D
mp3.v4p (26.9 kB)
Why don’t you want to use AudioIn (Dshow9) ?
you can use 2 instances of filestream, one for audio out, another one for fft
I dont want to use audioIn, as i wont be using my PC (and audioIn doesnt work usually without sound card drivers set up – something I wont be there to do)
Hrovac, that is what I am trying to do, and it behaves very unpredictably. Once it works, once it doesn’t.
Can anyone confirm that the patch I posted works?
yes this works, i changed something, please have alook into the patch.
mp3.v4p (30.4 kB)
Thanks!
This works but only if loop is 0.
Isn’t there a way to have the sound looping?
what’s up with FileStream (Bass)?
for looping you can “do seek” every time a track is at the end (via frame delay loop)