libvisual icon indicating copy to clipboard operation
libvisual copied to clipboard

Libvisual Audio Visualization

Results 53 libvisual issues
Sort by recently updated
recently updated
newest added

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...

bug
critical

actors are not morphed when switched, should be implemented...

enhancement

This morph plugin seems not to work with libvisual/cxx. Did something change regarding blitting with VisRectangle constraint functions?

bug
critical

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...

bug

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...

enhancement

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...