libvisual
libvisual copied to clipboard
Libvisual Audio Visualization
video->fill_color ( LV::Color(0,120,0), video->get_width(), video->get_height() ); video->fill_color ( LV::Color(0,120,0), LV::Rect area(10, 10, 20, 20) ); Both commands result in a entire black screen, while the rectangleless version of the method...
actors are not morphed when switched, should be implemented...
This morph plugin seems not to work with libvisual/cxx. Did something change regarding blitting with VisRectangle constraint functions?
Somehow the waveform is distorted (maybe due to a buffering issue). With input_debug it shows as small "spikes" that break the waveform that should be a perfect sine (attached screenshot...
VisVideo, VisDFT and VisAudio buffers need to be properly aligned in order for SIMD routines to work at maximum efficiency. MMX requires at least 8-byte alignments; SSE/SSE2 and Neon need...
Hi there, 1st of all thanks for this awesome work ! Since we've 'doxed' it in our [HyMPS project](https://forart.it/HyMPS) (under [AUDIO resources](https://github.com/FORARTfe/HyMPS#- ) \ [Visualization/Analysis](https://github.com/FORARTfe/HyMPS/blob/main/Audio/Visualysis.md#-- ) \ [Visualization](https://github.com/FORARTfe/HyMPS/blob/main/Audio/Visualysis.md#visualization-)), can you...