Tagged Questions

3
votes
4answers
251 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 int …
0
votes
2answers
84 views

Generate a square waveform in C?

How to generate an efficient square waveform with varying duty cycle using C language?
0
votes
1answer
64 views

How to convert from Inverse Fast Fourier Transform to .wav?

Hello, I used made a fft to make a band pass filter. After that I made the ifft to inverse it and pass it to time domain. My ifft has the same length of the fft. The ifft must b …
3
votes
2answers
57 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 d …
0
votes
2answers
159 views

How to present wave form in Java

Hi all, I've got this small code that performs recording in java. I whish to add some sort of functionality to draw a visual presentation of this. How would you advise me to appro …
0
votes
3answers
39 views

adding “audible ticks” to a waveform for onset detection debugging

Hi all, I'm playing around with some onset/beat detection algorithms on my own. My input is a .wav file and my output is a .wav file; I have access to the entire waveform in chunk …
2
votes
5answers
197 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, …
-1
votes
0answers
71 views

Audio normalization/fixation ?

I am using some audio fingerprinting technique to mark songs in long recordings. For example, in radio show records. Fingerprinting mechanism works fine but i have a problem with n …
4
votes
6answers
378 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, ha …
2
votes
6answers
591 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- …
4
votes
4answers
299 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?
3
votes
2answers
273 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 …
1
vote
4answers
139 views

Compressing/decompressing audio data

hi, i am using the win32 waveform api's in a C# app to make a voip system. all is going well, however i need some way of compressing the audio data on the fly. so basically the a …
1
vote
5answers
535 views

Extracting raw audio/waveform from an MP3

Hi all, This question has been in my mind for a few years and I never actually found the answer for this. What I would like to do is extract the actual waveform/PCM of an MP3 fil …
1
vote
3answers
778 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 …

1 2 next
15 30 50 per page