Tagged Questions
The waveform tag has no wiki summary.
38
votes
3answers
1k views
Measuring Human-Flatulence Propagating Wave Packet on the iPhone
Using my iPhone, I would like to measure human flatulence in order to measure, quantify, and provide a statistical report based on various properties of the overall event quality. Outrageous, maybe. ...
11
votes
2answers
1k views
Efficient method to draw a line with millions of points
I'm writing an audio waveform editor in Cocoa with a wide range of zoom options. At its widest, it shows a waveform for an entire song (~10 million samples in view). At its narrowest, it shows a pixel ...
10
votes
3answers
3k views
rendering a waveform on an iphone
I was wondering if anyone has any suggestions on how to go about rendering a waveform of an audio file. I wold like to enable the user to set an in and out point of an audio track and I need to have ...
9
votes
2answers
2k views
Drawing waveform with AVAssetReader
I reading song from iPod library using assetUrl (in code it named audioUrl)
I can play it many ways, I can cut it, I can make some precessing with this but...
I really don't understand what I gonna do ...
6
votes
4answers
3k views
High quality graph/waveform display component in C#
I'm looking for a fast, professionally looking and customizable waveform display component in C#.
I'm wanting to display mainly real-time audio waveforms (fast!) in both time and frequency domain. I ...
6
votes
4answers
902 views
Determining if a dataset approximates a sine wave
Is there an algorithm that can be used to determine whether a sample of data taken at fixed time intervals approximates a sine wave?
5
votes
3answers
2k views
Audio waveform visualisation in Python/Django
I've looked around Stack Overflow for an answer to this, but nowhere seems to give the correct answer or direction...
My project will allow a user to upload a WAV, which ultimately will be converted ...
5
votes
2answers
601 views
play a waveform at a certain frequency in SDL callback function
I have a waveform 64 samples long. If the sampling rate is 44100 hz, how can I play(loop) this waveform so that it plays arbitrary frequencies?
frequency = samplerate / waveform duration in samples
...
5
votes
5answers
582 views
Programming a Self Learning Music Maker
I want to learn how to program a music application that will analyze songs.
How would I get started in this and is there a library for analyzing soundwaves?
I know C, C++, Java, Python, some ...
5
votes
6answers
1k views
Identifying common periodic waveforms (square, sine, sawtooth, …)
Without any user interaction, how would a program identify what type of waveform is present in a recording from an ADC?
For the sake of this question: triangle, square, sine, half-sine, or sawtooth ...
4
votes
2answers
86 views
R equivalent of MATLAB's filter function
I'm adapting MATLAB code to R and trying to generate a waveform using ARMA formula. Is there a simple R equivalent function for MATLAB's filter to take AR/MA coefficients to build a waveform?
npts = ...
4
votes
2answers
99 views
program to create wavforms
How can I create waveforms for a clip ? What are the concepts behind doing so? I have been trying to make a waveform and have also referred to some links but they seem to be incomplete.
Could someone ...
4
votes
3answers
3k views
How to write C++ audio processing applications?
I'm an Electronics and Telecommunications student, next to my graduation. I'm gonna work on a project that involves my knowledge about DSP, music and audio in general. I allready know all the basic ...
4
votes
4answers
1k views
Play Sound in .Net using generated Waveform data
How can I play a sound based on waveform data that my .Net program is generating from user input and mathematical functions? By "waveform data" I am mean SPL values in a fixed interval time-series ...
4
votes
4answers
4k views
manipulating audio and drawing waveform using java sound in real-time
I am currently developing an application that helps the user to tune his guitar and generate guitar effects. This is in real-time. I've been looking through java applications that could give an idea ...
3
votes
2answers
140 views
Audio waveform selection in Swing
I'm working on audio editor. Each waveform is drawn in own JPanel. Those JPanels are inside another JPanel, which is a container for waveforms and the timeline. And this container is in a JScrollPane.
...
3
votes
1answer
168 views
problem in creating waveform. Can't understand the calculations
I'm trying to make up a waveform for a clip tha i pass it during run-time . I have taken help from some links like :link 1 and link 2 but i don't understand the calculation part , when some bit shift ...
3
votes
1answer
876 views
Audio recording and wave form drawing on ios
I'm recording audio using AVAudioRecorder and after recording I want to draw a wave form of the recorded audio. I've found a nice article about wave form drawing, but it first I need the frequencies ...
3
votes
4answers
3k views
How to implement low pass filter using java
I am trying to implement a low pass filter in Java. My requirement is very simple,I have to eliminate signals beyond a particular frequency (Single dimension). Looks like Butterworth filter would suit ...
3
votes
2answers
2k views
Creating simple waveforms with CoreAudio
I am new to CoreAudio, and I would like to output a simple sine wave and square wave with a given frequency and amplitude through the speakers using CA. I don't want to use sound files as I want to ...
2
votes
1answer
29 views
In SciPy.IO.wavfile I am experiencing an issue with ndim of my data
I have a 1 dimensional array y, with 132300 entries.
print y.ndim
gives me 1.
Now, when I use write('440saw2000.wav', '44100', 'y') I receive the following error message:
Traceback (most ...
2
votes
3answers
75 views
Writing software to tell where sound comes from (directional listening)
I've been curious about this for some time so I thought maybe posting here I could get some good answers.
What I know so far:
Humans can use their two ears to get not only what sounds "sound ...
2
votes
1answer
69 views
wavetable synth for iOS
I need to implement a wavetable player in my app. For different notes (polyphony) a note on and note off feature is needed (including looping for relevant sounds).
The samples are available or can be ...
2
votes
2answers
746 views
How to draw waveform of Android's music player?
one of the default live wallpapers that came with my phone was a wallpaper that displayed the wave form of music playing in the background in real time. I was wondering how one could go about doing ...
2
votes
1answer
992 views
Display a audio waveform using C#
I've already searched at Stackoverflow and google, but haven't found what I'm looking for.
So far I got the audio raw data(WAV File) and I want to visualize it.
private void ...
2
votes
7answers
865 views
Can I do band filtering easily with DirectSound? If not, how can I do it?
I'm wondering whether something like this is possible (and relatively easy to do), and if so, how I could do it?
I would like to do band filtering on a wave file I'm reproducing. Something similar to ...
2
votes
5answers
3k views
Waveform Visualization in Ruby
I'm about to start a project that will record and edit audio files, and I'm looking for a good library (preferably Ruby, but will consider anything other than Java or .NET) for on-the-fly ...
1
vote
0answers
47 views
Drawing sound wave in php
I developed a script in php to draw the sound wave of a wav file. Althoug it works well sounds long about 20 minutes take 2-3 minutes to draw the image. I am using the peak value of group of samples ...
1
vote
0answers
25 views
Converting table to raw binary/hex file
So, I managed to get a text output from simulator of this form:
1
2
3
4
5
... and need to convert all the integers to two-byte binary words for .wav format, so every number represents a sample. ...
1
vote
1answer
98 views
Deciding on length of FFT
I am working on a tool to compare two wave files for similarity in their waveforms. Ex, I have a wave file of duration 1min and i make another wave file using the first one but have made each 5sec ...
1
vote
0answers
140 views
Android Visualizer getWaveForm() behaves weird at high volumes
I am using the Android Visualizer to obtain the waveform data of an audio stream and calculate the RMS of it.
public int[] getFormattedData(byte[] rawVizData) {
for (int i = 0; i < ...
1
vote
2answers
171 views
C# Audio File Analysis API/Library? [closed]
Possible Duplicate:
Looking for C# audio analysis libraries
Is there a library or api that allows for analysis of audio (possibly in real time)?
I ask with the eventual goal of creating a ...
1
vote
3answers
156 views
Identifying / generating a waveform?
I would like to code something that could take some sort of input and identify it as a square wave, triangle wave, or some sort of waveform. I also need some way of generating said waves.
I do have ...
1
vote
2answers
276 views
Android include javax.sound.sampled.*
For an Android app (for Android version 2.1),I want to analysis a sound file and get the frequency. Therefore I want to include javax.sound.sampled.* for that purpose. How can I get that? Any external ...
1
vote
2answers
203 views
C# - Snare Drum Sound Detection from an imported MP3 or WAV file. Possible?
Im having troubles about this problem. A program that detects a snare drum sound from a sound file, generates it's wave form, and emphasize the part where the snare drum was detected. Does this ...
1
vote
3answers
197 views
What is a correct formula of amplifying WaveForm audio?
I am wondering what a correct formula of amplifying WaveForm audio is from C++.
Let's say there's a 16 bit waveform data following:
0x0000 0x2000, 0x3000, 0x2000, 0x0000, (negative part), ...
Due to ...
1
vote
1answer
231 views
waveOutSetVolume ignoring the handle
I have couple of waveout handles in my code that playing in parallel.
Now i want to set different volume for each waveout handle.
There is a waveOutSetVolume win32api function: ...
1
vote
0answers
55 views
can JSAPI work to get count the decibel from voices?
I am new here and also to Java..
I am currently working on a program to count the decibel value of a human voice.
I have the idea to get the waveform then count the decibel. But I am now confused in ...
1
vote
4answers
595 views
C# WinForms application to display waveforms of playback and recorded sound
I wish to write a C# WinForms application that can play a WAV file. While playing the file, it shows a waveform (similar to an oscilloscope).
At the same time, a user can record sound via the ...
1
vote
0answers
149 views
Algorithm to reduce a large data set into a smaller set?
I have a large data set (10's of billions) of data points (doubles) that I need to display on a chart. Since displaying all of the data at once is not useful, I was looking for an algorithm that will ...
1
vote
2answers
664 views
Drawing a waveform in C#
I want to be able to display a WaveForm in C#, along with some simple features such as zooming and selection. I already have the data as a short[] of amplitude values.
However, I am an amateur when ...
1
vote
2answers
286 views
In Django, a way for user to upload file to server, then move to Amazon S3?
I have a web project where users are uploading .wav files. I want to generate a waveform image from the .wav file once it's uploaded. But generally for storage, I want to use Amazon S3. Thing is, I ...
1
vote
1answer
231 views
Map device driver code to Logic Analyzer waveform
As per SDIO specification, the sequence of operations (for write transaction) take place as:
Command53 -- CommandLatency -- Command53Response -- ResponseLatency -- startbit -- write-number-of-bytes ...
1
vote
2answers
118 views
how reduce the number of points of a waveform?
I have this,
f = audiolab.Sndfile('test.wav', 'r')
data = f.read_frames(f.nframes, dtype=numpy.int16)
pyplot.rcParams['figure.figsize'] = 10, 2
pyplot.plot(data)
pyplot.xticks([])
...
1
vote
1answer
435 views
Draw waveform for microphone in flex, is it possible?
I'm making a audio recorder with Adobe Flex (Microphone, NetStream), I want to get the current audio wave from Microphone to display in the visualization area, any idea how can i get the data?
1
vote
1answer
665 views
Calculating audio pitch in MATLAB?
Yesterday I finalised the code for detecting the audio energy of a track displayed over time, which I will eventually use as part of my audio thumbnailing project.
However I would also like a method ...
1
vote
2answers
348 views
Help required with audio in MATLAB
I'm trying to write an .m file to extract energy features from an audio track but I seem to be having trouble in its implementation:
% Formula for calculating RMS
[f, fs, nb] = wavread('Three.wav');
...
1
vote
1answer
679 views
ActionScript - Creating Square, Triangle, Sawtooth Waves From Math.sin()?
is there common code available that produces square, triangle, sawtooth or any other custom waveforms using the math class?
below is a basic function that handles a SampleDataEvent and plays a ...
1
vote
0answers
285 views
Converting binary waveform data into text - Crack the code! [closed]
I am developing a web site for the storage of electrocardiograms (ECGs) for research purposes.
The ECGs come in two different XML-formats. In format A the waveform data is stored as text and can ...
1
vote
1answer
767 views
Is there a PHP library to generate an waveform images out of an audio file?
Maybe something like this exists already?