Questions tagged [visualizer]
255 questions
1
vote
0 answers
Android equalizer
I'm not even sure that equalizer is the right name for it. Basically i need to show sound wavering, like in screenshot below:
I was looking throw stack, and googling, overall i found this library:
https://github.com/steelkiwi/AndroidRecording
What…

Nik Myers
- 1,843
- 19
- 28
1
vote
1 answer
How do I use the current sound out as an audio input in Quartz Composer?
If I want to build a spectrum visualizer of what's currently playing on my speakers (not the line in) what do I do?
Moe
1
vote
0 answers
Record sound of smartphone with visualizer in Xamarin
First of all, I've read a lot about this but only how to record Audio from the Media Player of the Smartphone.
What I need is to use the Visualizer class (or maybe there is another way?) to record the audio (especially the ringtone of the phone) and…

Canox
- 557
- 1
- 7
- 20
1
vote
1 answer
Is there a Linq to Entities debug Visualizer working?
I found this but this is not working for me.I added a reference and also tried to also copy it to this directory -\Microsoft Visual Studio 9.0\Common7\Packages\Debugger\Visualizers
Has anyone tried using this or something similiar that helps me see…

Vishal
- 12,133
- 17
- 82
- 128
1
vote
1 answer
How to pass computer audio to a program for visualization purposes?
Using Visual Basic, or C# - I would like to write an audio visualization program to use Fast Fourier transform - once I've got the audio stream, I can complete the program myself without help. However, I cannot find a way to input the entirety of…

Matt Falconer
- 365
- 1
- 3
- 6
1
vote
0 answers
android- visualizer with surfaceview
I followed tutorial from this link-> http://android-er.blogspot.com/2015/02/create-audio-visualizer-for-mediaplayer.html
where graphics is done by extending view class.Now i am trying to do the same with surface view .Here`s the code:
MainActivity:
…

d.duck
- 11
- 2
1
vote
1 answer
How do I get Processing to recieve input from the audio from my computer?
I am having a hard time finding a solution to this on the web. Basically I am trying to create my own audio visualizer for the music I play on my computer, and would like Processing to analyze the audio from iTunes (or audio output from my…

scottc11
- 716
- 2
- 7
- 20
1
vote
0 answers
Visualize sound to show in Bar Graph
I have created sound visualization using felixpalmer library. Now i have to modify his code to look like this.How could i achieve empty spaces between bars. like
I will handle the color scheme but don't know how to add empty spaces in bars and…

Zar E Ahmer
- 33,936
- 20
- 234
- 300
1
vote
1 answer
Bitmap / Canvas: java.lang.IllegalArgumentException: width and height must be > 0
I am trying to add a waveform visual to my already functioning app that will record a sound, and then play it back. The recording/playback code works fine, but when I tried to add the com.pheelicks.app visualizer, and record my own sound, then try…

Azurespot
- 3,066
- 3
- 45
- 73
1
vote
1 answer
How to set AudioSessionId to visualizer?
I recreate mediaplayer each track with release and new. But how recreate visualizer? When i call release and creating new visualizer then i have new thread visualizer because old thread don't finalized automatically. If i don't recreating visualizer…

Master
- 690
- 6
- 18
1
vote
1 answer
PCL visualization error
#ifndef VIEWER_H
#define VIEWER_H
#include
#include "../../Spheres/spheres.h"
#include "../../Odometry/odometry.h"
#include "../io/io.h"
#include
#include
#include
#include
#include…

user3535719
- 53
- 7
1
vote
3 answers
What does the VisualStudio Dataset visualizer exclaimation mark mean?
Some rows in the dataset visualizer have an exclamation mark for each column, other rows have the data as expected. I have been unable to track down a description for the exclamation mark or indeed any symbol within the dataset visualizer.
What does…

Aidan
- 367
- 1
- 4
- 16
1
vote
0 answers
cross-platform iTunes visualizer?
I'd like to make a cross-platform iTunes visualizer (Mac + Windows). I've looked at:
Quartz Composer, which only runs on Mac OS, and appears to consist of dragging boxes around. I'd like to be able to actually program.
VizKit, which seems kind of…

Jason Sundram
- 12,225
- 19
- 71
- 86
1
vote
1 answer
using fft in processing
I was wondering if someone could help me. I am currently working on a project using processing to use FFT for an aesthetics project. What I wanna do is allow the user to import a song, and have the fft act as a visualizer to react and display…

user3565990
- 13
- 4
1
vote
1 answer
I can't see visualizer while recording voice on Android
Update : I unfortunately can't get a solution for my question yet...
I am developing a recorder on android and I want show visualize while recording. I have bellow classes.
When I run project and press start record I cant see any visualizer while…

sarah
- 125
- 3
- 12