Waveform means the shape and form of a signal such as a wave moving in a physical medium or an abstract representation

learn more… | top users | synonyms

0
votes
0answers
15 views

Sound comparison and finding position in audio files?

I heard about fingerprints and trying to use that but it is working for me incorrect. My task now: create sound comparison application for finding in long mp3 file (over 90 seconds audio) fragment (a ...
-4
votes
0answers
22 views

Audio Visualization from Existing Files [closed]

I'm working on a project that tries to visualize the waveform of an existing file and displays it on the screen. I found this code ...
0
votes
1answer
44 views

Why does a custom child view of a UIScrollView get redrawn entirely and not only partially and how to change this?

I have a UIScrollView and its child, a custom view, which has way more width than the UIScrollView. At certain times, I enlarge the custom view (width only) and I want to redraw only the part by which ...
0
votes
0answers
71 views

Drawing Waveform of an mp3 on Client-Side (jQuery)

I'm working on a project with some interesting limitations - the client opens up my .html file, and needs to play some local mp3 files (the files can't leave the local desktop for security reasons, ...
0
votes
1answer
41 views

Displaying waveform in delphi7 or component to do it?

Recently i'm working my project to make an audio watermarking, so far so good then i came to an idea to show a waveform in my program created with delphi 7.I have an array contain sample data of the ...
0
votes
1answer
44 views

Creating a waveform representation with standard library python

I'm creating a waveform representation of a wav file and was curious what the best possible methods to go about this efficiently in python using the standard library. Some audio files could be minutes ...
-2
votes
2answers
70 views

How to draw a waveform of a .wav file

I have a very specific question. I'd like to know precisely how to draw a waveform for a .wav file. Even more specifically I need help on getting the waveform x and y co-ordinates from the wav file, ...
0
votes
0answers
171 views

Soundcloud Custom Player with Waveform.js and scrubber functionality

I'm working on a custom Soundcloud player for my website using waveform.js to generate waveforms. It works great but it lacks the scrubber functionality. How can I add that? I'm not a JS wizard, ...
0
votes
1answer
34 views

Generate an Audio waveform in Groovy

Is there a way to generate an audio waveform using Groovy? or are there any third party libraries that allows you to generate audio waveforms using groovy.
3
votes
1answer
113 views

Frequency-split waveforms

I would like to generate waveforms which show the low, mid and high frequencies together: ala traktor for ipad http://www.dawsons.co.uk/blog/wp-content/uploads/2013/02/TRAKTOR_DJ_main-2_L.jpg I have ...
0
votes
0answers
93 views

Waveform generation from an audio file or live audio recording in iOS

I want to generate the waveform from an audio file or from live audio recording in my app, i have seen this tutorial but its built for cocoa platform not for cocoa touch and i have also google many ...
0
votes
1answer
42 views

Audacity - how to set the Nyquist Prompt control rate to match the audio rate?

I wish to use the Nyquist Prompt plugin in Audacity to construct a piece-wise linear waveform of 2048 samples in length. For example, I can generate a square pulse wave by starting with 2048 silent ...
1
vote
0answers
46 views

generate waves from .caf using ios sdk

Actually I am trying to generate waves from .caf file. Is it possible? If yes, then can anyone tell me how can I generate the waves? I searched for it but I get demo which generates the waves from ...
0
votes
0answers
70 views

Waveform for 24/32 bit WAV files

I'm working with WAV files in Java and I created a waveform, but it's only able to show the waveform from a 16 bit file. I create one loop for the samples frames and other for the channels, allowing ...
1
vote
1answer
151 views

Android libraray for generatring Waveforms from audio file

I'm currently developing an android app and need to be able to render a Waveform of an audio file. I already read about the Visualizer class, but I think that class is designed to do realtime ...
0
votes
1answer
65 views

Why does my waveform not have the right frequency intervals in labview?

In the LabView GUI I set the frequency to 300Hz = 1/300 seconds = 3.333 milliseconds and the pulse width to 2 milliseconds. This computes to a duty cycle of 60%. Why are intervals between the ...
0
votes
1answer
55 views

Why are the pulse width and frequency of pulse not correct in my labview waveform?

In the following image you see I set the pulse frequency to 50 Hz and pulse width to 2ms. The duty cycle computes to 10%, which is fed into a signal simulator. When I execute the labview program ...
0
votes
1answer
60 views

Why does my waveform graph display pulses of width 3ms when I specify them to be 2ms in Labview?

I am trying to generate pulse waves with a width of 2 milliseconds and frequency of approximately 100Hz as shown below: According to this website: http://www.ni.com/white-paper/2991/en#toc1 under ...
0
votes
2answers
242 views

How do you modify a waveform graph in labview to display the time axis in milliseconds instead of seconds?

In the following LabView diagram: The waveform I get looks triangular, but I am expecting it to look more like square pulse waves. How can I change the time axis to display in milliseconds ...
0
votes
1answer
170 views

How do you generate a square wave using two inputs in labview?

How do I generate a square wave that takes the frequency(in Hz) and pulse width (in milliseconds) as input in Lab View? I have looked through this: ...
0
votes
2answers
106 views

Waveform Analysis in C#

I am working on a research project that involves waveform analysis of bird calls. Essentially what needs to happen is we will identify 'baseline' bird call audio files that represent specific types ...
1
vote
1answer
96 views

access waveform.png inside .css sheet to use webkit-mask?

based on the custom-player-examples im building my own player. i used the minimal-player template. after i set up the player like i want it to be, i started to customize the design (color.css, ...
7
votes
3answers
185 views

Extract Treble and Bass from audio in iOS

I'm looking for a way to get the treble and bass data from a song for some incrementation of time (say 0.1 seconds) and in the range of 0.0 to 1.0. I've googled around but haven't been able to find ...
0
votes
1answer
144 views

Comparing wave forms in Android App Development

My project is an ECG heart-rate monitor using Bluetooth to communicate between Arduino and an Android App I'm developing. The App is mostly finished, and I can get clear signals reading in on a ...
0
votes
1answer
235 views

NAudio display both channels in WaveViewer

I am using NAudio's WaveViewer UI control where I display the waveform using this.customWaveViewer1.WaveStream = new NAudio.Wave.WaveFileReader(filename); I am wondering how can I display each ...
0
votes
0answers
57 views

how to increase volume of sound sample

i would like to know if there is a way to manipulate the decibels in a sound sample (PCM), i have two 16bit channels (stereo) and need different volumes in each of them so i can't use the volume ...
0
votes
0answers
110 views

Trying to extract carrier wave signal from an fm signal using FMDEMOD in Matlab

I have an fm signal, I am trying to extract the carrier wave signal from it. I have tried, but the below code does not work. The modulating signal is sinusoidal in nature. sin(20sin(t) gives an ...
1
vote
2answers
76 views

How to play a row of numbers on an iPhone as audio?

I'm looking at an output of an electroencephalogram sensor. This data is displayed on screen in raw form at about 200Hz. I read that in the old times, it was possible to hook up such output to a ...
-1
votes
1answer
248 views

Looking for good NAudio .net tutorials

As the title suggests, i cant seem to find much on NAudio and .NEt I have tried taking the c# tutorials and converting them to .NET but im not having much luck. If anyone has any good tutorials on ...
2
votes
3answers
272 views

How do I convert a string of hexadecimal values to a list of integers?

I have a long string of hexadecimal values that all looks similar to this: '\x00\x00\x00\x01\x00\x00\x00\xff\xff\x00\x00' The actual string is 1024 frames of a waveform. I want to convert these ...
0
votes
0answers
72 views

How to plot an energy profile of wavelet coefficients in R?

I've been asked to try and plot an energy profile of the results obtained using wd and/or dwt in R-Studio. I've been told a simple plot of the sum of squares between energy levels will be okay, but ...
0
votes
1answer
148 views

Soundcloud soundwave

I am trying to generate soundwave which would look like the one that soundcloud have. But i can't figure out how do they make their soundwaves so clear, for example this is an example of soundcloud ...
0
votes
1answer
154 views

Convert wave files to hex files for programming flash memory chip

I need to convert some PCM wave files to HEX files so I can program my memory chip. What is the proper way of doing it? I couldn't find a utility that simply does the conversion. I know some ...
0
votes
0answers
55 views

GDI+ Drawing min-max waveforms

I need to draw waveforms using the min-max method. This means that for every point in time (X) you must draw a vertical line between the min (Y1) and max (Y2) value. This would be simple to implement, ...
0
votes
1answer
86 views

Live waveform plot

Im trying to think of a good design to plot a real-time waveform in .Net. Every x millseconds a sample gets added, and when the waveform is at the end of the page, it resets to the beginning and ...
2
votes
1answer
296 views

Draw waveform from MP3 stream in C# on WinRT

I'm working on a Windows RT App that uses MediaCapture.StartRecordToStreamAsync() to capture the audio stream in MP3 format (16 bit, 44.1 KHz, 128Kbps). I was wondering if anyone knows how to ...
0
votes
0answers
99 views

php waveform values. what does them mean? [closed]

I am using the following code to get some values from audio ( wav ) file : const detail = 50; $file = "example.wav"; function findValues($byte1, $byte2) { $byte1 = ...
1
vote
1answer
189 views

Java playing wrong sound frequency

I am writing a java sound application that transitions linearly from one frequency to another. When I input a constant frequency (aka the first and last frequency are the same), the correct frequency ...
1
vote
1answer
262 views

Soundmanager 2 wave form data

I want to create and audio visualisation for audio on canvas and decided to use SoundManager2. The problem is function that should return waveformdata throws out empty arrays. Any idea what to do? (I ...
0
votes
3answers
548 views

Compare two audio files using their waveforms [duplicate]

Possible Duplicate: Comparison of two waveforms of audio files I found a php function which generates waveforms from wav files, I modified it and now it match my needs, it works well. ...
0
votes
1answer
192 views

How to draw a waveform for 2 or more channels:Getting amplitude from 2 or more channels?

I am doing a project which requires signal processing of the audio when a wave file is provided to me. I know how to compute the amplitude using sample value of a channel using the formula ...
-1
votes
1answer
109 views

If I have a wav file with more than 2 channels how do I get the mean/aggregate waveform? [closed]

I have a wav file with more than 2 channels,I have separated the channels after reading the wav file through AudioInputStream I can make an individual waveform from each channel but what should I do ...
1
vote
1answer
288 views

Qt - Get audio amplitude from QBytearray

I'm trying to create a program, using Qt (c++), which can record audio from my microphone using QAudioinput and QIODevice. I made a research and I came up with an example located on the this page. ...
3
votes
1answer
308 views

Windows Form Paint equivalent event in WPF

I have used the PAINT event to draw a wave on a Panel in Winows Form Application. But when using it WPF, I didn't find any such element equivalent to a Panel which has a Paint Event. Googled a lot too ...
0
votes
0answers
45 views

audio timeline in youtube video

how can I generate a video from any mp3 file showing the waveform in a timeline bar? here is an example: http://www.youtube.com/watch?v=ASYFoPxHu6Q
1
vote
1answer
216 views

Calculating triangle wave table for a VST

I'm creating a VST for a project, and trying to create an oscillator produces sawtooth, pulse, sin and triangle wave forms. I've looked everywhere and cannot seem to find anything useful (for me), ...
1
vote
0answers
110 views

generating audio waveform from youtube video

does anyone know if is it possible to render an audio waveform from a video playing in a youtube player using Javascript? Thank you!
0
votes
1answer
23 views

Is there a way to make a custom EditDateTimeFormatMode for DigitalWaveformGraphs?

I'm trying to make it so when you click on a the end tick on my digital waveform graph, the format that pops up is something along the lines of "s.fff", instead of the default "mm/dd/yyyy hh/mm/ss". I ...
2
votes
1answer
236 views

Graphing a LinkedList in Android with AChartEngine (dynamic)

We are building an app that is supposed to do several things based on an input text file. First it parses the data in the text file and extracts the useful information and builds a linkedList. The ...
1
vote
2answers
149 views

audio, balance the sound from 2 sources

I am working a phone recording software (android) which record a conversation between 2 people on a phone call. The output of each phone call is an audio file of which contains the sound from both the ...

1 2 3 4