Tagged Questions

4
votes
2answers
101 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
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
1answer
170 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 ...