I can't get winamp visualizations to work in plainamp.
They work when plainamp is stopped, but then freeze their window when plainamp is playing. Of course, when plainamp is stopped, the visualization is boring.
I'm using the MAD mp3 input decoder, and the winamp's DS outputer.
Tom.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the problem is in contrast to nullsoft's in_mp3 some other input plugins like the MAD plugin don't send fft data.
input plugins can choose between doing fft on their own or let winamp do this: fft is not implemented in plainamp yet. i plan to implement this using kiss fft soon.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't get winamp visualizations to work in plainamp.
They work when plainamp is stopped, but then freeze their window when plainamp is playing. Of course, when plainamp is stopped, the visualization is boring.
I'm using the MAD mp3 input decoder, and the winamp's DS outputer.
Tom.
the problem is in contrast to nullsoft's in_mp3 some other input plugins like the MAD plugin don't send fft data.
input plugins can choose between doing fft on their own or let winamp do this: fft is not implemented in plainamp yet. i plan to implement this using kiss fft soon.
Latest release (0.1.5) now includes waveform/spectrum basic support for PCM-only input plugins like MAD.