Questions tagged [visualizer]
255 questions
0
votes
1 answer
JS music visulalizer
I am trying to make a music visualizer in Javascript in the shape of circle, my problem is that even though I call clearRect, the canvas isnt clearing after a completion of a cycle.
$(document).ready(function() {
var canvas =…

fuka ten
- 3
- 2
0
votes
0 answers
Debugger Visualizer Deployment as VSIX new possibilities in VS 2012 / 2013
I've written an Debugger Visualizer for Html Agility Pack (others will follow):
http://www.crawler-lib.net/visual-studio-debugger-visualizers
I know it wasn't possible to deploy visualizers as VSIX before:
Deploy debug visualizer as a VSIX…

Thomas Maierhofer
- 2,665
- 18
- 33
0
votes
0 answers
Is it possible to send a MediaPlayer object from service to a fragment?
In my android app I want to implement a visualizer graph linked to a Media Player following this idea. I use a service to manage my background streaming with MediaPlayer. The problem comes with the transmission of my MediaPlayer object to my…

Gabriel Muñumel
- 1,876
- 6
- 34
- 57
0
votes
2 answers
Increase height of bars in VisualizerView
I am using this visualizerView in my app. I want to know how can i increase height of bars.
public class BarGraphRenderer extends Renderer
{
private int mDivisions;
private Paint mPaint;
private boolean mTop;
/**
* Renders the FFT data…

Zar E Ahmer
- 33,936
- 20
- 234
- 300
0
votes
2 answers
Issue in swiping views in ViewPager
My View Pager consists of photos,audios and videos.Audio View consists of play button to play the audio.When i click on play button
it disappears and audio start playing.When I stop the audio or when track is completed play button again becomes…

Android Developer
- 9,157
- 18
- 82
- 139
0
votes
5 answers
iTunes Visualization -- What type of code is it written in and what does that code look like?
Being a web developer, I know how event driven user interfaces are written, but do not have insight into other families of code (embedded software like automotive software, automation software on assembly lines, drivers, or the crawling lower-thirds…

Christopher Altman
- 4,868
- 2
- 33
- 49
0
votes
0 answers
Get audio playing speed android
let me describe my situation. I'm developing a music visualizer for android. thank to Visualizer class, i can get the waveform and fft data to visualize as graphic on the screen. Now i want something more, the speed of the effect must base on the…

Mạnh Đê Mê
- 11
- 1
0
votes
0 answers
Wordpress site won't draw some visualizations, gives "'undefined' is not a function (evaluating 'b.I()')" error
I recently completed this website project: http://cunninghamk1.journalismanddesign.com/?page_id=150 It all seemed to work well for about a month, until I went back to it a few days ago. I haven't made any changes to anything on the site, except a…

Kate
- 1
0
votes
1 answer
Two AS3 Questions - Audio Visualizer
Alright, I am trying to build a FFT audio visualizer and have two questions to make it better. Right now I have a bit of working code that does the basics of what I want, but as always, I want more.
Here is the code that I currently have:
var…

G-Schmu
- 27
- 7
0
votes
1 answer
Simplify AS3 Code for Visualizer
Background:
I am currently trying to create a frequency visualizer for music using Flash and AS3 (for a variety of reasons). I am completely new to AS3, somewhat new to Flash, but have a bit of background with javascript, which has helped a lot to…

G-Schmu
- 27
- 7
0
votes
0 answers
Simple Jquery audio visualizator
So I have a music site where you can just listen to songs that I've put in my playlist.And I just wanted to make just a detail more that suits my site.And what I'm after is a audio visualizator.You know those little bars in a music player that jump…

Kirilas
- 53
- 9
0
votes
0 answers
Android dep: How to calculate the frequency of an audio pitch
How to calculate the frequency of an audio pitch,such as International standard pitch = 440Hz . I try to use Visualizer to get the frequency , but I don't understand the means of the method getFft(); it got the byte[] data,and I don't know what…
0
votes
1 answer
Associating a Visualizer with an AudioTrack alters the audio
I'm using the Visualizer class to create visualizations for an AudioTrack. The problem is associating the Visualizer to the AudioTrack modifies the audio output, it sounds "brighter" and louder, almost as if the Visualizer bytes were being added to…

Steve M
- 9,296
- 11
- 49
- 98
0
votes
0 answers
android: Visualization of sound from Spotify
Im using the android.media.audiofx.Visualizer class to visualize music on my android device. Im using the Visualizer constructor with session ID = 0 so the audio output mix is used as datasource but it do not work with Spotify. Google Play Music…

Goran
- 1,002
- 3
- 14
- 29
0
votes
1 answer
Changing colour of CGContextFillRect depending on size
I am using the following code to show an audio visualizer, it basically shows 2 bars one for left input and one for right input, these work fine but i want to know if there is any way to change the colour of the rect so just the peak power will be…

Pulsarman325
- 214
- 3
- 16