Git Product home page Git Product logo

Comments (6)

hartwork avatar hartwork commented on September 22, 2024

I would like to add some inspiration from projects on GitHub with pictures that do spectrum analysis with C/C++ code:

bradleybauer/music_visualizer

example5.png
example0.PNG

aiXander/Realtime_PyAudio_FFT

20bfbb00-9506-11ea-9e50-e197d8710500

kojigardiner/audiobox

tvotr_sym1.GIF

JanKleprlik/AudioVisualiser

radio.PNG

GhostNaN/recidia-audio-visualizer

preview.apng

hannesha/GLMViz

minimal.gif

seven-phases/spectrum-analyzer

seven-phases

UtoECat/jack_utils

spectrum.png
(while the line rendering could be improved)

jarcode-foss/glava

glava demo
(though neither the colors nor the symmetry seem to be a good idea)

from libvisual.

hartwork avatar hartwork commented on September 22, 2024

One more, this is from https://github.com/pckbls/pulseviz , shots are self-made. The licensing would need to be clarified though.

Screenshot_20230205_210543_bars
Screenshot_20230205_210520_spectrum
Screenshot_20230205_210444_time
Screenshot_20230205_210350_spectrogram

from libvisual.

kaixiong avatar kaixiong commented on September 22, 2024

@hartwork, thanks for the ideas. I'm working on the code to rasterise lines and circles. I have done both before. Currently doing research on how to add anti-aliasing to them. Let's see what I can come up with once I have these two graphics primitives to work with.

from libvisual.

hartwork avatar hartwork commented on September 22, 2024

@kaixiong sounds good, looking forward to see your own spectrum analyzer in action!

I think long-term I'd want us to also port some of the existing ones seen above to (and into) Libvisual as well if licensing can be clarified, I'm thinking of (parts of) both https://github.com/JanKleprlik/AudioVisualiser and https://github.com/pckbls/pulseviz in particular. I hope we can have multiple spectra in libvisual-plugins, a spectrum family 😄

If your work on anti-aliasing has any likely cross-over to GL vidoptions (get_video_attribute_options), please let me know, so we don't duplicate work about it in the future by accident.

from libvisual.

kaixiong avatar kaixiong commented on September 22, 2024

@kaixiong sounds good, looking forward to see your own spectrum analyzer in action!

I think long-term I'd want us to also port some of the existing ones seen above to (and into) Libvisual as well if licensing can be clarified, I'm thinking of (parts of) both https://github.com/JanKleprlik/AudioVisualiser and https://github.com/pckbls/pulseviz in particular. I hope we can have multiple spectra in libvisual-plugins, a spectrum family smile

@hartwork Sounds good to me!

If your work on anti-aliasing has any likely cross-over to GL vidoptions (get_video_attribute_options), please let me know, so we don't duplicate work about it in the future by accident.

The rasterisation and anti-aliasing is done entirely in software so there's no overlap with OpenGL. I miss doing software rasterisation and it's a bit of a fun distraction for me.

from libvisual.

hartwork avatar hartwork commented on September 22, 2024

@kaixiong 😃 Thanks for the clarification! 👍

from libvisual.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.