Top "Pitch" questions

a perceptual property of sounds governed by the frequency of vibrations.

Real time pitch detection

I'm trying to do real time pitch detection of a users singing, but I'm running into alot of problems. I've …

audio signal-processing fft pitch pitch-tracking
Graphing the pitch (frequency) of a sound

I want to plot the pitch of a sound into a graph. Currently I can plot the amplitude. The graph …

java audio fft frequency pitch
Real-time Pitch Shifting on the iPhone

I have a children's iPhone application that I am writing and I need to be able to shift the pitch …

iphone audio core-audio pitch pitch-tracking
what is a good programming language for music software?

i want to write a music software that can play music, can detect pitch of the sound taken from the …

pitch
Python change pitch of wav file

I need any python library to change pitch of my wav file without any raw audio data processing. I spent …

python audio wav pitch
Cepstral Analysis for pitch detection

I'm looking to extract pitches from a sound signal. Someone on IRC just explained to me how taking a double …

signal-processing fft detection pitch vdsp
How do I implement a bandpass filter in C (Purpose: pitch detection)?

I recently asked this question: I am looking for an algorithm to detect pitch. one of the answers suggested that …

c algorithm filter detection pitch
Implementing Madgwick IMU algorithm

I'm trying to use Sebastian Madgwick's IMU algorithms to obtain roll, pitch and yaw from my sensor, which is an …

algorithm filtering pitch
C# Audio - How to time stretch (different tempo, same pitch)

I'm trying to make a winform app in C# (VS2008) that can load an mp3 (other formats would be nice, …

c# audio pitch tempo
MATLAB - Pitch Shifting an Audio Signal

My group is developing a simple MATLAB Graphical User Interface (GUI) that is supposed to record audio from a microphone …

algorithm matlab signals pitch pitch-shifting