Questions tagged [visualizer]
255 questions
2
votes
2 answers
Even simplest rules for [Visualization] in autoexp.dat won't work
I am trying to visualize my matrix class in a more readable way than array of arrays using text visualizer. However even simplest rules won't work. Here is my rule for autoexp.dat:
; Custom visualizers for RTSG data types.
RTSG::Matrix44 {
…

Sergiy Belozorov
- 5,856
- 7
- 40
- 73
2
votes
1 answer
Creating Custom Visualizer
I am Trying to make a Audio visualizer for a project that will render audio like typical audio debugger
Except rendered as a circle (Some of you may be thinking THATS NOT HOW IT WORKS, but i will explain)
Sorta like this…

BananaPoop
- 123
- 1
- 1
- 8
2
votes
2 answers
Audio visualisation while recording
I would like to show a bar graph visualisation while recording audio. How can I do this?

Dinash
- 3,027
- 4
- 32
- 45
2
votes
0 answers
Adaptive Card How to use Conditional Statements. If/Else or When
I am using designer Adaptive Card.
I Need to display Specific Data With Each Choice Option in ChoiceSet Action.
Eg- If User Select "PhoneCall" from ChoiceSet-->
It should display other details for user to enter country code & Phone Number and…

Saransh
- 71
- 3
2
votes
2 answers
How do I see a detailed order (execution) for a Prolog query?
Let's say I have this Prolog program:
loves(vincent, mia).
loves(marcellus, mia).
jealous(A, B) :- loves(A, C), loves(B, C).
With query jealous(A,B). I'm very new to Prolog and I'd like to know how is it possible to see the exact order the program…

eyesima
- 215
- 4
- 15
2
votes
0 answers
a way to link xstate visualizer to react app
I have a react app that uses xstate and there are lots of variables and services and everytime I would like to display it to the visualizer, I have to remove those variables. Is there a way to link xstate visualizer to my app? like when my app runs…

Jay-R Joseph Gabunada
- 456
- 4
- 14
2
votes
1 answer
how to implement audio visualizer to exoplayer
I am working on a radio app . I used exoplayer as player on my project and I want to add audio visualizer on my playeractivity . but I couldn't find any tutorial or sample for it . I just made a customeRenderfactory and add it to my player . But I…

shayegan
- 71
- 7
2
votes
1 answer
Getting variable frequency ranges with androids visualizer class
I want to get values for certain ranges of frequencies of the sound that is played by the smartphone so I can forward them via Bluetooth to a device that visualizes these ranges. Those ranges…

Riku55
- 43
- 5
2
votes
1 answer
Can't initialise Visualizer on Android using Kotlin
I am currently having trouble while trying to display a "blast" view from the media playing, using this library: https://github.com/gauravk95/audio-visualizer-android
I am working in an activity coded using Kotlin
I did as advised in the readme, but…

tipsybadger
- 31
- 5
2
votes
0 answers
Xamarin Forms draw waveforms while recording audio
While recording audio with Xamarin Forms, draw a waveform, like MusicBar
Recording and playback can be done with Plugin.AudioRecorder. I don't know how to draw the waveform.
Thanks for helping!

Paul Zhang
- 31
- 3
2
votes
0 answers
How to solve Android 9 audio issues?
There seems to be audio issues with Android 9. I tested all the 10 top rated music visualizers. 40% of them have audio issues on Android 9, which makes the audio playing or the visualization not work anymore. I tested the same apps on a device with…

Eyvind Almqvist
- 55
- 1
- 7
2
votes
1 answer
Android Visualizer won't pick up audio from Spotify streaming music
I'm making an Android audio visualizer app for streaming Spotify music. I'm using Spotify's android-streaming-sdk which creates a local service (no need to have the Spotify app installed) and it plays music from within the app. I'm having a…

Induction
- 169
- 1
- 7
2
votes
1 answer
Importing FFI(third party library) into a Kony Visualizer (V8 SP1) Project
I am trying to add a third party jar into a kony visualizer project but i am not able to find the "Integrate third party libraries option" like it was present in Kony Studio.
After dwelling on the internet, I found this thread. It says that…

Mohd Naved
- 448
- 6
- 20
2
votes
2 answers
How to create a JavaScript Audio Visualizer?
I've been searching around looking for some solutions but haven't really found much. I'd like something really simple along the lines of the image below. Has anyone ever used one in a project? Any advice or any API's I could use? Thanks.

Ryan Mcguinn
- 595
- 2
- 10
- 17
2
votes
0 answers
How can I create audio visualizer for Qt WebEngineView?
There are some Qt audio visualizer example. But these are written for multimedia classes. How can I get audio of web view video (youtube, dailymotion etc..). And how can I 2d graphically visualize it at the same time? (If possible in qml)

ismail
- 29
- 3