We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'd like to use libvisual to render visualization to a texture buffer, is there an example or can anyone show how we can achieve this ?
The text was updated successfully, but these errors were encountered:
Something like this can work with gstreamer: alsasrc buffer-time=10000 ! audio/x-raw,layout=interleaved,rate=48000,format=S32LE,channels=2 ! queue max-size-time=10000000 leaky=downstream ! audioconvert ! libvisual_jess ! video/x-raw,width=320,height=240,framerate=30/1 ! glupload ! glcolorconvert ! glcolorscale ! video/x-raw(memory:GLMemory),width=640,height=480 ! glfilterapp name=grabtexture ! fakesink sync=false async=false
Sorry, something went wrong.
No branches or pull requests
Hi,
I'd like to use libvisual to render visualization to a texture buffer, is there an example or can anyone show how we can achieve this ?
The text was updated successfully, but these errors were encountered: