pitch Questions
1
Solved
Recently I saw a video lecture in my CS 101 class that inspired me to start playing with the WAV File Format in C. My project today has been creating sounds using a simple mathematical sine functio...
Jaconet asked 1/6, 2012 at 3:45
3
Solved
I am attempting to extract a fundamental frequency from a sound source. maybe someone is singing A3 into the microphone, so I want to be detecting ~ 110Hz
my approach is:
FFT 1024 floats
use the...
Bender asked 17/1, 2011 at 18:42
1
Solved
i alway had this question in my mind, but wherever i asked, i could never get an answer or a suggestion that would be helpful:
How can i pitch a sound (not realtime) ?
Im using AVFoundation frame...
Cull asked 1/5, 2011 at 22:22
6
Solved
Hello kind people of the audio computing world,
I have an array of samples that respresent a recording. Let us say that it is 5 seconds at 44100Hz. How would I play this back at an increased pitch...
Houchens asked 1/3, 2011 at 15:0
4
I'm trying to make a winform app in C# (VS2008) that can load an mp3 (other formats would be nice, but mp3 at a minimum) and be able to adjust the playback speed (tempo) without affecting pitch. I ...
4
Ive been experimenting with the FFT algorithm. I use NAudio along with a working code of the FFT algorithm from the internet. Based on my observations of the performance, the resulting pitch is ina...
Luckey asked 11/2, 2011 at 6:11
3
Solved
I want to plot the pitch of a sound into a graph.
Currently I can plot the amplitude. The graph below is created by the data returned by getUnscaledAmplitude():
AudioInputStream audioInputStrea...
1
Solved
I have recently spotted that it is possible in iOS to use OpenAL to pitch shift.
I am looking at Hollance's sound bank player. it takes in 15 or so piano notes spattered through the range, and pla...
1
Solved
I have an OpenAl sound engine on my iPhone app. When I play a sound that I have loaded, I can control it's pitch.
In OpenAl a pitch set to 1.0 has no effect. If you double it to 2.0, it plays the ...
4
Sorry to ask a similar question to the one i asked before (FFT Problem (Returns random results)), but i've looked up pitch detection and autocorrelation and have found some code for pitch detection...
Wadley asked 30/8, 2009 at 7:42
© 2022 - 2024 — McMap. All rights reserved.