Questions tagged [visualizer]

255 questions
0
votes
1 answer

Why can I not see the VS 2005 dataset visualizer anymore?

I cannot see the magnifying glass next to my Dataset anymore. Is there a way to re-enable it?
Murtaza Mandvi
  • 10,708
  • 23
  • 74
  • 109
0
votes
1 answer

Crossoword Visualizer Breadth first search with direction

I'm currently working on a little project of mine, a crossword Solver. Given an Input of 64 characters, an algorithm displays them on a 8x8 board and then goes on to look if any of the word match. So far I've written an algorithm that for each…
0
votes
0 answers

How to "properly" use Swing Timer in visualizing sorting algorithm

I am currently working on Sorting Visualizer using Swing Components. First, here is the code to one of my chosen sorting algorithms: package sortingAlgorithms; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import…
0
votes
1 answer

CORS 400 header missing (among other issues)

This is my first project using javascript (basically forked code from here: https://www.kkhaydarov.com/audio-visualizer/) I'm trying to build a visualizer that responds to the audio I am hosting. Problems: - Getting thrown a CORS 400 error (i'm…
0
votes
0 answers

CMD/Python Syntax Error when attempting to read .py file and create .mp4 output

I am trying to follow the instructions listed in the below link: https://github.com/msieg/deep-music-visualizer In short form and from my understanding, it is merging a .py file and .mp3 and creating an .mp4 output file so that there is a music…
0
votes
0 answers

Wordpress Visualizer Plugin: Number Format for Data Series in Column Chart only applied in Chart Preview

When using Google Charts engine and producing a column chart, the Chart Settings -> Series Settings -> Number Format formatter in the chart editor is applied in the Chart Preview area in the wp admin panel but is not applied in the final rendered…
John Cast
  • 1,771
  • 3
  • 18
  • 40
0
votes
1 answer

Visual Studio tooltip visualized activation difficult to click

I'm having difficulty positioning the mouse cursor just right over an object name that can be visualized. Is there an alternate or easier way to invoke a visualized other than precise mousing?
Caveatrob
  • 12,667
  • 32
  • 107
  • 187
0
votes
1 answer

Why is it called C# Syntax Graph (but not C# Syntax Tree) in the Syntax Visualizer tool?

Here is an image of the Roslyn Syntax Visualizer tool (part of Visual Studio): As I can see we can use the View Directed Syntax Graph command to display this syntax tree window: My question is: Why this window is called Syntax Graph but not Syntax…
Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123
0
votes
0 answers

How to make a visualizer of surfaces with AUGMENTED REALITY in Unity?

I'm new here. Currently, I'm doing in a work about augmented reality to visualize quadratic surfaces of math functions. The idea is that the student (user) first visualizes the xyz plane with a surface generated by default (for example an elliptic…
0
votes
1 answer

android visualizer getWaveForm (byte[] waveform) always returns -128

I am trying to capture small part of music playing in my android device (radio, youtube...). I try to use the visualizer getWaveForm (byte[] waveform) method: import android.media.MediaPlayer; import android.media.audiofx.Visualizer; import…
idan
  • 19
  • 1
0
votes
0 answers

Android Visualizer loses headphones

My Android apps are audio players with built in music visualizations. They can use Android Visualizer class to get sound data. But unfortunately it does not contain any music if headhones are connected. It takes sound only from microhone but not…
Gourmand
  • 31
  • 5
0
votes
0 answers

get waveform data with Visualizer class in android

I need waveform data like a matrix or array How can i receive waveform data with visualizer class when a music is playing in android ?
0
votes
2 answers

An Algorithm for producing fake audio visualizer

Does anybody knows an algorithm for making a random series of numbers (like 100 java-byte (>=-127 & <= 127) ) which when are drawn as a bar chart, would be similar to a regular audio spectrum, like those SoundCloud ones? I'm trying to write one, it…
Ashkan Sarlak
  • 7,124
  • 6
  • 39
  • 51
0
votes
1 answer

Using standard Debugger Visualizer provided with emguCV

I never used custom visualizer and I am wondering what do I do wrong. According to Microsoft help I just need to copy .dll to two directories. I did this and I got below exception. C# + EmguCV3.3.0 + visual studio 2017. I added it also as a…
Pin Doll
  • 1
  • 5
0
votes
1 answer

Android Visualizer Permission Failure

I'm working on a simple visualizer application that listens to audio output, produces an FFT(handled by visualizer API), does a little math, and wirelessly sends the info out for display. I'm having trouble getting the Visualizer API running on…
rsaxvc
  • 1,675
  • 13
  • 20